Shades of Magnolia #F0EEF6
Tints of Magnolia #F0EEF6
RGB
CMYK
RGB Variations
Color information
#F0EEF6 (or 0xF0EEF6) is known color: Magnolia. HEX triplet: F0, EE and F6. RGB value is (240,238,246). Sum of RGB (Red+Green+Blue) = 240+238+246=724 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.15% from 724); Green value is 238 (93.36% from 255 or 32.87% from 724); Blue value is 246 (96.48% from 255 or 33.98% from 724); Max value from RGB is 246 - color contains mainly: blue. Hex color #F0EEF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EEF6 is #0F1109. Grayscale: #EFEFEF. Windows color (decimal): -987402 or 16183024. OLE color: 16183024.
HSL color Cylindrical-coordinate representation of color #F0EEF6: hue angle of 255º degrees, saturation: 0.31, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F0EEF6 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 238 | 246 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.04 |
| HSL | 255º | 0.31% | 0.95% | - |
| HSV(B) | 255º | 0.03% | 0.96% | - |
| XYZ | 83.14 | 86.33 | 99.47 | - |
| YUV | 239.51 | 131.66 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 246 | 0.02 | 0.03 | 0 | 0.04 | 255 | 0.31 | 0.95 |
| Hex | F0 | EE | F6 | 2 | 3 | 0 | 4 | FF | 1F | 5F |
| Octal | 360 | 356 | 366 | 2 | 3 | 0 | 4 | 377 | 37 | 137 |
| Binary | 11110000 | 11101110 | 11110110 | 10 | 11 | 0 | 100 | 11111111 | 11111 | 1011111 |
Color Harmonies of #F0EEF6
Complementary color
Monochromatic Colors of #F0EEF6
Black with #F0EEF6
Text Example
Text Example
White with #F0EEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EEF6; }
p { color: rgb(240,238,246); }
H1.HeaderClassName
{
color: #F0EEF6;
}
.AnyTagClassName
{
color: #F0EEF6;
}
</style>
background-color css
<style>
a { background-color: #F0EEF6; }
a { background-color: rgb(240,238,246); }
div.DivClassName
{
background-color: #F0EEF6;
}
.BgClassName
{
background-color: #F0EEF6;
}
</style>
border-color css
<style>
span { border-color: #F0EEF6; }
span { border-color: rgb(240,238,246); }
td.TdClassName
{
border-color: #F0EEF6;
}
.TagClassName
{
border-color: #F0EEF6;
}
</style>