Color Hex Logo

#fcddcb Color Hex

#FCDDCB
(252,221,203)
0 Favorites   0 Comments

Color spaces of #fcddcb

RGB 252221203
HSL0.060.890.89
HSV22°19°99°
CMYK 0.000.120.19   0.01
XYZ76.780876.720167.2616
Yxy76.72010.34780.3475
Hunter Lab87.59003.189415.7834
CIE-Lab90.19267.939412.7576

#fcddcb color RGB value is (252,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 11001011
Octal 374 335 313
Decimal 252 221 203
Hex FC DD CB

RGB Percentages of Color #fcddcb

%37.28
%32.69
%30.03

CMYK Percentages of Color #fcddcb

%0
%12
%19
%1

Triadic Colors of #fcddcb

#fcddcb #cbfcdd #ddcbfc

Analogous Colors of #fcddcb

#fcddcb #fcf6cb #fccbd2

Monochromatic Colors of #fcddcb

#fcddcb

Complementary Color

#fcddcb #cbeafc

#fcddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcddcb Color CSS Codes

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

#fcddcb Text Font Color

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

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


#fcddcb Background Color

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

This div background color is #fcddcb


#fcddcb Border Color

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

This div border color is #fcddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcddcb


Comments

No comments written yet.

Please login to write comment.