Shades of Magnolia #F0E2FF
Tints of Magnolia #F0E2FF
RGB
CMYK
RGB Variations
Color information
#F0E2FF (or 0xF0E2FF) is known color: Magnolia. HEX triplet: F0, E2 and FF. RGB value is (240,226,255). Sum of RGB (Red+Green+Blue) = 240+226+255=721 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.29% from 721); Green value is 226 (88.67% from 255 or 31.35% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0E2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E2FF is #0F1D00. Grayscale: #E9E9E9. Windows color (decimal): -990465 or 16769776. OLE color: 16769776.
HSL color Cylindrical-coordinate representation of color #F0E2FF: hue angle of 268.97º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0E2FF is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 240 | 226 | 255 | - |
CMYK | 0.06 | 0.11 | 0 | 0 |
HSL | 268.97º | 1% | 0.94% | - |
HSV(B) | 268.97º | 0.11% | 1% | - |
XYZ | 81.18 | 80.14 | 105.8 | - |
YUV | 233.49 | 140.14 | 132.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 226 | 255 | 0.06 | 0.11 | 0 | 0 | 268.97 | 1 | 0.94 |
Hex | F0 | E2 | FF | 6 | B | 0 | 0 | 10D | 64 | 5E |
Octal | 360 | 342 | 377 | 6 | 13 | 0 | 0 | 415 | 144 | 136 |
Binary | 11110000 | 11100010 | 11111111 | 110 | 1011 | 0 | 0 | 100001101 | 1100100 | 1011110 |
Color Harmonies of #F0E2FF
Complementary color
Monochromatic Colors of #F0E2FF
Black with #F0E2FF
Text Example
Text Example
White with #F0E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E2FF; }
p { color: rgb(240,226,255); }
H1.HeaderClassName
{
color: #F0E2FF;
}
.AnyTagClassName
{
color: #F0E2FF;
}
</style>
background-color css
<style>
a { background-color: #F0E2FF; }
a { background-color: rgb(240,226,255); }
div.DivClassName
{
background-color: #F0E2FF;
}
.BgClassName
{
background-color: #F0E2FF;
}
</style>
border-color css
<style>
span { border-color: #F0E2FF; }
span { border-color: rgb(240,226,255); }
td.TdClassName
{
border-color: #F0E2FF;
}
.TagClassName
{
border-color: #F0E2FF;
}
</style>