Shades of Misty Rose #FEE9E7
Tints of Misty Rose #FEE9E7
RGB
CMYK
RGB Variations
Color information
#FEE9E7 (or 0xFEE9E7) is known color: Misty Rose. HEX triplet: FE, E9 and E7. RGB value is (254,233,231). Sum of RGB (Red+Green+Blue) = 254+233+231=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 233 (91.41% from 255 or 32.45% from 718); Blue value is 231 (90.62% from 255 or 32.17% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE9E7 is #011618. Grayscale: #EFEFEF. Windows color (decimal): -71193 or 15198718. OLE color: 15198718.
HSL color Cylindrical-coordinate representation of color #FEE9E7: hue angle of 5.22º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FEE9E7 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 233 | 231 | - |
CMYK | 0 | 0.08 | 0.09 | 0.00 |
HSL | 5.22º | 0.92% | 0.95% | - |
HSV(B) | 5.22º | 0.09% | 1% | - |
XYZ | 84.44 | 85.12 | 87.58 | - |
YUV | 239.05 | 123.46 | 138.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 233 | 231 | 0 | 0.08 | 0.09 | 0.00 | 5.22 | 0.92 | 0.95 |
Hex | FE | E9 | E7 | 0 | 8 | 9 | 0 | 5 | 5C | 5F |
Octal | 376 | 351 | 347 | 0 | 10 | 11 | 0 | 5 | 134 | 137 |
Binary | 11111110 | 11101001 | 11100111 | 0 | 1000 | 1001 | 0 | 101 | 1011100 | 1011111 |
Color Harmonies of #FEE9E7
Complementary color
Monochromatic Colors of #FEE9E7
Black with #FEE9E7
Text Example
Text Example
White with #FEE9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE9E7; }
p { color: rgb(254,233,231); }
H1.HeaderClassName
{
color: #FEE9E7;
}
.AnyTagClassName
{
color: #FEE9E7;
}
</style>
background-color css
<style>
a { background-color: #FEE9E7; }
a { background-color: rgb(254,233,231); }
div.DivClassName
{
background-color: #FEE9E7;
}
.BgClassName
{
background-color: #FEE9E7;
}
</style>
border-color css
<style>
span { border-color: #FEE9E7; }
span { border-color: rgb(254,233,231); }
td.TdClassName
{
border-color: #FEE9E7;
}
.TagClassName
{
border-color: #FEE9E7;
}
</style>