Shades of Magnolia #F0EDFC
Tints of Magnolia #F0EDFC
RGB
CMYK
RGB Variations
Color information
#F0EDFC (or 0xF0EDFC) is known color: Magnolia. HEX triplet: F0, ED and FC. RGB value is (240,237,252). Sum of RGB (Red+Green+Blue) = 240+237+252=729 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.92% from 729); Green value is 237 (92.97% from 255 or 32.51% from 729); Blue value is 252 (98.83% from 255 or 34.57% from 729); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0EDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EDFC is #0F1203. Grayscale: #EFEFEF. Windows color (decimal): -987652 or 16575984. OLE color: 16575984.
HSL color Cylindrical-coordinate representation of color #F0EDFC: hue angle of 252º degrees, saturation: 0.71, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0EDFC is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 240 | 237 | 252 | - |
CMYK | 0.05 | 0.06 | 0 | 0.01 |
HSL | 252º | 0.71% | 0.96% | - |
HSV(B) | 252º | 0.06% | 0.99% | - |
XYZ | 83.79 | 86.12 | 104.3 | - |
YUV | 239.61 | 134.99 | 128.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 237 | 252 | 0.05 | 0.06 | 0 | 0.01 | 252 | 0.71 | 0.96 |
Hex | F0 | ED | FC | 5 | 6 | 0 | 1 | FC | 47 | 60 |
Octal | 360 | 355 | 374 | 5 | 6 | 0 | 1 | 374 | 107 | 140 |
Binary | 11110000 | 11101101 | 11111100 | 101 | 110 | 0 | 1 | 11111100 | 1000111 | 1100000 |
Color Harmonies of #F0EDFC
Complementary color
Monochromatic Colors of #F0EDFC
Black with #F0EDFC
Text Example
Text Example
White with #F0EDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EDFC; }
p { color: rgb(240,237,252); }
H1.HeaderClassName
{
color: #F0EDFC;
}
.AnyTagClassName
{
color: #F0EDFC;
}
</style>
background-color css
<style>
a { background-color: #F0EDFC; }
a { background-color: rgb(240,237,252); }
div.DivClassName
{
background-color: #F0EDFC;
}
.BgClassName
{
background-color: #F0EDFC;
}
</style>
border-color css
<style>
span { border-color: #F0EDFC; }
span { border-color: rgb(240,237,252); }
td.TdClassName
{
border-color: #F0EDFC;
}
.TagClassName
{
border-color: #F0EDFC;
}
</style>