Shades of Misty Rose #FEE5E4
Tints of Misty Rose #FEE5E4
RGB
CMYK
RGB Variations
Color information
#FEE5E4 (or 0xFEE5E4) is known color: Misty Rose. HEX triplet: FE, E5 and E4. RGB value is (254,229,228). Sum of RGB (Red+Green+Blue) = 254+229+228=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 229 (89.84% from 255 or 32.21% from 711); Blue value is 228 (89.45% from 255 or 32.07% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5E4 is #011A1B. Grayscale: #ECECEC. Windows color (decimal): -72220 or 15001086. OLE color: 15001086.
HSL color Cylindrical-coordinate representation of color #FEE5E4: hue angle of 2.31º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEE5E4 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 229 | 228 | - |
CMYK | 0 | 0.10 | 0.10 | 0.00 |
HSL | 2.31º | 0.93% | 0.95% | - |
HSV(B) | 2.31º | 0.1% | 1% | - |
XYZ | 82.9 | 82.71 | 84.99 | - |
YUV | 236.36 | 123.28 | 140.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 229 | 228 | 0 | 0.10 | 0.10 | 0.00 | 2.31 | 0.93 | 0.95 |
Hex | FE | E5 | E4 | 0 | A | A | 0 | 2 | 5D | 5F |
Octal | 376 | 345 | 344 | 0 | 12 | 12 | 0 | 2 | 135 | 137 |
Binary | 11111110 | 11100101 | 11100100 | 0 | 1010 | 1010 | 0 | 10 | 1011101 | 1011111 |
Color Harmonies of #FEE5E4
Complementary color
Monochromatic Colors of #FEE5E4
Black with #FEE5E4
Text Example
Text Example
White with #FEE5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5E4; }
p { color: rgb(254,229,228); }
H1.HeaderClassName
{
color: #FEE5E4;
}
.AnyTagClassName
{
color: #FEE5E4;
}
</style>
background-color css
<style>
a { background-color: #FEE5E4; }
a { background-color: rgb(254,229,228); }
div.DivClassName
{
background-color: #FEE5E4;
}
.BgClassName
{
background-color: #FEE5E4;
}
</style>
border-color css
<style>
span { border-color: #FEE5E4; }
span { border-color: rgb(254,229,228); }
td.TdClassName
{
border-color: #FEE5E4;
}
.TagClassName
{
border-color: #FEE5E4;
}
</style>