Shades of Misty Rose #FEE9E5
Tints of Misty Rose #FEE9E5
RGB
CMYK
RGB Variations
Color information
#FEE9E5 (or 0xFEE9E5) is known color: Misty Rose. HEX triplet: FE, E9 and E5. RGB value is (254,233,229). Sum of RGB (Red+Green+Blue) = 254+233+229=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 233 (91.41% from 255 or 32.54% from 716); Blue value is 229 (89.84% from 255 or 31.98% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE9E5 is #01161A. Grayscale: #EEEEEE. Windows color (decimal): -71195 or 15067646. OLE color: 15067646.
HSL color Cylindrical-coordinate representation of color #FEE9E5: hue angle of 9.6º 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 #FEE9E5 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 233 | 229 | - |
CMYK | 0 | 0.08 | 0.10 | 0.00 |
HSL | 9.6º | 0.93% | 0.95% | - |
HSV(B) | 9.6º | 0.1% | 1% | - |
XYZ | 84.15 | 85.01 | 86.1 | - |
YUV | 238.82 | 122.46 | 138.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 233 | 229 | 0 | 0.08 | 0.10 | 0.00 | 9.6 | 0.93 | 0.95 |
Hex | FE | E9 | E5 | 0 | 8 | A | 0 | A | 5D | 5F |
Octal | 376 | 351 | 345 | 0 | 10 | 12 | 0 | 12 | 135 | 137 |
Binary | 11111110 | 11101001 | 11100101 | 0 | 1000 | 1010 | 0 | 1010 | 1011101 | 1011111 |
Color Harmonies of #FEE9E5
Complementary color
Monochromatic Colors of #FEE9E5
Black with #FEE9E5
Text Example
Text Example
White with #FEE9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE9E5; }
p { color: rgb(254,233,229); }
H1.HeaderClassName
{
color: #FEE9E5;
}
.AnyTagClassName
{
color: #FEE9E5;
}
</style>
background-color css
<style>
a { background-color: #FEE9E5; }
a { background-color: rgb(254,233,229); }
div.DivClassName
{
background-color: #FEE9E5;
}
.BgClassName
{
background-color: #FEE9E5;
}
</style>
border-color css
<style>
span { border-color: #FEE9E5; }
span { border-color: rgb(254,233,229); }
td.TdClassName
{
border-color: #FEE9E5;
}
.TagClassName
{
border-color: #FEE9E5;
}
</style>