Color Hex Logo

#fcedd2 Color Hex

#FCEDD2
(252,237,210)
0 Favorites   0 Comments

Color spaces of #fcedd2

RGB 252237210
HSL0.110.880.91
HSV39°17°99°
CMYK 0.000.060.17   0.01
XYZ82.061985.917073.2313
Yxy85.91700.34020.3562
Hunter Lab92.6914-4.179718.0417
CIE-Lab94.27690.775514.9023

#fcedd2 color RGB value is (252,237,210).

#fcedd2 hex color red value is 252, green value is 237 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #fcedd2 hue: 0.11 , saturation: 0.88 and the lightness value of fcedd2 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 11010010
Octal 374 355 322
Decimal 252 237 210
Hex FC ED D2

RGB Percentages of Color #fcedd2

%36.05
%33.91
%30.04

CMYK Percentages of Color #fcedd2

%0
%6
%17
%1

Triadic Colors of #fcedd2

#fcedd2 #d2fced #edd2fc

Analogous Colors of #fcedd2

#fcedd2 #f6fcd2 #fcd8d2

Monochromatic Colors of #fcedd2

#fcedd2

Complementary Color

#fcedd2 #d2e1fc

#fcedd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcedd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcedd2 Color CSS Codes

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

#fcedd2 Text Font Color

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

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


#fcedd2 Background Color

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

This div background color is #fcedd2


#fcedd2 Border Color

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

This div border color is #fcedd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcedd2


Comments

No comments written yet.

Please login to write comment.