Shades of Magnolia #F0EAF6
Tints of Magnolia #F0EAF6
RGB
CMYK
RGB Variations
Color information
#F0EAF6 (or 0xF0EAF6) is known color: Magnolia. HEX triplet: F0, EA and F6. RGB value is (240,234,246). Sum of RGB (Red+Green+Blue) = 240+234+246=720 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.33% from 720); Green value is 234 (91.80% from 255 or 32.5% from 720); Blue value is 246 (96.48% from 255 or 34.17% from 720); Max value from RGB is 246 - color contains mainly: blue. Hex color #F0EAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EAF6 is #0F1509. Grayscale: #EDEDED. Windows color (decimal): -988426 or 16182000. OLE color: 16182000.
HSL color Cylindrical-coordinate representation of color #F0EAF6: hue angle of 270º degrees, saturation: 0.4, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F0EAF6 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 234 | 246 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.04 |
| HSL | 270º | 0.4% | 0.94% | - |
| HSV(B) | 270º | 0.05% | 0.96% | - |
| XYZ | 81.99 | 84.02 | 99.09 | - |
| YUV | 237.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 234 | 246 | 0.02 | 0.05 | 0 | 0.04 | 270 | 0.4 | 0.94 |
| Hex | F0 | EA | F6 | 2 | 5 | 0 | 4 | 10E | 28 | 5E |
| Octal | 360 | 352 | 366 | 2 | 5 | 0 | 4 | 416 | 50 | 136 |
| Binary | 11110000 | 11101010 | 11110110 | 10 | 101 | 0 | 100 | 100001110 | 101000 | 1011110 |
Color Harmonies of #F0EAF6
Complementary color
Monochromatic Colors of #F0EAF6
Black with #F0EAF6
Text Example
Text Example
White with #F0EAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EAF6; }
p { color: rgb(240,234,246); }
H1.HeaderClassName
{
color: #F0EAF6;
}
.AnyTagClassName
{
color: #F0EAF6;
}
</style>
background-color css
<style>
a { background-color: #F0EAF6; }
a { background-color: rgb(240,234,246); }
div.DivClassName
{
background-color: #F0EAF6;
}
.BgClassName
{
background-color: #F0EAF6;
}
</style>
border-color css
<style>
span { border-color: #F0EAF6; }
span { border-color: rgb(240,234,246); }
td.TdClassName
{
border-color: #F0EAF6;
}
.TagClassName
{
border-color: #F0EAF6;
}
</style>