Shades of Magnolia #F0E4FF
Tints of Magnolia #F0E4FF
RGB
CMYK
RGB Variations
Color information
#F0E4FF (or 0xF0E4FF) is known color: Magnolia. HEX triplet: F0, E4 and FF. RGB value is (240,228,255). Sum of RGB (Red+Green+Blue) = 240+228+255=723 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.20% from 723); Green value is 228 (89.45% from 255 or 31.54% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0E4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E4FF is #0F1B00. Grayscale: #EAEAEA. Windows color (decimal): -989953 or 16770288. OLE color: 16770288.
HSL color Cylindrical-coordinate representation of color #F0E4FF: hue angle of 266.67º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0E4FF is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 228 | 255 | - |
| CMYK | 0.06 | 0.11 | 0 | 0 |
| HSL | 266.67º | 1% | 0.95% | - |
| HSV(B) | 266.67º | 0.11% | 1% | - |
| XYZ | 81.73 | 81.23 | 105.98 | - |
| YUV | 234.67 | 139.48 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 255 | 0.06 | 0.11 | 0 | 0 | 266.67 | 1 | 0.95 |
| Hex | F0 | E4 | FF | 6 | B | 0 | 0 | 10B | 64 | 5F |
| Octal | 360 | 344 | 377 | 6 | 13 | 0 | 0 | 413 | 144 | 137 |
| Binary | 11110000 | 11100100 | 11111111 | 110 | 1011 | 0 | 0 | 100001011 | 1100100 | 1011111 |
Color Harmonies of #F0E4FF
Complementary color
Monochromatic Colors of #F0E4FF
Black with #F0E4FF
Text Example
Text Example
White with #F0E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E4FF; }
p { color: rgb(240,228,255); }
H1.HeaderClassName
{
color: #F0E4FF;
}
.AnyTagClassName
{
color: #F0E4FF;
}
</style>
background-color css
<style>
a { background-color: #F0E4FF; }
a { background-color: rgb(240,228,255); }
div.DivClassName
{
background-color: #F0E4FF;
}
.BgClassName
{
background-color: #F0E4FF;
}
</style>
border-color css
<style>
span { border-color: #F0E4FF; }
span { border-color: rgb(240,228,255); }
td.TdClassName
{
border-color: #F0E4FF;
}
.TagClassName
{
border-color: #F0E4FF;
}
</style>