Shades of Misty Rose #FEE9E6
Tints of Misty Rose #FEE9E6
RGB
CMYK
RGB Variations
Color information
#FEE9E6 (or 0xFEE9E6) is known color: Misty Rose. HEX triplet: FE, E9 and E6. RGB value is (254,233,230). Sum of RGB (Red+Green+Blue) = 254+233+230=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 233 (91.41% from 255 or 32.50% from 717); Blue value is 230 (90.23% from 255 or 32.08% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE9E6 is #011619. Grayscale: #EEEEEE. Windows color (decimal): -71194 or 15133182. OLE color: 15133182.
HSL color Cylindrical-coordinate representation of color #FEE9E6: hue angle of 7.5º 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 #FEE9E6 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 233 | 230 | - |
CMYK | 0 | 0.08 | 0.09 | 0.00 |
HSL | 7.5º | 0.92% | 0.95% | - |
HSV(B) | 7.5º | 0.09% | 1% | - |
XYZ | 84.29 | 85.06 | 86.84 | - |
YUV | 238.94 | 122.96 | 138.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 233 | 230 | 0 | 0.08 | 0.09 | 0.00 | 7.5 | 0.92 | 0.95 |
Hex | FE | E9 | E6 | 0 | 8 | 9 | 0 | 8 | 5C | 5F |
Octal | 376 | 351 | 346 | 0 | 10 | 11 | 0 | 10 | 134 | 137 |
Binary | 11111110 | 11101001 | 11100110 | 0 | 1000 | 1001 | 0 | 1000 | 1011100 | 1011111 |
Color Harmonies of #FEE9E6
Complementary color
Monochromatic Colors of #FEE9E6
Black with #FEE9E6
Text Example
Text Example
White with #FEE9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE9E6; }
p { color: rgb(254,233,230); }
H1.HeaderClassName
{
color: #FEE9E6;
}
.AnyTagClassName
{
color: #FEE9E6;
}
</style>
background-color css
<style>
a { background-color: #FEE9E6; }
a { background-color: rgb(254,233,230); }
div.DivClassName
{
background-color: #FEE9E6;
}
.BgClassName
{
background-color: #FEE9E6;
}
</style>
border-color css
<style>
span { border-color: #FEE9E6; }
span { border-color: rgb(254,233,230); }
td.TdClassName
{
border-color: #FEE9E6;
}
.TagClassName
{
border-color: #FEE9E6;
}
</style>