Shades of Magnolia #F0E6FC
Tints of Magnolia #F0E6FC
RGB
CMYK
RGB Variations
Color information
#F0E6FC (or 0xF0E6FC) is known color: Magnolia. HEX triplet: F0, E6 and FC. RGB value is (240,230,252). Sum of RGB (Red+Green+Blue) = 240+230+252=722 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.24% from 722); Green value is 230 (90.23% from 255 or 31.86% from 722); Blue value is 252 (98.83% from 255 or 34.90% from 722); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0E6FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0E6FC is #0F1903. Grayscale: #EBEBEB. Windows color (decimal): -989444 or 16574192. OLE color: 16574192.
HSL color Cylindrical-coordinate representation of color #F0E6FC: hue angle of 267.27º degrees, saturation: 0.79, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0E6FC is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 230 | 252 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.01 |
| HSL | 267.27º | 0.79% | 0.95% | - |
| HSV(B) | 267.27º | 0.09% | 0.99% | - |
| XYZ | 81.8 | 82.15 | 103.64 | - |
| YUV | 235.5 | 137.31 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 230 | 252 | 0.05 | 0.09 | 0 | 0.01 | 267.27 | 0.79 | 0.95 |
| Hex | F0 | E6 | FC | 5 | 9 | 0 | 1 | 10B | 4F | 5F |
| Octal | 360 | 346 | 374 | 5 | 11 | 0 | 1 | 413 | 117 | 137 |
| Binary | 11110000 | 11100110 | 11111100 | 101 | 1001 | 0 | 1 | 100001011 | 1001111 | 1011111 |
Color Harmonies of #F0E6FC
Complementary color
Monochromatic Colors of #F0E6FC
Black with #F0E6FC
Text Example
Text Example
White with #F0E6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E6FC; }
p { color: rgb(240,230,252); }
H1.HeaderClassName
{
color: #F0E6FC;
}
.AnyTagClassName
{
color: #F0E6FC;
}
</style>
background-color css
<style>
a { background-color: #F0E6FC; }
a { background-color: rgb(240,230,252); }
div.DivClassName
{
background-color: #F0E6FC;
}
.BgClassName
{
background-color: #F0E6FC;
}
</style>
border-color css
<style>
span { border-color: #F0E6FC; }
span { border-color: rgb(240,230,252); }
td.TdClassName
{
border-color: #F0E6FC;
}
.TagClassName
{
border-color: #F0E6FC;
}
</style>