Shades of Misty Rose #FDE9E5
Tints of Misty Rose #FDE9E5
RGB
CMYK
RGB Variations
Color information
#FDE9E5 (or 0xFDE9E5) is known color: Misty Rose. HEX triplet: FD, E9 and E5. RGB value is (253,233,229). Sum of RGB (Red+Green+Blue) = 253+233+229=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 233 (91.41% from 255 or 32.59% from 715); Blue value is 229 (89.84% from 255 or 32.03% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE9E5 is #02161A. Grayscale: #EEEEEE. Windows color (decimal): -136731 or 15067645. OLE color: 15067645.
HSL color Cylindrical-coordinate representation of color #FDE9E5: hue angle of 10º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDE9E5 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 229 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.01 |
| HSL | 10º | 0.86% | 0.95% | - |
| HSV(B) | 10º | 0.09% | 0.99% | - |
| XYZ | 83.79 | 84.82 | 86.08 | - |
| YUV | 238.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 229 | 0 | 0.08 | 0.09 | 0.01 | 10 | 0.86 | 0.95 |
| Hex | FD | E9 | E5 | 0 | 8 | 9 | 1 | A | 56 | 5F |
| Octal | 375 | 351 | 345 | 0 | 10 | 11 | 1 | 12 | 126 | 137 |
| Binary | 11111101 | 11101001 | 11100101 | 0 | 1000 | 1001 | 1 | 1010 | 1010110 | 1011111 |
Color Harmonies of #FDE9E5
Complementary color
Monochromatic Colors of #FDE9E5
Black with #FDE9E5
Text Example
Text Example
White with #FDE9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE9E5; }
p { color: rgb(253,233,229); }
H1.HeaderClassName
{
color: #FDE9E5;
}
.AnyTagClassName
{
color: #FDE9E5;
}
</style>
background-color css
<style>
a { background-color: #FDE9E5; }
a { background-color: rgb(253,233,229); }
div.DivClassName
{
background-color: #FDE9E5;
}
.BgClassName
{
background-color: #FDE9E5;
}
</style>
border-color css
<style>
span { border-color: #FDE9E5; }
span { border-color: rgb(253,233,229); }
td.TdClassName
{
border-color: #FDE9E5;
}
.TagClassName
{
border-color: #FDE9E5;
}
</style>