Color Hex Logo

#fcefcc Color Hex

#FCEFCC
(252,239,204)
0 Favorites   0 Comments

Color spaces of #fcefcc

RGB 252239204
HSL0.120.890.89
HSV44°19°99°
CMYK 0.000.050.19   0.01
XYZ81.910586.788169.5614
Yxy86.78810.34380.3643
Hunter Lab93.1601-6.085120.9411
CIE-Lab94.6483-1.118518.5202

#fcefcc color RGB value is (252,239,204).

#fcefcc hex color red value is 252, green value is 239 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fcefcc hue: 0.12 , saturation: 0.89 and the lightness value of fcefcc is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 11001100
Octal 374 357 314
Decimal 252 239 204
Hex FC EF CC

RGB Percentages of Color #fcefcc

%36.26
%34.39
%29.35

CMYK Percentages of Color #fcefcc

%0
%5
%19
%1

Triadic Colors of #fcefcc

#fcefcc #ccfcef #efccfc

Analogous Colors of #fcefcc

#fcefcc #f1fccc #fcd7cc

Monochromatic Colors of #fcefcc

#fcefcc

Complementary Color

#fcefcc #ccd9fc

#fcefcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcefcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcefcc Color CSS Codes

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

#fcefcc Text Font Color

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

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


#fcefcc Background Color

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

This div background color is #fcefcc


#fcefcc Border Color

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

This div border color is #fcefcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,239,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fcefcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcefcc

#fcefcc Color Palettes


Comments

No comments written yet.

Please login to write comment.