Shades of Misty Rose #FEEBE8
Tints of Misty Rose #FEEBE8
RGB
CMYK
RGB Variations
Color information
#FEEBE8 (or 0xFEEBE8) is known color: Misty Rose. HEX triplet: FE, EB and E8. RGB value is (254,235,232). Sum of RGB (Red+Green+Blue) = 254+235+232=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 235 (92.19% from 255 or 32.59% from 721); Blue value is 232 (91.02% from 255 or 32.18% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEBE8 is #011417. Grayscale: #F0F0F0. Windows color (decimal): -70680 or 15264766. OLE color: 15264766.
HSL color Cylindrical-coordinate representation of color #FEEBE8: hue angle of 8.18º 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 #FEEBE8 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 232 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.00 |
| HSL | 8.18º | 0.92% | 0.95% | - |
| HSV(B) | 8.18º | 0.09% | 1% | - |
| XYZ | 85.15 | 86.31 | 88.52 | - |
| YUV | 240.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 232 | 0 | 0.07 | 0.09 | 0.00 | 8.18 | 0.92 | 0.95 |
| Hex | FE | EB | E8 | 0 | 7 | 9 | 0 | 8 | 5C | 5F |
| Octal | 376 | 353 | 350 | 0 | 7 | 11 | 0 | 10 | 134 | 137 |
| Binary | 11111110 | 11101011 | 11101000 | 0 | 111 | 1001 | 0 | 1000 | 1011100 | 1011111 |
Color Harmonies of #FEEBE8
Complementary color
Monochromatic Colors of #FEEBE8
Black with #FEEBE8
Text Example
Text Example
White with #FEEBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBE8; }
p { color: rgb(254,235,232); }
H1.HeaderClassName
{
color: #FEEBE8;
}
.AnyTagClassName
{
color: #FEEBE8;
}
</style>
background-color css
<style>
a { background-color: #FEEBE8; }
a { background-color: rgb(254,235,232); }
div.DivClassName
{
background-color: #FEEBE8;
}
.BgClassName
{
background-color: #FEEBE8;
}
</style>
border-color css
<style>
span { border-color: #FEEBE8; }
span { border-color: rgb(254,235,232); }
td.TdClassName
{
border-color: #FEEBE8;
}
.TagClassName
{
border-color: #FEEBE8;
}
</style>