Shades of Misty Rose #FDE1DC
Tints of Misty Rose #FDE1DC
RGB
CMYK
RGB Variations
Color information
#FDE1DC (or 0xFDE1DC) is known color: Misty Rose. HEX triplet: FD, E1 and DC. RGB value is (253,225,220). Sum of RGB (Red+Green+Blue) = 253+225+220=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 225 (88.28% from 255 or 32.23% from 698); Blue value is 220 (86.33% from 255 or 31.52% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1DC is #021E23. Grayscale: #E8E8E8. Windows color (decimal): -138788 or 14475773. OLE color: 14475773.
HSL color Cylindrical-coordinate representation of color #FDE1DC: hue angle of 9.09º 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 #FDE1DC is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 220 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.01 |
| HSL | 9.09º | 0.89% | 0.93% | - |
| HSV(B) | 9.09º | 0.13% | 0.99% | - |
| XYZ | 80.35 | 79.9 | 78.9 | - |
| YUV | 232.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 220 | 0 | 0.11 | 0.13 | 0.01 | 9.09 | 0.89 | 0.93 |
| Hex | FD | E1 | DC | 0 | B | D | 1 | 9 | 59 | 5D |
| Octal | 375 | 341 | 334 | 0 | 13 | 15 | 1 | 11 | 131 | 135 |
| Binary | 11111101 | 11100001 | 11011100 | 0 | 1011 | 1101 | 1 | 1001 | 1011001 | 1011101 |
Color Harmonies of #FDE1DC
Complementary color
Monochromatic Colors of #FDE1DC
Black with #FDE1DC
Text Example
Text Example
White with #FDE1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE1DC; }
p { color: rgb(253,225,220); }
H1.HeaderClassName
{
color: #FDE1DC;
}
.AnyTagClassName
{
color: #FDE1DC;
}
</style>
background-color css
<style>
a { background-color: #FDE1DC; }
a { background-color: rgb(253,225,220); }
div.DivClassName
{
background-color: #FDE1DC;
}
.BgClassName
{
background-color: #FDE1DC;
}
</style>
border-color css
<style>
span { border-color: #FDE1DC; }
span { border-color: rgb(253,225,220); }
td.TdClassName
{
border-color: #FDE1DC;
}
.TagClassName
{
border-color: #FDE1DC;
}
</style>