Shades of Magnolia #F0EEF2
Tints of Magnolia #F0EEF2
RGB
CMYK
RGB Variations
Color information
#F0EEF2 (or 0xF0EEF2) is known color: Magnolia. HEX triplet: F0, EE and F2. RGB value is (240,238,242). Sum of RGB (Red+Green+Blue) = 240+238+242=720 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.33% from 720); Green value is 238 (93.36% from 255 or 33.06% from 720); Blue value is 242 (94.92% from 255 or 33.61% from 720); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0EEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EEF2 is #0F110D. Grayscale: #EFEFEF. Windows color (decimal): -987406 or 15920880. OLE color: 15920880.
HSL color Cylindrical-coordinate representation of color #F0EEF2: hue angle of 270º degrees, saturation: 0.13, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F0EEF2 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 238 | 242 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.05 |
| HSL | 270º | 0.13% | 0.94% | - |
| HSV(B) | 270º | 0.02% | 0.95% | - |
| XYZ | 82.54 | 86.09 | 96.27 | - |
| YUV | 239.05 | 129.66 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 242 | 0.01 | 0.02 | 0 | 0.05 | 270 | 0.13 | 0.94 |
| Hex | F0 | EE | F2 | 1 | 2 | 0 | 5 | 10E | D | 5E |
| Octal | 360 | 356 | 362 | 1 | 2 | 0 | 5 | 416 | 15 | 136 |
| Binary | 11110000 | 11101110 | 11110010 | 1 | 10 | 0 | 101 | 100001110 | 1101 | 1011110 |
Color Harmonies of #F0EEF2
Complementary color
Monochromatic Colors of #F0EEF2
Black with #F0EEF2
Text Example
Text Example
White with #F0EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EEF2; }
p { color: rgb(240,238,242); }
H1.HeaderClassName
{
color: #F0EEF2;
}
.AnyTagClassName
{
color: #F0EEF2;
}
</style>
background-color css
<style>
a { background-color: #F0EEF2; }
a { background-color: rgb(240,238,242); }
div.DivClassName
{
background-color: #F0EEF2;
}
.BgClassName
{
background-color: #F0EEF2;
}
</style>
border-color css
<style>
span { border-color: #F0EEF2; }
span { border-color: rgb(240,238,242); }
td.TdClassName
{
border-color: #F0EEF2;
}
.TagClassName
{
border-color: #F0EEF2;
}
</style>