Shades of Magnolia #F0EAFB
Tints of Magnolia #F0EAFB
RGB
CMYK
RGB Variations
Color information
#F0EAFB (or 0xF0EAFB) is known color: Magnolia. HEX triplet: F0, EA and FB. RGB value is (240,234,251). Sum of RGB (Red+Green+Blue) = 240+234+251=725 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.10% from 725); Green value is 234 (91.80% from 255 or 32.28% from 725); Blue value is 251 (98.44% from 255 or 34.62% from 725); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0EAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EAFB is #0F1504. Grayscale: #EDEDED. Windows color (decimal): -988421 or 16509680. OLE color: 16509680.
HSL color Cylindrical-coordinate representation of color #F0EAFB: hue angle of 261.18º degrees, saturation: 0.68, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0EAFB is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 234 | 251 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.02 |
| HSL | 261.18º | 0.68% | 0.95% | - |
| HSV(B) | 261.18º | 0.07% | 0.98% | - |
| XYZ | 82.77 | 84.34 | 103.18 | - |
| YUV | 237.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 234 | 251 | 0.04 | 0.07 | 0 | 0.02 | 261.18 | 0.68 | 0.95 |
| Hex | F0 | EA | FB | 4 | 7 | 0 | 2 | 105 | 44 | 5F |
| Octal | 360 | 352 | 373 | 4 | 7 | 0 | 2 | 405 | 104 | 137 |
| Binary | 11110000 | 11101010 | 11111011 | 100 | 111 | 0 | 10 | 100000101 | 1000100 | 1011111 |
Color Harmonies of #F0EAFB
Complementary color
Monochromatic Colors of #F0EAFB
Black with #F0EAFB
Text Example
Text Example
White with #F0EAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EAFB; }
p { color: rgb(240,234,251); }
H1.HeaderClassName
{
color: #F0EAFB;
}
.AnyTagClassName
{
color: #F0EAFB;
}
</style>
background-color css
<style>
a { background-color: #F0EAFB; }
a { background-color: rgb(240,234,251); }
div.DivClassName
{
background-color: #F0EAFB;
}
.BgClassName
{
background-color: #F0EAFB;
}
</style>
border-color css
<style>
span { border-color: #F0EAFB; }
span { border-color: rgb(240,234,251); }
td.TdClassName
{
border-color: #F0EAFB;
}
.TagClassName
{
border-color: #F0EAFB;
}
</style>