Shades of Magnolia #F0EEF5
Tints of Magnolia #F0EEF5
RGB
CMYK
RGB Variations
Color information
#F0EEF5 (or 0xF0EEF5) is known color: Magnolia. HEX triplet: F0, EE and F5. RGB value is (240,238,245). Sum of RGB (Red+Green+Blue) = 240+238+245=723 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.20% from 723); Green value is 238 (93.36% from 255 or 32.92% from 723); Blue value is 245 (96.09% from 255 or 33.89% from 723); Max value from RGB is 245 - color contains mainly: blue. Hex color #F0EEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EEF5 is #0F110A. Grayscale: #EFEFEF. Windows color (decimal): -987403 or 16117488. OLE color: 16117488.
HSL color Cylindrical-coordinate representation of color #F0EEF5: hue angle of 257.14º degrees, saturation: 0.26, 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 #F0EEF5 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 240 | 238 | 245 | - |
CMYK | 0.02 | 0.03 | 0 | 0.04 |
HSL | 257.14º | 0.26% | 0.95% | - |
HSV(B) | 257.14º | 0.03% | 0.96% | - |
XYZ | 82.99 | 86.27 | 98.66 | - |
YUV | 239.4 | 131.16 | 128.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 238 | 245 | 0.02 | 0.03 | 0 | 0.04 | 257.14 | 0.26 | 0.95 |
Hex | F0 | EE | F5 | 2 | 3 | 0 | 4 | 101 | 1A | 5F |
Octal | 360 | 356 | 365 | 2 | 3 | 0 | 4 | 401 | 32 | 137 |
Binary | 11110000 | 11101110 | 11110101 | 10 | 11 | 0 | 100 | 100000001 | 11010 | 1011111 |
Color Harmonies of #F0EEF5
Complementary color
Monochromatic Colors of #F0EEF5
Black with #F0EEF5
Text Example
Text Example
White with #F0EEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EEF5; }
p { color: rgb(240,238,245); }
H1.HeaderClassName
{
color: #F0EEF5;
}
.AnyTagClassName
{
color: #F0EEF5;
}
</style>
background-color css
<style>
a { background-color: #F0EEF5; }
a { background-color: rgb(240,238,245); }
div.DivClassName
{
background-color: #F0EEF5;
}
.BgClassName
{
background-color: #F0EEF5;
}
</style>
border-color css
<style>
span { border-color: #F0EEF5; }
span { border-color: rgb(240,238,245); }
td.TdClassName
{
border-color: #F0EEF5;
}
.TagClassName
{
border-color: #F0EEF5;
}
</style>