Shades of Magnolia #F0E1FF
Tints of Magnolia #F0E1FF
RGB
CMYK
RGB Variations
Color information
#F0E1FF (or 0xF0E1FF) is known color: Magnolia. HEX triplet: F0, E1 and FF. RGB value is (240,225,255). Sum of RGB (Red+Green+Blue) = 240+225+255=720 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.33% from 720); Green value is 225 (88.28% from 255 or 31.25% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0E1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E1FF is #0F1E00. Grayscale: #E8E8E8. Windows color (decimal): -990721 or 16769520. OLE color: 16769520.
HSL color Cylindrical-coordinate representation of color #F0E1FF: hue angle of 270º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0E1FF is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 225 | 255 | - |
| CMYK | 0.06 | 0.12 | 0 | 0 |
| HSL | 270º | 1% | 0.94% | - |
| HSV(B) | 270º | 0.12% | 1% | - |
| XYZ | 80.91 | 79.6 | 105.71 | - |
| YUV | 232.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 255 | 0.06 | 0.12 | 0 | 0 | 270 | 1 | 0.94 |
| Hex | F0 | E1 | FF | 6 | C | 0 | 0 | 10E | 64 | 5E |
| Octal | 360 | 341 | 377 | 6 | 14 | 0 | 0 | 416 | 144 | 136 |
| Binary | 11110000 | 11100001 | 11111111 | 110 | 1100 | 0 | 0 | 100001110 | 1100100 | 1011110 |
Color Harmonies of #F0E1FF
Complementary color
Monochromatic Colors of #F0E1FF
Black with #F0E1FF
Text Example
Text Example
White with #F0E1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E1FF; }
p { color: rgb(240,225,255); }
H1.HeaderClassName
{
color: #F0E1FF;
}
.AnyTagClassName
{
color: #F0E1FF;
}
</style>
background-color css
<style>
a { background-color: #F0E1FF; }
a { background-color: rgb(240,225,255); }
div.DivClassName
{
background-color: #F0E1FF;
}
.BgClassName
{
background-color: #F0E1FF;
}
</style>
border-color css
<style>
span { border-color: #F0E1FF; }
span { border-color: rgb(240,225,255); }
td.TdClassName
{
border-color: #F0E1FF;
}
.TagClassName
{
border-color: #F0E1FF;
}
</style>