Shades of Misty Rose #FDE0DC
Tints of Misty Rose #FDE0DC
RGB
CMYK
RGB Variations
Color information
#FDE0DC (or 0xFDE0DC) is known color: Misty Rose. HEX triplet: FD, E0 and DC. RGB value is (253,224,220). Sum of RGB (Red+Green+Blue) = 253+224+220=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 224 (87.89% from 255 or 32.14% from 697); Blue value is 220 (86.33% from 255 or 31.56% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE0DC is #021F23. Grayscale: #E8E8E8. Windows color (decimal): -139044 or 14475517. OLE color: 14475517.
HSL color Cylindrical-coordinate representation of color #FDE0DC: hue angle of 7.27º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDE0DC is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 220 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.01 |
| HSL | 7.27º | 0.89% | 0.93% | - |
| HSV(B) | 7.27º | 0.13% | 0.99% | - |
| XYZ | 80.08 | 79.36 | 78.81 | - |
| YUV | 232.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 220 | 0 | 0.11 | 0.13 | 0.01 | 7.27 | 0.89 | 0.93 |
| Hex | FD | E0 | DC | 0 | B | D | 1 | 7 | 59 | 5D |
| Octal | 375 | 340 | 334 | 0 | 13 | 15 | 1 | 7 | 131 | 135 |
| Binary | 11111101 | 11100000 | 11011100 | 0 | 1011 | 1101 | 1 | 111 | 1011001 | 1011101 |
Color Harmonies of #FDE0DC
Complementary color
Monochromatic Colors of #FDE0DC
Black with #FDE0DC
Text Example
Text Example
White with #FDE0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE0DC; }
p { color: rgb(253,224,220); }
H1.HeaderClassName
{
color: #FDE0DC;
}
.AnyTagClassName
{
color: #FDE0DC;
}
</style>
background-color css
<style>
a { background-color: #FDE0DC; }
a { background-color: rgb(253,224,220); }
div.DivClassName
{
background-color: #FDE0DC;
}
.BgClassName
{
background-color: #FDE0DC;
}
</style>
border-color css
<style>
span { border-color: #FDE0DC; }
span { border-color: rgb(253,224,220); }
td.TdClassName
{
border-color: #FDE0DC;
}
.TagClassName
{
border-color: #FDE0DC;
}
</style>