Shades of Magnolia #F0E8FE
Tints of Magnolia #F0E8FE
RGB
CMYK
RGB Variations
Color information
#F0E8FE (or 0xF0E8FE) is known color: Magnolia. HEX triplet: F0, E8 and FE. RGB value is (240,232,254). Sum of RGB (Red+Green+Blue) = 240+232+254=726 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.06% from 726); Green value is 232 (91.02% from 255 or 31.96% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0E8FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E8FE is #0F1701. Grayscale: #ECECEC. Windows color (decimal): -988930 or 16705776. OLE color: 16705776.
HSL color Cylindrical-coordinate representation of color #F0E8FE: hue angle of 261.82º 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 #F0E8FE is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 232 | 254 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.00 |
| HSL | 261.82º | 0.92% | 0.95% | - |
| HSV(B) | 261.82º | 0.09% | 1% | - |
| XYZ | 82.68 | 83.39 | 105.5 | - |
| YUV | 236.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 254 | 0.06 | 0.09 | 0 | 0.00 | 261.82 | 0.92 | 0.95 |
| Hex | F0 | E8 | FE | 6 | 9 | 0 | 0 | 106 | 5C | 5F |
| Octal | 360 | 350 | 376 | 6 | 11 | 0 | 0 | 406 | 134 | 137 |
| Binary | 11110000 | 11101000 | 11111110 | 110 | 1001 | 0 | 0 | 100000110 | 1011100 | 1011111 |
Color Harmonies of #F0E8FE
Complementary color
Monochromatic Colors of #F0E8FE
Black with #F0E8FE
Text Example
Text Example
White with #F0E8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E8FE; }
p { color: rgb(240,232,254); }
H1.HeaderClassName
{
color: #F0E8FE;
}
.AnyTagClassName
{
color: #F0E8FE;
}
</style>
background-color css
<style>
a { background-color: #F0E8FE; }
a { background-color: rgb(240,232,254); }
div.DivClassName
{
background-color: #F0E8FE;
}
.BgClassName
{
background-color: #F0E8FE;
}
</style>
border-color css
<style>
span { border-color: #F0E8FE; }
span { border-color: rgb(240,232,254); }
td.TdClassName
{
border-color: #F0E8FE;
}
.TagClassName
{
border-color: #F0E8FE;
}
</style>