Shades of Misty Rose #FDE2DE
Tints of Misty Rose #FDE2DE
RGB
CMYK
RGB Variations
Color information
#FDE2DE (or 0xFDE2DE) is known color: Misty Rose. HEX triplet: FD, E2 and DE. RGB value is (253,226,222). Sum of RGB (Red+Green+Blue) = 253+226+222=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 226 (88.67% from 255 or 32.24% from 701); Blue value is 222 (87.11% from 255 or 31.67% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2DE is #021D21. Grayscale: #E9E9E9. Windows color (decimal): -138530 or 14607101. OLE color: 14607101.
HSL color Cylindrical-coordinate representation of color #FDE2DE: hue angle of 7.74º 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 #FDE2DE is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 222 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.01 |
| HSL | 7.74º | 0.89% | 0.93% | - |
| HSV(B) | 7.74º | 0.12% | 0.99% | - |
| XYZ | 80.89 | 80.55 | 80.39 | - |
| YUV | 233.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 222 | 0 | 0.11 | 0.12 | 0.01 | 7.74 | 0.89 | 0.93 |
| Hex | FD | E2 | DE | 0 | B | C | 1 | 8 | 59 | 5D |
| Octal | 375 | 342 | 336 | 0 | 13 | 14 | 1 | 10 | 131 | 135 |
| Binary | 11111101 | 11100010 | 11011110 | 0 | 1011 | 1100 | 1 | 1000 | 1011001 | 1011101 |
Color Harmonies of #FDE2DE
Complementary color
Monochromatic Colors of #FDE2DE
Black with #FDE2DE
Text Example
Text Example
White with #FDE2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE2DE; }
p { color: rgb(253,226,222); }
H1.HeaderClassName
{
color: #FDE2DE;
}
.AnyTagClassName
{
color: #FDE2DE;
}
</style>
background-color css
<style>
a { background-color: #FDE2DE; }
a { background-color: rgb(253,226,222); }
div.DivClassName
{
background-color: #FDE2DE;
}
.BgClassName
{
background-color: #FDE2DE;
}
</style>
border-color css
<style>
span { border-color: #FDE2DE; }
span { border-color: rgb(253,226,222); }
td.TdClassName
{
border-color: #FDE2DE;
}
.TagClassName
{
border-color: #FDE2DE;
}
</style>