Shades of Magnolia #F0E7FA
Tints of Magnolia #F0E7FA
RGB
CMYK
RGB Variations
Color information
#F0E7FA (or 0xF0E7FA) is known color: Magnolia. HEX triplet: F0, E7 and FA. RGB value is (240,231,250). Sum of RGB (Red+Green+Blue) = 240+231+250=721 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.29% from 721); Green value is 231 (90.62% from 255 or 32.04% from 721); Blue value is 250 (98.05% from 255 or 34.67% from 721); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0E7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E7FA is #0F1805. Grayscale: #EBEBEB. Windows color (decimal): -989190 or 16443376. OLE color: 16443376.
HSL color Cylindrical-coordinate representation of color #F0E7FA: hue angle of 268.42º degrees, saturation: 0.66, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0E7FA is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 231 | 250 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.02 |
| HSL | 268.42º | 0.66% | 0.94% | - |
| HSV(B) | 268.42º | 0.08% | 0.98% | - |
| XYZ | 81.77 | 82.58 | 102.07 | - |
| YUV | 235.86 | 135.98 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 231 | 250 | 0.04 | 0.08 | 0 | 0.02 | 268.42 | 0.66 | 0.94 |
| Hex | F0 | E7 | FA | 4 | 8 | 0 | 2 | 10C | 42 | 5E |
| Octal | 360 | 347 | 372 | 4 | 10 | 0 | 2 | 414 | 102 | 136 |
| Binary | 11110000 | 11100111 | 11111010 | 100 | 1000 | 0 | 10 | 100001100 | 1000010 | 1011110 |
Color Harmonies of #F0E7FA
Complementary color
Monochromatic Colors of #F0E7FA
Black with #F0E7FA
Text Example
Text Example
White with #F0E7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E7FA; }
p { color: rgb(240,231,250); }
H1.HeaderClassName
{
color: #F0E7FA;
}
.AnyTagClassName
{
color: #F0E7FA;
}
</style>
background-color css
<style>
a { background-color: #F0E7FA; }
a { background-color: rgb(240,231,250); }
div.DivClassName
{
background-color: #F0E7FA;
}
.BgClassName
{
background-color: #F0E7FA;
}
</style>
border-color css
<style>
span { border-color: #F0E7FA; }
span { border-color: rgb(240,231,250); }
td.TdClassName
{
border-color: #F0E7FA;
}
.TagClassName
{
border-color: #F0E7FA;
}
</style>