Color Hex Logo

#fceecc Color Hex

#FCEECC
(252,238,204)
0 Favorites   0 Comments

Color spaces of #fceecc

RGB 252238204
HSL0.120.890.89
HSV43°19°99°
CMYK 0.000.060.19   0.01
XYZ81.618586.204269.4640
Yxy86.20420.34400.3633
Hunter Lab92.8462-5.566520.6338
CIE-Lab94.3996-0.612618.1718

#fceecc color RGB value is (252,238,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101110 11001100
Octal 374 356 314
Decimal 252 238 204
Hex FC EE CC

RGB Percentages of Color #fceecc

%36.31
%34.29
%29.39

CMYK Percentages of Color #fceecc

%0
%6
%19
%1

Triadic Colors of #fceecc

#fceecc #ccfcee #eeccfc

Analogous Colors of #fceecc

#fceecc #f2fccc #fcd6cc

Monochromatic Colors of #fceecc

#fceecc

Complementary Color

#fceecc #ccdafc

#fceecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceecc Color CSS Codes

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

#fceecc Text Font Color

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

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


#fceecc Background Color

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

This div background color is #fceecc


#fceecc Border Color

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

This div border color is #fceecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceecc


Comments

No comments written yet.

Please login to write comment.