Color Hex Logo

#fcedd4 Color Hex

#FCEDD4
(252,237,212)
0 Favorites   0 Comments

Color spaces of #fcedd4

RGB 252237212
HSL0.100.870.91
HSV38°16°99°
CMYK 0.000.060.16   0.01
XYZ82.312786.017374.5520
Yxy86.01730.33890.3542
Hunter Lab92.7455-3.883917.2625
CIE-Lab94.31971.075213.9292

#fcedd4 color RGB value is (252,237,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 11010100
Octal 374 355 324
Decimal 252 237 212
Hex FC ED D4

RGB Percentages of Color #fcedd4

%35.95
%33.81
%30.24

CMYK Percentages of Color #fcedd4

%0
%6
%16
%1

Triadic Colors of #fcedd4

#fcedd4 #d4fced #edd4fc

Analogous Colors of #fcedd4

#fcedd4 #f7fcd4 #fcd9d4

Monochromatic Colors of #fcedd4

#fcedd4

Complementary Color

#fcedd4 #d4e3fc

#fcedd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcedd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcedd4 Color CSS Codes

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

#fcedd4 Text Font Color

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

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


#fcedd4 Background Color

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

This div background color is #fcedd4


#fcedd4 Border Color

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

This div border color is #fcedd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcedd4

Related Colors


Comments

No comments written yet.

Please login to write comment.