Shades of Misty Rose #FDE7E5
Tints of Misty Rose #FDE7E5
RGB
CMYK
RGB Variations
Color information
#FDE7E5 (or 0xFDE7E5) is known color: Misty Rose. HEX triplet: FD, E7 and E5. RGB value is (253,231,229). Sum of RGB (Red+Green+Blue) = 253+231+229=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 231 (90.62% from 255 or 32.40% from 713); Blue value is 229 (89.84% from 255 or 32.12% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE7E5 is #02181A. Grayscale: #EDEDED. Windows color (decimal): -137243 or 15067133. OLE color: 15067133.
HSL color Cylindrical-coordinate representation of color #FDE7E5: hue angle of 5º 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 #FDE7E5 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 231 | 229 | - |
CMYK | 0 | 0.09 | 0.09 | 0.01 |
HSL | 5º | 0.86% | 0.95% | - |
HSV(B) | 5º | 0.09% | 0.99% | - |
XYZ | 83.23 | 83.69 | 85.9 | - |
YUV | 237.35 | 123.29 | 139.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 231 | 229 | 0 | 0.09 | 0.09 | 0.01 | 5 | 0.86 | 0.95 |
Hex | FD | E7 | E5 | 0 | 9 | 9 | 1 | 5 | 56 | 5F |
Octal | 375 | 347 | 345 | 0 | 11 | 11 | 1 | 5 | 126 | 137 |
Binary | 11111101 | 11100111 | 11100101 | 0 | 1001 | 1001 | 1 | 101 | 1010110 | 1011111 |
Color Harmonies of #FDE7E5
Complementary color
Monochromatic Colors of #FDE7E5
Black with #FDE7E5
Text Example
Text Example
White with #FDE7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7E5; }
p { color: rgb(253,231,229); }
H1.HeaderClassName
{
color: #FDE7E5;
}
.AnyTagClassName
{
color: #FDE7E5;
}
</style>
background-color css
<style>
a { background-color: #FDE7E5; }
a { background-color: rgb(253,231,229); }
div.DivClassName
{
background-color: #FDE7E5;
}
.BgClassName
{
background-color: #FDE7E5;
}
</style>
border-color css
<style>
span { border-color: #FDE7E5; }
span { border-color: rgb(253,231,229); }
td.TdClassName
{
border-color: #FDE7E5;
}
.TagClassName
{
border-color: #FDE7E5;
}
</style>