Color Hex Logo

#fcedde Color Hex

#FCEDDE
(252,237,222)
0 Favorites   0 Comments

Color spaces of #fcedde

RGB 252237222
HSL0.080.830.93
HSV30°12°99°
CMYK 0.000.060.12   0.01
XYZ83.613986.537781.4038
Yxy86.53770.33240.3440
Hunter Lab93.0256-2.354413.2351
CIE-Lab94.54182.61649.0691

#fcedde color RGB value is (252,237,222).

#fcedde hex color red value is 252, green value is 237 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fcedde hue: 0.08 , saturation: 0.83 and the lightness value of fcedde is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 11011110
Octal 374 355 336
Decimal 252 237 222
Hex FC ED DE

RGB Percentages of Color #fcedde

%35.44
%33.33
%31.22

CMYK Percentages of Color #fcedde

%0
%6
%12
%1

Triadic Colors of #fcedde

#fcedde #defced #eddefc

Analogous Colors of #fcedde

#fcedde #fcfcde #fcdede

Monochromatic Colors of #fcedde

#fcedde

Complementary Color

#fcedde #deedfc

#fcedde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcedde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcedde Color CSS Codes

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

#fcedde Text Font Color

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

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


#fcedde Background Color

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

This div background color is #fcedde


#fcedde Border Color

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

This div border color is #fcedde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcedde


Comments

No comments written yet.

Please login to write comment.