Shades of Magnolia #F0EDFA
Tints of Magnolia #F0EDFA
RGB
CMYK
RGB Variations
Color information
#F0EDFA (or 0xF0EDFA) is known color: Magnolia. HEX triplet: F0, ED and FA. RGB value is (240,237,250). Sum of RGB (Red+Green+Blue) = 240+237+250=727 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.01% from 727); Green value is 237 (92.97% from 255 or 32.60% from 727); Blue value is 250 (98.05% from 255 or 34.39% from 727); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0EDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EDFA is #0F1205. Grayscale: #EFEFEF. Windows color (decimal): -987654 or 16444912. OLE color: 16444912.
HSL color Cylindrical-coordinate representation of color #F0EDFA: hue angle of 253.85º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F0EDFA is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 240 | 237 | 250 | - |
CMYK | 0.04 | 0.05 | 0 | 0.02 |
HSL | 253.85º | 0.57% | 0.95% | - |
HSV(B) | 253.85º | 0.05% | 0.98% | - |
XYZ | 83.47 | 86 | 102.64 | - |
YUV | 239.38 | 133.99 | 128.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 237 | 250 | 0.04 | 0.05 | 0 | 0.02 | 253.85 | 0.57 | 0.95 |
Hex | F0 | ED | FA | 4 | 5 | 0 | 2 | FE | 39 | 5F |
Octal | 360 | 355 | 372 | 4 | 5 | 0 | 2 | 376 | 71 | 137 |
Binary | 11110000 | 11101101 | 11111010 | 100 | 101 | 0 | 10 | 11111110 | 111001 | 1011111 |
Color Harmonies of #F0EDFA
Complementary color
Monochromatic Colors of #F0EDFA
Black with #F0EDFA
Text Example
Text Example
White with #F0EDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EDFA; }
p { color: rgb(240,237,250); }
H1.HeaderClassName
{
color: #F0EDFA;
}
.AnyTagClassName
{
color: #F0EDFA;
}
</style>
background-color css
<style>
a { background-color: #F0EDFA; }
a { background-color: rgb(240,237,250); }
div.DivClassName
{
background-color: #F0EDFA;
}
.BgClassName
{
background-color: #F0EDFA;
}
</style>
border-color css
<style>
span { border-color: #F0EDFA; }
span { border-color: rgb(240,237,250); }
td.TdClassName
{
border-color: #F0EDFA;
}
.TagClassName
{
border-color: #F0EDFA;
}
</style>