Shades of Misty Rose #FDE5E0
Tints of Misty Rose #FDE5E0
RGB
CMYK
RGB Variations
Color information
#FDE5E0 (or 0xFDE5E0) is known color: Misty Rose. HEX triplet: FD, E5 and E0. RGB value is (253,229,224). Sum of RGB (Red+Green+Blue) = 253+229+224=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 229 (89.84% from 255 or 32.44% from 706); Blue value is 224 (87.89% from 255 or 31.73% from 706); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE5E0 is #021A1F. Grayscale: #EBEBEB. Windows color (decimal): -137760 or 14738941. OLE color: 14738941.
HSL color Cylindrical-coordinate representation of color #FDE5E0: hue angle of 10.34º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDE5E0 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 224 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.01 |
| HSL | 10.34º | 0.88% | 0.94% | - |
| HSV(B) | 10.34º | 0.11% | 0.99% | - |
| XYZ | 81.98 | 82.3 | 82.09 | - |
| YUV | 235.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 224 | 0 | 0.09 | 0.11 | 0.01 | 10.34 | 0.88 | 0.94 |
| Hex | FD | E5 | E0 | 0 | 9 | B | 1 | A | 58 | 5E |
| Octal | 375 | 345 | 340 | 0 | 11 | 13 | 1 | 12 | 130 | 136 |
| Binary | 11111101 | 11100101 | 11100000 | 0 | 1001 | 1011 | 1 | 1010 | 1011000 | 1011110 |
Color Harmonies of #FDE5E0
Complementary color
Monochromatic Colors of #FDE5E0
Black with #FDE5E0
Text Example
Text Example
White with #FDE5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE5E0; }
p { color: rgb(253,229,224); }
H1.HeaderClassName
{
color: #FDE5E0;
}
.AnyTagClassName
{
color: #FDE5E0;
}
</style>
background-color css
<style>
a { background-color: #FDE5E0; }
a { background-color: rgb(253,229,224); }
div.DivClassName
{
background-color: #FDE5E0;
}
.BgClassName
{
background-color: #FDE5E0;
}
</style>
border-color css
<style>
span { border-color: #FDE5E0; }
span { border-color: rgb(253,229,224); }
td.TdClassName
{
border-color: #FDE5E0;
}
.TagClassName
{
border-color: #FDE5E0;
}
</style>