Shades of Magnolia #F0E9FE
Tints of Magnolia #F0E9FE
RGB
CMYK
RGB Variations
Color information
#F0E9FE (or 0xF0E9FE) is known color: Magnolia. HEX triplet: F0, E9 and FE. RGB value is (240,233,254). Sum of RGB (Red+Green+Blue) = 240+233+254=727 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.01% from 727); Green value is 233 (91.41% from 255 or 32.05% from 727); Blue value is 254 (99.61% from 255 or 34.94% from 727); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0E9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E9FE is #0F1601. Grayscale: #EDEDED. Windows color (decimal): -988674 or 16706032. OLE color: 16706032.
HSL color Cylindrical-coordinate representation of color #F0E9FE: hue angle of 260º degrees, saturation: 0.91, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0E9FE is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 233 | 254 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.00 |
| HSL | 260º | 0.91% | 0.95% | - |
| HSV(B) | 260º | 0.08% | 1% | - |
| XYZ | 82.96 | 83.96 | 105.6 | - |
| YUV | 237.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 233 | 254 | 0.06 | 0.08 | 0 | 0.00 | 260 | 0.91 | 0.95 |
| Hex | F0 | E9 | FE | 6 | 8 | 0 | 0 | 104 | 5B | 5F |
| Octal | 360 | 351 | 376 | 6 | 10 | 0 | 0 | 404 | 133 | 137 |
| Binary | 11110000 | 11101001 | 11111110 | 110 | 1000 | 0 | 0 | 100000100 | 1011011 | 1011111 |
Color Harmonies of #F0E9FE
Complementary color
Monochromatic Colors of #F0E9FE
Black with #F0E9FE
Text Example
Text Example
White with #F0E9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E9FE; }
p { color: rgb(240,233,254); }
H1.HeaderClassName
{
color: #F0E9FE;
}
.AnyTagClassName
{
color: #F0E9FE;
}
</style>
background-color css
<style>
a { background-color: #F0E9FE; }
a { background-color: rgb(240,233,254); }
div.DivClassName
{
background-color: #F0E9FE;
}
.BgClassName
{
background-color: #F0E9FE;
}
</style>
border-color css
<style>
span { border-color: #F0E9FE; }
span { border-color: rgb(240,233,254); }
td.TdClassName
{
border-color: #F0E9FE;
}
.TagClassName
{
border-color: #F0E9FE;
}
</style>