Shades of Magnolia #F0E9FA
Tints of Magnolia #F0E9FA
RGB
CMYK
RGB Variations
Color information
#F0E9FA (or 0xF0E9FA) is known color: Magnolia. HEX triplet: F0, E9 and FA. RGB value is (240,233,250). Sum of RGB (Red+Green+Blue) = 240+233+250=723 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.20% from 723); Green value is 233 (91.41% from 255 or 32.23% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0E9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E9FA is #0F1605. Grayscale: #ECECEC. Windows color (decimal): -988678 or 16443888. OLE color: 16443888.
HSL color Cylindrical-coordinate representation of color #F0E9FA: hue angle of 264.71º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0E9FA is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 233 | 250 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.02 |
| HSL | 264.71º | 0.63% | 0.95% | - |
| HSV(B) | 264.71º | 0.07% | 0.98% | - |
| XYZ | 82.33 | 83.71 | 102.26 | - |
| YUV | 237.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 233 | 250 | 0.04 | 0.07 | 0 | 0.02 | 264.71 | 0.63 | 0.95 |
| Hex | F0 | E9 | FA | 4 | 7 | 0 | 2 | 109 | 3F | 5F |
| Octal | 360 | 351 | 372 | 4 | 7 | 0 | 2 | 411 | 77 | 137 |
| Binary | 11110000 | 11101001 | 11111010 | 100 | 111 | 0 | 10 | 100001001 | 111111 | 1011111 |
Color Harmonies of #F0E9FA
Complementary color
Monochromatic Colors of #F0E9FA
Black with #F0E9FA
Text Example
Text Example
White with #F0E9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E9FA; }
p { color: rgb(240,233,250); }
H1.HeaderClassName
{
color: #F0E9FA;
}
.AnyTagClassName
{
color: #F0E9FA;
}
</style>
background-color css
<style>
a { background-color: #F0E9FA; }
a { background-color: rgb(240,233,250); }
div.DivClassName
{
background-color: #F0E9FA;
}
.BgClassName
{
background-color: #F0E9FA;
}
</style>
border-color css
<style>
span { border-color: #F0E9FA; }
span { border-color: rgb(240,233,250); }
td.TdClassName
{
border-color: #F0E9FA;
}
.TagClassName
{
border-color: #F0E9FA;
}
</style>