Color Hex Logo

#fcedd3 Color Hex

#FCEDD3
(252,237,211)
0 Favorites   0 Comments

Color spaces of #fcedd3

RGB 252237211
HSL0.110.870.91
HSV38°16°99°
CMYK 0.000.060.16   0.01
XYZ82.186985.967073.8896
Yxy85.96700.33960.3552
Hunter Lab92.7184-4.032217.6532
CIE-Lab94.29820.925014.4157

#fcedd3 color RGB value is (252,237,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 11010011
Octal 374 355 323
Decimal 252 237 211
Hex FC ED D3

RGB Percentages of Color #fcedd3

%36.00
%33.86
%30.14

CMYK Percentages of Color #fcedd3

%0
%6
%16
%1

Triadic Colors of #fcedd3

#fcedd3 #d3fced #edd3fc

Analogous Colors of #fcedd3

#fcedd3 #f7fcd3 #fcd9d3

Monochromatic Colors of #fcedd3

#fcedd3

Complementary Color

#fcedd3 #d3e2fc

#fcedd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcedd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcedd3 Color CSS Codes

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

#fcedd3 Text Font Color

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

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


#fcedd3 Background Color

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

This div background color is #fcedd3


#fcedd3 Border Color

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

This div border color is #fcedd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcedd3

Related Colors


Comments

No comments written yet.

Please login to write comment.