color codes Logo

#fcabdb color codes

#FCABDB
(252,171,219)
0 Favorites   0 Comments

Color spaces of #fcabdb

RGB 252171219
HSL0.900.930.83
HSV324°32°99°
CMYK 0.000.320.13   0.01
XYZ67.494054.935774.0642
Yxy54.93570.34350.2796
Hunter Lab74.118632.8383-7.3634
CIE-Lab79.004236.5786-12.0916

#fcabdb color RGB value is (252,171,219).

#fcabdb hex color red value is 252, green value is 171 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fcabdb hue: 0.90 , saturation: 0.93 and the lightness value of fcabdb is 0.83.

The process color (four color CMYK) of #fcabdb color code is 0.00, 0.32, 0.13, 0.01. Web safe color of #fcabdb is #ff99cc. Color #fcabdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 11011011
Octal 374 253 333
Decimal 252 171 219
Hex FC AB DB

RGB Percentages of Color #fcabdb

%39.25
%26.64
%34.11

CMYK Percentages of Color #fcabdb

%0
%32
%13
%1

Triadic Colors of #fcabdb

#fcabdb #dbfcab #abdbfc

Analogous Colors of #fcabdb

#fcabdb #fcabb3 #f5abfc

Monochromatic Colors of #fcabdb

#fcabdb

Complementary Color

#fcabdb #abfccc

#fcabdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcabdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcabdb Color CSS Codes

.mybgcolor {background-color:#fcabdb; } 
.myforecolor {color:#fcabdb; }
.mybordercolor {border:3px solid #fcabdb; }

#fcabdb Text Font Color

<p style="color:#fcabdb">Text here</p>

This sample text font color is #fcabdb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fcabdb Background Color

<div style="background-color:#fcabdb">
Div content here</div>

This div background color is #fcabdb


#fcabdb Border Color

<div style="border:3px solid #fcabdb">
Div here</div>

This div border color is #fcabdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,171,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcabdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcabdb;
  -webkit-box-shadow: 1px 1px 3px 2px #fcabdb;
  box-shadow:         1px 1px 3px 2px #fcabdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,171,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fcabdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fcabdb;
  -webkit-box-shadow: 1px 1px 3px 2px #fcabdb;
  box-shadow:         1px 1px 3px 2px #fcabdb;">
Div content here</div>

This div box has shadow with color #fcabdb


Comments

No comments written yet.

Please login to write comment.