Shades of Magnolia #F6F0FA
Tints of Magnolia #F6F0FA
RGB
CMYK
RGB Variations
Color information
#F6F0FA (or 0xF6F0FA) is known color: Magnolia. HEX triplet: F6, F0 and FA. RGB value is (246,240,250). Sum of RGB (Red+Green+Blue) = 246+240+250=736 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.42% from 736); Green value is 240 (94.14% from 255 or 32.61% from 736); Blue value is 250 (98.05% from 255 or 33.97% from 736); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6F0FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F0FA is #090F05. Grayscale: #F2F2F2. Windows color (decimal): -593670 or 16445686. OLE color: 16445686.
HSL color Cylindrical-coordinate representation of color #F6F0FA: hue angle of 276º degrees, saturation: 0.5, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F6F0FA is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 240 | 250 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.02 |
| HSL | 276º | 0.5% | 0.96% | - |
| HSV(B) | 276º | 0.04% | 0.98% | - |
| XYZ | 86.42 | 88.82 | 103.03 | - |
| YUV | 242.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 240 | 250 | 0.02 | 0.04 | 0 | 0.02 | 276 | 0.5 | 0.96 |
| Hex | F6 | F0 | FA | 2 | 4 | 0 | 2 | 114 | 32 | 60 |
| Octal | 366 | 360 | 372 | 2 | 4 | 0 | 2 | 424 | 62 | 140 |
| Binary | 11110110 | 11110000 | 11111010 | 10 | 100 | 0 | 10 | 100010100 | 110010 | 1100000 |
Color Harmonies of #F6F0FA
Complementary color
Monochromatic Colors of #F6F0FA
Black with #F6F0FA
Text Example
Text Example
White with #F6F0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F0FA; }
p { color: rgb(246,240,250); }
H1.HeaderClassName
{
color: #F6F0FA;
}
.AnyTagClassName
{
color: #F6F0FA;
}
</style>
background-color css
<style>
a { background-color: #F6F0FA; }
a { background-color: rgb(246,240,250); }
div.DivClassName
{
background-color: #F6F0FA;
}
.BgClassName
{
background-color: #F6F0FA;
}
</style>
border-color css
<style>
span { border-color: #F6F0FA; }
span { border-color: rgb(246,240,250); }
td.TdClassName
{
border-color: #F6F0FA;
}
.TagClassName
{
border-color: #F6F0FA;
}
</style>