Color Hex Logo

#fcecd9 Color Hex

#FCECD9
(252,236,217)
0 Favorites   0 Comments

Color spaces of #fcecd9

RGB 252236217
HSL0.090.850.92
HSV33°14°99°
CMYK 0.000.060.14   0.01
XYZ82.664785.696177.8297
Yxy85.69610.33580.3481
Hunter Lab92.5722-2.605214.9527
CIE-Lab94.18232.346211.1457

#fcecd9 color RGB value is (252,236,217).

#fcecd9 hex color red value is 252, green value is 236 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #fcecd9 hue: 0.09 , saturation: 0.85 and the lightness value of fcecd9 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101100 11011001
Octal 374 354 331
Decimal 252 236 217
Hex FC EC D9

RGB Percentages of Color #fcecd9

%35.74
%33.48
%30.78

CMYK Percentages of Color #fcecd9

%0
%6
%14
%1

Triadic Colors of #fcecd9

#fcecd9 #d9fcec #ecd9fc

Analogous Colors of #fcecd9

#fcecd9 #fbfcd9 #fcdbd9

Monochromatic Colors of #fcecd9

#fcecd9

Complementary Color

#fcecd9 #d9e9fc

#fcecd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcecd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcecd9 Color CSS Codes

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

#fcecd9 Text Font Color

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

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


#fcecd9 Background Color

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

This div background color is #fcecd9


#fcecd9 Border Color

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

This div border color is #fcecd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcecd9

Related Colors


Comments

No comments written yet.

Please login to write comment.