Shades of Magnolia #F0E9F7
Tints of Magnolia #F0E9F7
RGB
CMYK
RGB Variations
Color information
#F0E9F7 (or 0xF0E9F7) is known color: Magnolia. HEX triplet: F0, E9 and F7. RGB value is (240,233,247). Sum of RGB (Red+Green+Blue) = 240+233+247=720 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.33% from 720); Green value is 233 (91.41% from 255 or 32.36% from 720); Blue value is 247 (96.88% from 255 or 34.31% from 720); Max value from RGB is 247 - color contains mainly: blue. Hex color #F0E9F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E9F7 is #0F1608. Grayscale: #ECECEC. Windows color (decimal): -988681 or 16247280. OLE color: 16247280.
HSL color Cylindrical-coordinate representation of color #F0E9F7: hue angle of 270º degrees, saturation: 0.47, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0E9F7 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 233 | 247 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.03 |
| HSL | 270º | 0.47% | 0.94% | - |
| HSV(B) | 270º | 0.06% | 0.97% | - |
| XYZ | 81.86 | 83.52 | 99.8 | - |
| YUV | 236.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 233 | 247 | 0.03 | 0.06 | 0 | 0.03 | 270 | 0.47 | 0.94 |
| Hex | F0 | E9 | F7 | 3 | 6 | 0 | 3 | 10E | 2F | 5E |
| Octal | 360 | 351 | 367 | 3 | 6 | 0 | 3 | 416 | 57 | 136 |
| Binary | 11110000 | 11101001 | 11110111 | 11 | 110 | 0 | 11 | 100001110 | 101111 | 1011110 |
Color Harmonies of #F0E9F7
Complementary color
Monochromatic Colors of #F0E9F7
Black with #F0E9F7
Text Example
Text Example
White with #F0E9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E9F7; }
p { color: rgb(240,233,247); }
H1.HeaderClassName
{
color: #F0E9F7;
}
.AnyTagClassName
{
color: #F0E9F7;
}
</style>
background-color css
<style>
a { background-color: #F0E9F7; }
a { background-color: rgb(240,233,247); }
div.DivClassName
{
background-color: #F0E9F7;
}
.BgClassName
{
background-color: #F0E9F7;
}
</style>
border-color css
<style>
span { border-color: #F0E9F7; }
span { border-color: rgb(240,233,247); }
td.TdClassName
{
border-color: #F0E9F7;
}
.TagClassName
{
border-color: #F0E9F7;
}
</style>