Shades of Magnolia #F0EEF9
Tints of Magnolia #F0EEF9
RGB
CMYK
RGB Variations
Color information
#F0EEF9 (or 0xF0EEF9) is known color: Magnolia. HEX triplet: F0, EE and F9. RGB value is (240,238,249). Sum of RGB (Red+Green+Blue) = 240+238+249=727 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.01% from 727); Green value is 238 (93.36% from 255 or 32.74% from 727); Blue value is 249 (97.66% from 255 or 34.25% from 727); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0EEF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EEF9 is #0F1106. Grayscale: #EFEFEF. Windows color (decimal): -987399 or 16379632. OLE color: 16379632.
HSL color Cylindrical-coordinate representation of color #F0EEF9: hue angle of 250.91º degrees, saturation: 0.48, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F0EEF9 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 238 | 249 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.02 |
| HSL | 250.91º | 0.48% | 0.95% | - |
| HSV(B) | 250.91º | 0.04% | 0.98% | - |
| XYZ | 83.61 | 86.51 | 101.91 | - |
| YUV | 239.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 249 | 0.04 | 0.04 | 0 | 0.02 | 250.91 | 0.48 | 0.95 |
| Hex | F0 | EE | F9 | 4 | 4 | 0 | 2 | FB | 30 | 5F |
| Octal | 360 | 356 | 371 | 4 | 4 | 0 | 2 | 373 | 60 | 137 |
| Binary | 11110000 | 11101110 | 11111001 | 100 | 100 | 0 | 10 | 11111011 | 110000 | 1011111 |
Color Harmonies of #F0EEF9
Complementary color
Monochromatic Colors of #F0EEF9
Black with #F0EEF9
Text Example
Text Example
White with #F0EEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EEF9; }
p { color: rgb(240,238,249); }
H1.HeaderClassName
{
color: #F0EEF9;
}
.AnyTagClassName
{
color: #F0EEF9;
}
</style>
background-color css
<style>
a { background-color: #F0EEF9; }
a { background-color: rgb(240,238,249); }
div.DivClassName
{
background-color: #F0EEF9;
}
.BgClassName
{
background-color: #F0EEF9;
}
</style>
border-color css
<style>
span { border-color: #F0EEF9; }
span { border-color: rgb(240,238,249); }
td.TdClassName
{
border-color: #F0EEF9;
}
.TagClassName
{
border-color: #F0EEF9;
}
</style>