Shades of Magnolia #F0E4FE
Tints of Magnolia #F0E4FE
RGB
CMYK
RGB Variations
Color information
#F0E4FE (or 0xF0E4FE) is known color: Magnolia. HEX triplet: F0, E4 and FE. RGB value is (240,228,254). Sum of RGB (Red+Green+Blue) = 240+228+254=722 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.24% from 722); Green value is 228 (89.45% from 255 or 31.58% from 722); Blue value is 254 (99.61% from 255 or 35.18% from 722); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0E4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E4FE is #0F1B01. Grayscale: #EAEAEA. Windows color (decimal): -989954 or 16704752. OLE color: 16704752.
HSL color Cylindrical-coordinate representation of color #F0E4FE: hue angle of 267.69º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0E4FE is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 228 | 254 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.00 |
| HSL | 267.69º | 0.93% | 0.95% | - |
| HSV(B) | 267.69º | 0.1% | 1% | - |
| XYZ | 81.57 | 81.17 | 105.13 | - |
| YUV | 234.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 254 | 0.06 | 0.10 | 0 | 0.00 | 267.69 | 0.93 | 0.95 |
| Hex | F0 | E4 | FE | 6 | A | 0 | 0 | 10C | 5D | 5F |
| Octal | 360 | 344 | 376 | 6 | 12 | 0 | 0 | 414 | 135 | 137 |
| Binary | 11110000 | 11100100 | 11111110 | 110 | 1010 | 0 | 0 | 100001100 | 1011101 | 1011111 |
Color Harmonies of #F0E4FE
Complementary color
Monochromatic Colors of #F0E4FE
Black with #F0E4FE
Text Example
Text Example
White with #F0E4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E4FE; }
p { color: rgb(240,228,254); }
H1.HeaderClassName
{
color: #F0E4FE;
}
.AnyTagClassName
{
color: #F0E4FE;
}
</style>
background-color css
<style>
a { background-color: #F0E4FE; }
a { background-color: rgb(240,228,254); }
div.DivClassName
{
background-color: #F0E4FE;
}
.BgClassName
{
background-color: #F0E4FE;
}
</style>
border-color css
<style>
span { border-color: #F0E4FE; }
span { border-color: rgb(240,228,254); }
td.TdClassName
{
border-color: #F0E4FE;
}
.TagClassName
{
border-color: #F0E4FE;
}
</style>