Shades of Magnolia #F0E7FE
Tints of Magnolia #F0E7FE
RGB
CMYK
RGB Variations
Color information
#F0E7FE (or 0xF0E7FE) is known color: Magnolia. HEX triplet: F0, E7 and FE. RGB value is (240,231,254). Sum of RGB (Red+Green+Blue) = 240+231+254=725 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.10% from 725); Green value is 231 (90.62% from 255 or 31.86% from 725); Blue value is 254 (99.61% from 255 or 35.03% from 725); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0E7FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E7FE is #0F1801. Grayscale: #ECECEC. Windows color (decimal): -989186 or 16705520. OLE color: 16705520.
HSL color Cylindrical-coordinate representation of color #F0E7FE: hue angle of 263.48º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0E7FE is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 231 | 254 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.00 |
| HSL | 263.48º | 0.92% | 0.95% | - |
| HSV(B) | 263.48º | 0.09% | 1% | - |
| XYZ | 82.4 | 82.83 | 105.41 | - |
| YUV | 236.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 231 | 254 | 0.06 | 0.09 | 0 | 0.00 | 263.48 | 0.92 | 0.95 |
| Hex | F0 | E7 | FE | 6 | 9 | 0 | 0 | 107 | 5C | 5F |
| Octal | 360 | 347 | 376 | 6 | 11 | 0 | 0 | 407 | 134 | 137 |
| Binary | 11110000 | 11100111 | 11111110 | 110 | 1001 | 0 | 0 | 100000111 | 1011100 | 1011111 |
Color Harmonies of #F0E7FE
Complementary color
Monochromatic Colors of #F0E7FE
Black with #F0E7FE
Text Example
Text Example
White with #F0E7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E7FE; }
p { color: rgb(240,231,254); }
H1.HeaderClassName
{
color: #F0E7FE;
}
.AnyTagClassName
{
color: #F0E7FE;
}
</style>
background-color css
<style>
a { background-color: #F0E7FE; }
a { background-color: rgb(240,231,254); }
div.DivClassName
{
background-color: #F0E7FE;
}
.BgClassName
{
background-color: #F0E7FE;
}
</style>
border-color css
<style>
span { border-color: #F0E7FE; }
span { border-color: rgb(240,231,254); }
td.TdClassName
{
border-color: #F0E7FE;
}
.TagClassName
{
border-color: #F0E7FE;
}
</style>