Shades of Magnolia #F0EEF8
Tints of Magnolia #F0EEF8
RGB
CMYK
RGB Variations
Color information
#F0EEF8 (or 0xF0EEF8) is known color: Magnolia. HEX triplet: F0, EE and F8. RGB value is (240,238,248). Sum of RGB (Red+Green+Blue) = 240+238+248=726 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.06% from 726); Green value is 238 (93.36% from 255 or 32.78% from 726); Blue value is 248 (97.27% from 255 or 34.16% from 726); Max value from RGB is 248 - color contains mainly: blue. Hex color #F0EEF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EEF8 is #0F1107. Grayscale: #EFEFEF. Windows color (decimal): -987400 or 16314096. OLE color: 16314096.
HSL color Cylindrical-coordinate representation of color #F0EEF8: hue angle of 252º degrees, saturation: 0.42, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F0EEF8 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 238 | 248 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.03 |
| HSL | 252º | 0.42% | 0.95% | - |
| HSV(B) | 252º | 0.04% | 0.97% | - |
| XYZ | 83.45 | 86.45 | 101.1 | - |
| YUV | 239.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 248 | 0.03 | 0.04 | 0 | 0.03 | 252 | 0.42 | 0.95 |
| Hex | F0 | EE | F8 | 3 | 4 | 0 | 3 | FC | 2A | 5F |
| Octal | 360 | 356 | 370 | 3 | 4 | 0 | 3 | 374 | 52 | 137 |
| Binary | 11110000 | 11101110 | 11111000 | 11 | 100 | 0 | 11 | 11111100 | 101010 | 1011111 |
Color Harmonies of #F0EEF8
Complementary color
Monochromatic Colors of #F0EEF8
Black with #F0EEF8
Text Example
Text Example
White with #F0EEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EEF8; }
p { color: rgb(240,238,248); }
H1.HeaderClassName
{
color: #F0EEF8;
}
.AnyTagClassName
{
color: #F0EEF8;
}
</style>
background-color css
<style>
a { background-color: #F0EEF8; }
a { background-color: rgb(240,238,248); }
div.DivClassName
{
background-color: #F0EEF8;
}
.BgClassName
{
background-color: #F0EEF8;
}
</style>
border-color css
<style>
span { border-color: #F0EEF8; }
span { border-color: rgb(240,238,248); }
td.TdClassName
{
border-color: #F0EEF8;
}
.TagClassName
{
border-color: #F0EEF8;
}
</style>