Color Hex Logo

#fce6cb Color Hex

#FCE6CB
(252,230,203)
0 Favorites   0 Comments

Color spaces of #fce6cb

RGB 252230203
HSL0.090.890.89
HSV33°19°99°
CMYK 0.000.090.19   0.01
XYZ79.221281.600968.0751
Yxy81.60090.34610.3565
Hunter Lab90.3332-1.540718.5523
CIE-Lab92.39843.313915.8768

#fce6cb color RGB value is (252,230,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100110 11001011
Octal 374 346 313
Decimal 252 230 203
Hex FC E6 CB

RGB Percentages of Color #fce6cb

%36.79
%33.58
%29.64

CMYK Percentages of Color #fce6cb

%0
%9
%19
%1

Triadic Colors of #fce6cb

#fce6cb #cbfce6 #e6cbfc

Analogous Colors of #fce6cb

#fce6cb #fafccb #fccecb

Monochromatic Colors of #fce6cb

#fce6cb

Complementary Color

#fce6cb #cbe1fc

#fce6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce6cb Color CSS Codes

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

#fce6cb Text Font Color

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

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


#fce6cb Background Color

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

This div background color is #fce6cb


#fce6cb Border Color

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

This div border color is #fce6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce6cb


Comments

No comments written yet.

Please login to write comment.