Color Hex Logo

#fcdfcb Color Hex

#FCDFCB
(252,223,203)
0 Favorites   0 Comments

Color spaces of #fcdfcb

RGB 252223203
HSL0.070.890.89
HSV24°19°99°
CMYK 0.000.120.19   0.01
XYZ77.312177.782667.4387
Yxy77.78260.34740.3495
Hunter Lab88.19442.134516.3995
CIE-Lab90.68066.907713.4496

#fcdfcb color RGB value is (252,223,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011111 11001011
Octal 374 337 313
Decimal 252 223 203
Hex FC DF CB

RGB Percentages of Color #fcdfcb

%37.17
%32.89
%29.94

CMYK Percentages of Color #fcdfcb

%0
%12
%19
%1

Triadic Colors of #fcdfcb

#fcdfcb #cbfcdf #dfcbfc

Analogous Colors of #fcdfcb

#fcdfcb #fcf8cb #fccbd0

Monochromatic Colors of #fcdfcb

#fcdfcb

Complementary Color

#fcdfcb #cbe8fc

#fcdfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdfcb Color CSS Codes

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

#fcdfcb Text Font Color

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

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


#fcdfcb Background Color

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

This div background color is #fcdfcb


#fcdfcb Border Color

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

This div border color is #fcdfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdfcb


Comments

No comments written yet.

Please login to write comment.