Shades of Magnolia #F6F2FE
Tints of Magnolia #F6F2FE
RGB
CMYK
RGB Variations
Color information
#F6F2FE (or 0xF6F2FE) is known color: Magnolia. HEX triplet: F6, F2 and FE. RGB value is (246,242,254). Sum of RGB (Red+Green+Blue) = 246+242+254=742 (98% of max value = 765). Red value is 246 (96.48% from 255 or 33.15% from 742); Green value is 242 (94.92% from 255 or 32.61% from 742); Blue value is 254 (99.61% from 255 or 34.23% from 742); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6F2FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F2FE is #090D01. Grayscale: #F4F4F4. Windows color (decimal): -593154 or 16708342. OLE color: 16708342.
HSL color Cylindrical-coordinate representation of color #F6F2FE: hue angle of 260º degrees, saturation: 0.86, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F6F2FE is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 242 | 254 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.00 |
| HSL | 260º | 0.86% | 0.97% | - |
| HSV(B) | 260º | 0.05% | 1% | - |
| XYZ | 87.65 | 90.25 | 106.57 | - |
| YUV | 244.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 242 | 254 | 0.03 | 0.05 | 0 | 0.00 | 260 | 0.86 | 0.97 |
| Hex | F6 | F2 | FE | 3 | 5 | 0 | 0 | 104 | 56 | 61 |
| Octal | 366 | 362 | 376 | 3 | 5 | 0 | 0 | 404 | 126 | 141 |
| Binary | 11110110 | 11110010 | 11111110 | 11 | 101 | 0 | 0 | 100000100 | 1010110 | 1100001 |
Color Harmonies of #F6F2FE
Complementary color
Monochromatic Colors of #F6F2FE
Black with #F6F2FE
Text Example
Text Example
White with #F6F2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F2FE; }
p { color: rgb(246,242,254); }
H1.HeaderClassName
{
color: #F6F2FE;
}
.AnyTagClassName
{
color: #F6F2FE;
}
</style>
background-color css
<style>
a { background-color: #F6F2FE; }
a { background-color: rgb(246,242,254); }
div.DivClassName
{
background-color: #F6F2FE;
}
.BgClassName
{
background-color: #F6F2FE;
}
</style>
border-color css
<style>
span { border-color: #F6F2FE; }
span { border-color: rgb(246,242,254); }
td.TdClassName
{
border-color: #F6F2FE;
}
.TagClassName
{
border-color: #F6F2FE;
}
</style>