Shades of Magnolia #F0EAFC
Tints of Magnolia #F0EAFC
RGB
CMYK
RGB Variations
Color information
#F0EAFC (or 0xF0EAFC) is known color: Magnolia. HEX triplet: F0, EA and FC. RGB value is (240,234,252). Sum of RGB (Red+Green+Blue) = 240+234+252=726 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.06% from 726); Green value is 234 (91.80% from 255 or 32.23% from 726); Blue value is 252 (98.83% from 255 or 34.71% from 726); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0EAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EAFC is #0F1503. Grayscale: #EDEDED. Windows color (decimal): -988420 or 16575216. OLE color: 16575216.
HSL color Cylindrical-coordinate representation of color #F0EAFC: hue angle of 260º degrees, saturation: 0.75, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0EAFC is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 234 | 252 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.01 |
| HSL | 260º | 0.75% | 0.95% | - |
| HSV(B) | 260º | 0.07% | 0.99% | - |
| XYZ | 82.93 | 84.4 | 104.02 | - |
| YUV | 237.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 234 | 252 | 0.05 | 0.07 | 0 | 0.01 | 260 | 0.75 | 0.95 |
| Hex | F0 | EA | FC | 5 | 7 | 0 | 1 | 104 | 4B | 5F |
| Octal | 360 | 352 | 374 | 5 | 7 | 0 | 1 | 404 | 113 | 137 |
| Binary | 11110000 | 11101010 | 11111100 | 101 | 111 | 0 | 1 | 100000100 | 1001011 | 1011111 |
Color Harmonies of #F0EAFC
Complementary color
Monochromatic Colors of #F0EAFC
Black with #F0EAFC
Text Example
Text Example
White with #F0EAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EAFC; }
p { color: rgb(240,234,252); }
H1.HeaderClassName
{
color: #F0EAFC;
}
.AnyTagClassName
{
color: #F0EAFC;
}
</style>
background-color css
<style>
a { background-color: #F0EAFC; }
a { background-color: rgb(240,234,252); }
div.DivClassName
{
background-color: #F0EAFC;
}
.BgClassName
{
background-color: #F0EAFC;
}
</style>
border-color css
<style>
span { border-color: #F0EAFC; }
span { border-color: rgb(240,234,252); }
td.TdClassName
{
border-color: #F0EAFC;
}
.TagClassName
{
border-color: #F0EAFC;
}
</style>