Shades of Magnolia #F6F0FF
Tints of Magnolia #F6F0FF
RGB
CMYK
RGB Variations
Color information
#F6F0FF (or 0xF6F0FF) is known color: Magnolia. HEX triplet: F6, F0 and FF. RGB value is (246,240,255). Sum of RGB (Red+Green+Blue) = 246+240+255=741 (98% of max value = 765). Red value is 246 (96.48% from 255 or 33.20% from 741); Green value is 240 (94.14% from 255 or 32.39% from 741); Blue value is 255 (100% from 255 or 34.41% from 741); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6F0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F0FF is #090F00. Grayscale: #F3F3F3. Windows color (decimal): -593665 or 16773366. OLE color: 16773366.
HSL color Cylindrical-coordinate representation of color #F6F0FF: hue angle of 264º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F6F0FF is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 240 | 255 | - |
| CMYK | 0.04 | 0.06 | 0 | 0 |
| HSL | 264º | 1% | 0.97% | - |
| HSV(B) | 264º | 0.06% | 1% | - |
| XYZ | 87.22 | 89.13 | 107.22 | - |
| YUV | 243.5 | 134.49 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 240 | 255 | 0.04 | 0.06 | 0 | 0 | 264 | 1 | 0.97 |
| Hex | F6 | F0 | FF | 4 | 6 | 0 | 0 | 108 | 64 | 61 |
| Octal | 366 | 360 | 377 | 4 | 6 | 0 | 0 | 410 | 144 | 141 |
| Binary | 11110110 | 11110000 | 11111111 | 100 | 110 | 0 | 0 | 100001000 | 1100100 | 1100001 |
Color Harmonies of #F6F0FF
Complementary color
Monochromatic Colors of #F6F0FF
Black with #F6F0FF
Text Example
Text Example
White with #F6F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F0FF; }
p { color: rgb(246,240,255); }
H1.HeaderClassName
{
color: #F6F0FF;
}
.AnyTagClassName
{
color: #F6F0FF;
}
</style>
background-color css
<style>
a { background-color: #F6F0FF; }
a { background-color: rgb(246,240,255); }
div.DivClassName
{
background-color: #F6F0FF;
}
.BgClassName
{
background-color: #F6F0FF;
}
</style>
border-color css
<style>
span { border-color: #F6F0FF; }
span { border-color: rgb(246,240,255); }
td.TdClassName
{
border-color: #F6F0FF;
}
.TagClassName
{
border-color: #F6F0FF;
}
</style>