Shades of Magnolia #F0EDF5
Tints of Magnolia #F0EDF5
RGB
CMYK
RGB Variations
Color information
#F0EDF5 (or 0xF0EDF5) is known color: Magnolia. HEX triplet: F0, ED and F5. RGB value is (240,237,245). Sum of RGB (Red+Green+Blue) = 240+237+245=722 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.24% from 722); Green value is 237 (92.97% from 255 or 32.83% from 722); Blue value is 245 (96.09% from 255 or 33.93% from 722); Max value from RGB is 245 - color contains mainly: blue. Hex color #F0EDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EDF5 is #0F120A. Grayscale: #EEEEEE. Windows color (decimal): -987659 or 16117232. OLE color: 16117232.
HSL color Cylindrical-coordinate representation of color #F0EDF5: hue angle of 262.5º degrees, saturation: 0.29, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F0EDF5 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 237 | 245 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.04 |
| HSL | 262.5º | 0.29% | 0.95% | - |
| HSV(B) | 262.5º | 0.03% | 0.96% | - |
| XYZ | 82.7 | 85.69 | 98.57 | - |
| YUV | 238.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 245 | 0.02 | 0.03 | 0 | 0.04 | 262.5 | 0.29 | 0.95 |
| Hex | F0 | ED | F5 | 2 | 3 | 0 | 4 | 106 | 1D | 5F |
| Octal | 360 | 355 | 365 | 2 | 3 | 0 | 4 | 406 | 35 | 137 |
| Binary | 11110000 | 11101101 | 11110101 | 10 | 11 | 0 | 100 | 100000110 | 11101 | 1011111 |
Color Harmonies of #F0EDF5
Complementary color
Monochromatic Colors of #F0EDF5
Black with #F0EDF5
Text Example
Text Example
White with #F0EDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EDF5; }
p { color: rgb(240,237,245); }
H1.HeaderClassName
{
color: #F0EDF5;
}
.AnyTagClassName
{
color: #F0EDF5;
}
</style>
background-color css
<style>
a { background-color: #F0EDF5; }
a { background-color: rgb(240,237,245); }
div.DivClassName
{
background-color: #F0EDF5;
}
.BgClassName
{
background-color: #F0EDF5;
}
</style>
border-color css
<style>
span { border-color: #F0EDF5; }
span { border-color: rgb(240,237,245); }
td.TdClassName
{
border-color: #F0EDF5;
}
.TagClassName
{
border-color: #F0EDF5;
}
</style>