Shades of Misty Rose #FEE1DE
Tints of Misty Rose #FEE1DE
RGB
CMYK
RGB Variations
Color information
#FEE1DE (or 0xFEE1DE) is known color: Misty Rose. HEX triplet: FE, E1 and DE. RGB value is (254,225,222). Sum of RGB (Red+Green+Blue) = 254+225+222=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 225 (88.28% from 255 or 32.10% from 701); Blue value is 222 (87.11% from 255 or 31.67% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1DE is #011E21. Grayscale: #E9E9E9. Windows color (decimal): -73250 or 14606846. OLE color: 14606846.
HSL color Cylindrical-coordinate representation of color #FEE1DE: hue angle of 5.62º 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 #FEE1DE is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 222 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.00 |
| HSL | 5.63º | 0.94% | 0.93% | - |
| HSV(B) | 5.63º | 0.13% | 1% | - |
| XYZ | 80.98 | 80.2 | 80.32 | - |
| YUV | 233.33 | 121.61 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 222 | 0 | 0.11 | 0.13 | 0.00 | 5.63 | 0.94 | 0.93 |
| Hex | FE | E1 | DE | 0 | B | D | 0 | 6 | 5E | 5D |
| Octal | 376 | 341 | 336 | 0 | 13 | 15 | 0 | 6 | 136 | 135 |
| Binary | 11111110 | 11100001 | 11011110 | 0 | 1011 | 1101 | 0 | 110 | 1011110 | 1011101 |
Color Harmonies of #FEE1DE
Complementary color
Monochromatic Colors of #FEE1DE
Black with #FEE1DE
Text Example
Text Example
White with #FEE1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1DE; }
p { color: rgb(254,225,222); }
H1.HeaderClassName
{
color: #FEE1DE;
}
.AnyTagClassName
{
color: #FEE1DE;
}
</style>
background-color css
<style>
a { background-color: #FEE1DE; }
a { background-color: rgb(254,225,222); }
div.DivClassName
{
background-color: #FEE1DE;
}
.BgClassName
{
background-color: #FEE1DE;
}
</style>
border-color css
<style>
span { border-color: #FEE1DE; }
span { border-color: rgb(254,225,222); }
td.TdClassName
{
border-color: #FEE1DE;
}
.TagClassName
{
border-color: #FEE1DE;
}
</style>