Shades of Magnolia #F0EAFE
Tints of Magnolia #F0EAFE
RGB
CMYK
RGB Variations
Color information
#F0EAFE (or 0xF0EAFE) is known color: Magnolia. HEX triplet: F0, EA and FE. RGB value is (240,234,254). Sum of RGB (Red+Green+Blue) = 240+234+254=728 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.97% from 728); Green value is 234 (91.80% from 255 or 32.14% from 728); Blue value is 254 (99.61% from 255 or 34.89% from 728); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0EAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EAFE is #0F1501. Grayscale: #EEEEEE. Windows color (decimal): -988418 or 16706288. OLE color: 16706288.
HSL color Cylindrical-coordinate representation of color #F0EAFE: hue angle of 258º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0EAFE is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 234 | 254 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.00 |
| HSL | 258º | 0.91% | 0.96% | - |
| HSV(B) | 258º | 0.08% | 1% | - |
| XYZ | 83.25 | 84.53 | 105.69 | - |
| YUV | 238.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 234 | 254 | 0.06 | 0.08 | 0 | 0.00 | 258 | 0.91 | 0.96 |
| Hex | F0 | EA | FE | 6 | 8 | 0 | 0 | 102 | 5B | 60 |
| Octal | 360 | 352 | 376 | 6 | 10 | 0 | 0 | 402 | 133 | 140 |
| Binary | 11110000 | 11101010 | 11111110 | 110 | 1000 | 0 | 0 | 100000010 | 1011011 | 1100000 |
Color Harmonies of #F0EAFE
Complementary color
Monochromatic Colors of #F0EAFE
Black with #F0EAFE
Text Example
Text Example
White with #F0EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EAFE; }
p { color: rgb(240,234,254); }
H1.HeaderClassName
{
color: #F0EAFE;
}
.AnyTagClassName
{
color: #F0EAFE;
}
</style>
background-color css
<style>
a { background-color: #F0EAFE; }
a { background-color: rgb(240,234,254); }
div.DivClassName
{
background-color: #F0EAFE;
}
.BgClassName
{
background-color: #F0EAFE;
}
</style>
border-color css
<style>
span { border-color: #F0EAFE; }
span { border-color: rgb(240,234,254); }
td.TdClassName
{
border-color: #F0EAFE;
}
.TagClassName
{
border-color: #F0EAFE;
}
</style>