Color Hex Logo

#fddedc Color Hex

#FDDEDC
(253,222,220)
0 Favorites   0 Comments

Color spaces of #fddedc

RGB 253222220
HSL0.010.890.93
HSV13°99°
CMYK 0.000.120.13   0.01
XYZ79.547678.292578.6295
Yxy78.29250.33640.3311
Hunter Lab88.48305.62899.2507
CIE-Lab90.913210.36104.8990

#fddedc color RGB value is (253,222,220).

#fddedc hex color red value is 253, green value is 222 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fddedc hue: 0.01 , saturation: 0.89 and the lightness value of fddedc is 0.93.

The process color (four color CMYK) of #fddedc color hex is 0.00, 0.12, 0.13, 0.01. Web safe color of #fddedc is #ffcccc. Color #fddedc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011110 11011100
Octal 375 336 334
Decimal 253 222 220
Hex FD DE DC

RGB Percentages of Color #fddedc

%36.40
%31.94
%31.65

CMYK Percentages of Color #fddedc

%0
%12
%13
%1

Triadic Colors of #fddedc

#fddedc #dcfdde #dedcfd

Analogous Colors of #fddedc

#fddedc #fdefdc #fddceb

Monochromatic Colors of #fddedc

#fddedc

Complementary Color

#fddedc #dcfbfd

#fddedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddedc Color CSS Codes

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

#fddedc Text Font Color

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

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


#fddedc Background Color

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

This div background color is #fddedc


#fddedc Border Color

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

This div border color is #fddedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddedc


Comments

No comments written yet.

Please login to write comment.