Color Hex Logo

#fcedd0 Color Hex

#FCEDD0
(252,237,208)
0 Favorites   0 Comments

Color spaces of #fcedd0

RGB 252237208
HSL0.110.880.90
HSV40°17°99°
CMYK 0.000.060.17   0.01
XYZ81.814285.817971.9269
Yxy85.81790.34150.3582
Hunter Lab92.6380-4.472218.8120
CIE-Lab94.23440.478915.8758

#fcedd0 color RGB value is (252,237,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 11010000
Octal 374 355 320
Decimal 252 237 208
Hex FC ED D0

RGB Percentages of Color #fcedd0

%36.15
%34.00
%29.84

CMYK Percentages of Color #fcedd0

%0
%6
%17
%1

Triadic Colors of #fcedd0

#fcedd0 #d0fced #edd0fc

Analogous Colors of #fcedd0

#fcedd0 #f5fcd0 #fcd7d0

Monochromatic Colors of #fcedd0

#fcedd0

Complementary Color

#fcedd0 #d0dffc

#fcedd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcedd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcedd0 Color CSS Codes

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

#fcedd0 Text Font Color

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

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


#fcedd0 Background Color

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

This div background color is #fcedd0


#fcedd0 Border Color

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

This div border color is #fcedd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcedd0

Related Colors


Comments

No comments written yet.

Please login to write comment.