Shades of Misty Rose #FEE2DE
Tints of Misty Rose #FEE2DE
RGB
CMYK
RGB Variations
Color information
#FEE2DE (or 0xFEE2DE) is known color: Misty Rose. HEX triplet: FE, E2 and DE. RGB value is (254,226,222). Sum of RGB (Red+Green+Blue) = 254+226+222=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 226 (88.67% from 255 or 32.19% from 702); Blue value is 222 (87.11% from 255 or 31.62% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2DE is #011D21. Grayscale: #E9E9E9. Windows color (decimal): -72994 or 14607102. OLE color: 14607102.
HSL color Cylindrical-coordinate representation of color #FEE2DE: hue angle of 7.5º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEE2DE is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 222 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.00 |
| HSL | 7.5º | 0.94% | 0.93% | - |
| HSV(B) | 7.5º | 0.13% | 1% | - |
| XYZ | 81.25 | 80.74 | 80.41 | - |
| YUV | 233.92 | 121.28 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 222 | 0 | 0.11 | 0.13 | 0.00 | 7.5 | 0.94 | 0.93 |
| Hex | FE | E2 | DE | 0 | B | D | 0 | 8 | 5E | 5D |
| Octal | 376 | 342 | 336 | 0 | 13 | 15 | 0 | 10 | 136 | 135 |
| Binary | 11111110 | 11100010 | 11011110 | 0 | 1011 | 1101 | 0 | 1000 | 1011110 | 1011101 |
Color Harmonies of #FEE2DE
Complementary color
Monochromatic Colors of #FEE2DE
Black with #FEE2DE
Text Example
Text Example
White with #FEE2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2DE; }
p { color: rgb(254,226,222); }
H1.HeaderClassName
{
color: #FEE2DE;
}
.AnyTagClassName
{
color: #FEE2DE;
}
</style>
background-color css
<style>
a { background-color: #FEE2DE; }
a { background-color: rgb(254,226,222); }
div.DivClassName
{
background-color: #FEE2DE;
}
.BgClassName
{
background-color: #FEE2DE;
}
</style>
border-color css
<style>
span { border-color: #FEE2DE; }
span { border-color: rgb(254,226,222); }
td.TdClassName
{
border-color: #FEE2DE;
}
.TagClassName
{
border-color: #FEE2DE;
}
</style>