Shades of Magnolia #F6F2FB
Tints of Magnolia #F6F2FB
RGB
CMYK
RGB Variations
Color information
#F6F2FB (or 0xF6F2FB) is known color: Magnolia. HEX triplet: F6, F2 and FB. RGB value is (246,242,251). Sum of RGB (Red+Green+Blue) = 246+242+251=739 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.29% from 739); Green value is 242 (94.92% from 255 or 32.75% from 739); Blue value is 251 (98.44% from 255 or 33.96% from 739); Max value from RGB is 251 - color contains mainly: blue. Hex color #F6F2FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F2FB is #090D04. Grayscale: #F4F4F4. Windows color (decimal): -593157 or 16511734. OLE color: 16511734.
HSL color Cylindrical-coordinate representation of color #F6F2FB: hue angle of 266.67º degrees, saturation: 0.53, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F6F2FB is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 246 | 242 | 251 | - |
CMYK | 0.02 | 0.04 | 0 | 0.02 |
HSL | 266.67º | 0.53% | 0.97% | - |
HSV(B) | 266.67º | 0.04% | 0.98% | - |
XYZ | 87.17 | 90.06 | 104.06 | - |
YUV | 244.22 | 131.83 | 129.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 242 | 251 | 0.02 | 0.04 | 0 | 0.02 | 266.67 | 0.53 | 0.97 |
Hex | F6 | F2 | FB | 2 | 4 | 0 | 2 | 10B | 35 | 61 |
Octal | 366 | 362 | 373 | 2 | 4 | 0 | 2 | 413 | 65 | 141 |
Binary | 11110110 | 11110010 | 11111011 | 10 | 100 | 0 | 10 | 100001011 | 110101 | 1100001 |
Color Harmonies of #F6F2FB
Complementary color
Monochromatic Colors of #F6F2FB
Black with #F6F2FB
Text Example
Text Example
White with #F6F2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F2FB; }
p { color: rgb(246,242,251); }
H1.HeaderClassName
{
color: #F6F2FB;
}
.AnyTagClassName
{
color: #F6F2FB;
}
</style>
background-color css
<style>
a { background-color: #F6F2FB; }
a { background-color: rgb(246,242,251); }
div.DivClassName
{
background-color: #F6F2FB;
}
.BgClassName
{
background-color: #F6F2FB;
}
</style>
border-color css
<style>
span { border-color: #F6F2FB; }
span { border-color: rgb(246,242,251); }
td.TdClassName
{
border-color: #F6F2FB;
}
.TagClassName
{
border-color: #F6F2FB;
}
</style>