Color Hex Logo

#fceddd Color Hex

#FCEDDD
(252,237,221)
0 Favorites   0 Comments

Color spaces of #fceddd

RGB 252237221
HSL0.090.840.93
HSV31°12°99°
CMYK 0.000.060.12   0.01
XYZ83.480286.484380.6999
Yxy86.48430.33300.3450
Hunter Lab92.9969-2.511213.6478
CIE-Lab94.51902.45899.5546

#fceddd color RGB value is (252,237,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 11011101
Octal 374 355 335
Decimal 252 237 221
Hex FC ED DD

RGB Percentages of Color #fceddd

%35.49
%33.38
%31.13

CMYK Percentages of Color #fceddd

%0
%6
%12
%1

Triadic Colors of #fceddd

#fceddd #ddfced #edddfc

Analogous Colors of #fceddd

#fceddd #fcfcdd #fcdedd

Monochromatic Colors of #fceddd

#fceddd

Complementary Color

#fceddd #ddecfc

#fceddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceddd Color CSS Codes

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

#fceddd Text Font Color

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

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


#fceddd Background Color

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

This div background color is #fceddd


#fceddd Border Color

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

This div border color is #fceddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceddd

Related Colors


Comments

No comments written yet.

Please login to write comment.