Color Hex Logo

#fcdacb Color Hex

#FCDACB
(252,218,203)
0 Favorites   0 Comments

Color spaces of #fcdacb

RGB 252218203
HSL0.050.890.89
HSV18°19°99°
CMYK 0.000.130.19   0.01
XYZ75.995875.150166.9999
Yxy75.15010.34840.3445
Hunter Lab86.68924.775514.8586
CIE-Lab89.46339.490811.7213

#fcdacb color RGB value is (252,218,203).

#fcdacb hex color red value is 252, green value is 218 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fcdacb hue: 0.05 , saturation: 0.89 and the lightness value of fcdacb is 0.89.

The process color (four color CMYK) of #fcdacb color hex is 0.00, 0.13, 0.19, 0.01. Web safe color of #fcdacb is #ffcccc. Color #fcdacb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011010 11001011
Octal 374 332 313
Decimal 252 218 203
Hex FC DA CB

RGB Percentages of Color #fcdacb

%37.44
%32.39
%30.16

CMYK Percentages of Color #fcdacb

%0
%13
%19
%1

Triadic Colors of #fcdacb

#fcdacb #cbfcda #dacbfc

Analogous Colors of #fcdacb

#fcdacb #fcf3cb #fccbd5

Monochromatic Colors of #fcdacb

#fcdacb

Complementary Color

#fcdacb #cbedfc

#fcdacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdacb Color CSS Codes

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

#fcdacb Text Font Color

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

This sample text font color is #fcdacb
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.


#fcdacb Background Color

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

This div background color is #fcdacb


#fcdacb Border Color

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

This div border color is #fcdacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdacb

Related Colors


Comments

No comments written yet.

Please login to write comment.