Shades of Magnolia #F6F2FA
Tints of Magnolia #F6F2FA
RGB
CMYK
RGB Variations
Color information
#F6F2FA (or 0xF6F2FA) is known color: Magnolia. HEX triplet: F6, F2 and FA. RGB value is (246,242,250). Sum of RGB (Red+Green+Blue) = 246+242+250=738 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.33% from 738); Green value is 242 (94.92% from 255 or 32.79% from 738); Blue value is 250 (98.05% from 255 or 33.88% from 738); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6F2FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F2FA is #090D05. Grayscale: #F4F4F4. Windows color (decimal): -593158 or 16446198. OLE color: 16446198.
HSL color Cylindrical-coordinate representation of color #F6F2FA: hue angle of 270º degrees, saturation: 0.44, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F6F2FA is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 246 | 242 | 250 | - |
CMYK | 0.02 | 0.03 | 0 | 0.02 |
HSL | 270º | 0.44% | 0.96% | - |
HSV(B) | 270º | 0.03% | 0.98% | - |
XYZ | 87.01 | 90 | 103.23 | - |
YUV | 244.11 | 131.33 | 129.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 242 | 250 | 0.02 | 0.03 | 0 | 0.02 | 270 | 0.44 | 0.96 |
Hex | F6 | F2 | FA | 2 | 3 | 0 | 2 | 10E | 2C | 60 |
Octal | 366 | 362 | 372 | 2 | 3 | 0 | 2 | 416 | 54 | 140 |
Binary | 11110110 | 11110010 | 11111010 | 10 | 11 | 0 | 10 | 100001110 | 101100 | 1100000 |
Color Harmonies of #F6F2FA
Complementary color
Monochromatic Colors of #F6F2FA
Black with #F6F2FA
Text Example
Text Example
White with #F6F2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F2FA; }
p { color: rgb(246,242,250); }
H1.HeaderClassName
{
color: #F6F2FA;
}
.AnyTagClassName
{
color: #F6F2FA;
}
</style>
background-color css
<style>
a { background-color: #F6F2FA; }
a { background-color: rgb(246,242,250); }
div.DivClassName
{
background-color: #F6F2FA;
}
.BgClassName
{
background-color: #F6F2FA;
}
</style>
border-color css
<style>
span { border-color: #F6F2FA; }
span { border-color: rgb(246,242,250); }
td.TdClassName
{
border-color: #F6F2FA;
}
.TagClassName
{
border-color: #F6F2FA;
}
</style>