Shades of Misty Rose #FFEBE8
Tints of Misty Rose #FFEBE8
RGB
CMYK
RGB Variations
Color information
#FFEBE8 (or 0xFFEBE8) is known color: Misty Rose. HEX triplet: FF, EB and E8. RGB value is (255,235,232). Sum of RGB (Red+Green+Blue) = 255+235+232=722 (95% of max value = 765). Red value is 255 (100% from 255 or 35.32% from 722); Green value is 235 (92.19% from 255 or 32.55% from 722); Blue value is 232 (91.02% from 255 or 32.13% from 722); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEBE8 is #001417. Grayscale: #F0F0F0. Windows color (decimal): -5144 or 15264767. OLE color: 15264767.
HSL color Cylindrical-coordinate representation of color #FFEBE8: hue angle of 7.83º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FFEBE8 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 232 | - |
| CMYK | 0 | 0.08 | 0.09 | 0 |
| HSL | 7.83º | 1% | 0.95% | - |
| HSV(B) | 7.83º | 0.09% | 1% | - |
| XYZ | 85.51 | 86.5 | 88.53 | - |
| YUV | 240.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 232 | 0 | 0.08 | 0.09 | 0 | 7.83 | 1 | 0.95 |
| Hex | FF | EB | E8 | 0 | 8 | 9 | 0 | 8 | 64 | 5F |
| Octal | 377 | 353 | 350 | 0 | 10 | 11 | 0 | 10 | 144 | 137 |
| Binary | 11111111 | 11101011 | 11101000 | 0 | 1000 | 1001 | 0 | 1000 | 1100100 | 1011111 |
Color Harmonies of #FFEBE8
Complementary color
Monochromatic Colors of #FFEBE8
Black with #FFEBE8
Text Example
Text Example
White with #FFEBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBE8; }
p { color: rgb(255,235,232); }
H1.HeaderClassName
{
color: #FFEBE8;
}
.AnyTagClassName
{
color: #FFEBE8;
}
</style>
background-color css
<style>
a { background-color: #FFEBE8; }
a { background-color: rgb(255,235,232); }
div.DivClassName
{
background-color: #FFEBE8;
}
.BgClassName
{
background-color: #FFEBE8;
}
</style>
border-color css
<style>
span { border-color: #FFEBE8; }
span { border-color: rgb(255,235,232); }
td.TdClassName
{
border-color: #FFEBE8;
}
.TagClassName
{
border-color: #FFEBE8;
}
</style>