Shades of Magnolia #F6F2FD
Tints of Magnolia #F6F2FD
RGB
CMYK
RGB Variations
Color information
#F6F2FD (or 0xF6F2FD) is known color: Magnolia. HEX triplet: F6, F2 and FD. RGB value is (246,242,253). Sum of RGB (Red+Green+Blue) = 246+242+253=741 (98% of max value = 765). Red value is 246 (96.48% from 255 or 33.20% from 741); Green value is 242 (94.92% from 255 or 32.66% from 741); Blue value is 253 (99.22% from 255 or 34.14% from 741); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6F2FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F2FD is #090D02. Grayscale: #F4F4F4. Windows color (decimal): -593155 or 16642806. OLE color: 16642806.
HSL color Cylindrical-coordinate representation of color #F6F2FD: hue angle of 261.82º degrees, saturation: 0.73, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F6F2FD is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 246 | 242 | 253 | - |
CMYK | 0.03 | 0.04 | 0 | 0.01 |
HSL | 261.82º | 0.73% | 0.97% | - |
HSV(B) | 261.82º | 0.04% | 0.99% | - |
XYZ | 87.49 | 90.19 | 105.73 | - |
YUV | 244.45 | 132.83 | 129.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 242 | 253 | 0.03 | 0.04 | 0 | 0.01 | 261.82 | 0.73 | 0.97 |
Hex | F6 | F2 | FD | 3 | 4 | 0 | 1 | 106 | 49 | 61 |
Octal | 366 | 362 | 375 | 3 | 4 | 0 | 1 | 406 | 111 | 141 |
Binary | 11110110 | 11110010 | 11111101 | 11 | 100 | 0 | 1 | 100000110 | 1001001 | 1100001 |
Color Harmonies of #F6F2FD
Complementary color
Monochromatic Colors of #F6F2FD
Black with #F6F2FD
Text Example
Text Example
White with #F6F2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F2FD; }
p { color: rgb(246,242,253); }
H1.HeaderClassName
{
color: #F6F2FD;
}
.AnyTagClassName
{
color: #F6F2FD;
}
</style>
background-color css
<style>
a { background-color: #F6F2FD; }
a { background-color: rgb(246,242,253); }
div.DivClassName
{
background-color: #F6F2FD;
}
.BgClassName
{
background-color: #F6F2FD;
}
</style>
border-color css
<style>
span { border-color: #F6F2FD; }
span { border-color: rgb(246,242,253); }
td.TdClassName
{
border-color: #F6F2FD;
}
.TagClassName
{
border-color: #F6F2FD;
}
</style>