Color Hex Logo

#fcf0cb Color Hex

#FCF0CB
(252,240,203)
0 Favorites   0 Comments

Color spaces of #fcf0cb

RGB 252240203
HSL0.130.890.89
HSV45°19°99°
CMYK 0.000.050.19   0.01
XYZ82.084587.327469.0295
Yxy87.32740.34430.3662
Hunter Lab93.4491-6.743921.6177
CIE-Lab94.8770-1.767619.3547

#fcf0cb color RGB value is (252,240,203).

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

The process color (four color CMYK) of #fcf0cb color hex is 0.00, 0.05, 0.19, 0.01. Web safe color of #fcf0cb is #ffffcc. Color #fcf0cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110000 11001011
Octal 374 360 313
Decimal 252 240 203
Hex FC F0 CB

RGB Percentages of Color #fcf0cb

%36.26
%34.53
%29.21

CMYK Percentages of Color #fcf0cb

%0
%5
%19
%1

Triadic Colors of #fcf0cb

#fcf0cb #cbfcf0 #f0cbfc

Analogous Colors of #fcf0cb

#fcf0cb #f0fccb #fcd8cb

Monochromatic Colors of #fcf0cb

#fcf0cb

Complementary Color

#fcf0cb #cbd7fc

#fcf0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf0cb Color CSS Codes

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

#fcf0cb Text Font Color

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

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


#fcf0cb Background Color

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

This div background color is #fcf0cb


#fcf0cb Border Color

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

This div border color is #fcf0cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf0cb

Related Colors


Comments

No comments written yet.

Please login to write comment.