Shades of Magnolia #F0E0FE
Tints of Magnolia #F0E0FE
RGB
CMYK
RGB Variations
Color information
#F0E0FE (or 0xF0E0FE) is known color: Magnolia. HEX triplet: F0, E0 and FE. RGB value is (240,224,254). Sum of RGB (Red+Green+Blue) = 240+224+254=718 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.43% from 718); Green value is 224 (87.89% from 255 or 31.20% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0E0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E0FE is #0F1F01. Grayscale: #E8E8E8. Windows color (decimal): -990978 or 16703728. OLE color: 16703728.
HSL color Cylindrical-coordinate representation of color #F0E0FE: hue angle of 272º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0E0FE is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 224 | 254 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.00 |
| HSL | 272º | 0.94% | 0.94% | - |
| HSV(B) | 272º | 0.12% | 1% | - |
| XYZ | 80.48 | 78.99 | 104.77 | - |
| YUV | 232.2 | 140.3 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 254 | 0.06 | 0.12 | 0 | 0.00 | 272 | 0.94 | 0.94 |
| Hex | F0 | E0 | FE | 6 | C | 0 | 0 | 110 | 5E | 5E |
| Octal | 360 | 340 | 376 | 6 | 14 | 0 | 0 | 420 | 136 | 136 |
| Binary | 11110000 | 11100000 | 11111110 | 110 | 1100 | 0 | 0 | 100010000 | 1011110 | 1011110 |
Color Harmonies of #F0E0FE
Complementary color
Monochromatic Colors of #F0E0FE
Black with #F0E0FE
Text Example
Text Example
White with #F0E0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E0FE; }
p { color: rgb(240,224,254); }
H1.HeaderClassName
{
color: #F0E0FE;
}
.AnyTagClassName
{
color: #F0E0FE;
}
</style>
background-color css
<style>
a { background-color: #F0E0FE; }
a { background-color: rgb(240,224,254); }
div.DivClassName
{
background-color: #F0E0FE;
}
.BgClassName
{
background-color: #F0E0FE;
}
</style>
border-color css
<style>
span { border-color: #F0E0FE; }
span { border-color: rgb(240,224,254); }
td.TdClassName
{
border-color: #F0E0FE;
}
.TagClassName
{
border-color: #F0E0FE;
}
</style>