Color Hex Logo

#fcdccb Color Hex

#FCDCCB
(252,220,203)
0 Favorites   0 Comments

Color spaces of #fcdccb

RGB 252220203
HSL0.060.890.89
HSV21°19°99°
CMYK 0.000.130.19   0.01
XYZ76.517676.193667.1738
Yxy76.19360.34800.3465
Hunter Lab87.28893.717715.4752
CIE-Lab89.94928.456112.4120

#fcdccb color RGB value is (252,220,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 11001011
Octal 374 334 313
Decimal 252 220 203
Hex FC DC CB

RGB Percentages of Color #fcdccb

%37.33
%32.59
%30.07

CMYK Percentages of Color #fcdccb

%0
%13
%19
%1

Triadic Colors of #fcdccb

#fcdccb #cbfcdc #dccbfc

Analogous Colors of #fcdccb

#fcdccb #fcf5cb #fccbd3

Monochromatic Colors of #fcdccb

#fcdccb

Complementary Color

#fcdccb #cbebfc

#fcdccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdccb Color CSS Codes

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

#fcdccb Text Font Color

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

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


#fcdccb Background Color

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

This div background color is #fcdccb


#fcdccb Border Color

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

This div border color is #fcdccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,220,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 #fcdccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdccb


Comments

No comments written yet.

Please login to write comment.