#FDE0DE

Color #FDE0DE Misty Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Misty Rose #FDE0DE

Tints of Misty Rose #FDE0DE

Color information

#FDE0DE (or 0xFDE0DE) is unknown color: approx Misty Rose. HEX triplet: FD, E0 and DE. RGB value is (253,224,222). Sum of RGB (Red+Green+Blue) = 253+224+222=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 224 (87.89% from 255 or 32.05% from 699); Blue value is 222 (87.11% from 255 or 31.76% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE0DE is #021F21. Grayscale: #E8E8E8. Windows color (decimal): -139042 or 14606589. OLE color: 14606589.

HSL color Cylindrical-coordinate representation of color #FDE0DE: hue angle of 3.87º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDE0DE is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB253224222-
CMYK00.110.120.01
HSL3.87º88.57%93.14%-
HSV(B)3.87º12.25%99.22%-
XYZ80.3579.4780.21-
YUV232.44122.11142.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 36.19%
GREEN value IS 224 (87.89% from 255) = 32.05%
BLUE value IS 222 (87.11% from 255) = 31.76%
R=36.19%
G=32.05%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322422200.110.120.013.8788.5793.14
HexFDE0DE0BC14595d
Octal3753403360131414131135
Binary111111011110000011011110010111100110010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE0DE; }

 p { color: rgb(253,224,222); }

 H1.HeaderClassName
 {
   color: #FDE0DE;
 }
 .AnyTagClassName
 {
   color: #FDE0DE;
 }
</style>
background-color css

<style>
 a { background-color: #FDE0DE; }

 a { background-color: rgb(253,224,222); }

 div.DivClassName
 {
   background-color: #FDE0DE;
 }
 .BgClassName
 {
   background-color: #FDE0DE;
 }
</style>
border-color css

<style>
 span { border-color: #FDE0DE; }

 span { border-color: rgb(253,224,222); }

 td.TdClassName
 {
   border-color: #FDE0DE;
 }
 .TagClassName
 {
   border-color: #FDE0DE;
 }
</style>