Shades of Misty Rose #FDE9E7
Tints of Misty Rose #FDE9E7
RGB
CMYK
RGB Variations
Color information
#FDE9E7 (or 0xFDE9E7) is known color: Misty Rose. HEX triplet: FD, E9 and E7. RGB value is (253,233,231). Sum of RGB (Red+Green+Blue) = 253+233+231=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 233 (91.41% from 255 or 32.50% from 717); Blue value is 231 (90.62% from 255 or 32.22% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE9E7 is #021618. Grayscale: #EEEEEE. Windows color (decimal): -136729 or 15198717. OLE color: 15198717.
HSL color Cylindrical-coordinate representation of color #FDE9E7: hue angle of 5.45º degrees, saturation: 0.85, 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 #FDE9E7 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 233 | 231 | - |
CMYK | 0 | 0.08 | 0.09 | 0.01 |
HSL | 5.45º | 0.85% | 0.95% | - |
HSV(B) | 5.45º | 0.09% | 0.99% | - |
XYZ | 84.07 | 84.93 | 87.56 | - |
YUV | 238.75 | 123.63 | 138.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 233 | 231 | 0 | 0.08 | 0.09 | 0.01 | 5.45 | 0.85 | 0.95 |
Hex | FD | E9 | E7 | 0 | 8 | 9 | 1 | 5 | 55 | 5F |
Octal | 375 | 351 | 347 | 0 | 10 | 11 | 1 | 5 | 125 | 137 |
Binary | 11111101 | 11101001 | 11100111 | 0 | 1000 | 1001 | 1 | 101 | 1010101 | 1011111 |
Color Harmonies of #FDE9E7
Complementary color
Monochromatic Colors of #FDE9E7
Black with #FDE9E7
Text Example
Text Example
White with #FDE9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE9E7; }
p { color: rgb(253,233,231); }
H1.HeaderClassName
{
color: #FDE9E7;
}
.AnyTagClassName
{
color: #FDE9E7;
}
</style>
background-color css
<style>
a { background-color: #FDE9E7; }
a { background-color: rgb(253,233,231); }
div.DivClassName
{
background-color: #FDE9E7;
}
.BgClassName
{
background-color: #FDE9E7;
}
</style>
border-color css
<style>
span { border-color: #FDE9E7; }
span { border-color: rgb(253,233,231); }
td.TdClassName
{
border-color: #FDE9E7;
}
.TagClassName
{
border-color: #FDE9E7;
}
</style>