Shades of Magnolia #F8F6FD
Tints of Magnolia #F8F6FD
RGB
CMYK
RGB Variations
Color information
#F8F6FD (or 0xF8F6FD) is known color: Magnolia. HEX triplet: F8, F6 and FD. RGB value is (248,246,253). Sum of RGB (Red+Green+Blue) = 248+246+253=747 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.20% from 747); Green value is 246 (96.48% from 255 or 32.93% from 747); Blue value is 253 (99.22% from 255 or 33.87% from 747); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8F6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F6FD is #070902. Grayscale: #F7F7F7. Windows color (decimal): -461059 or 16643832. OLE color: 16643832.
HSL color Cylindrical-coordinate representation of color #F8F6FD: hue angle of 257.14º degrees, saturation: 0.64, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F8F6FD is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 248 | 246 | 253 | - |
CMYK | 0.02 | 0.03 | 0 | 0.01 |
HSL | 257.14º | 0.64% | 0.98% | - |
HSV(B) | 257.14º | 0.03% | 0.99% | - |
XYZ | 89.4 | 92.96 | 106.16 | - |
YUV | 247.4 | 131.16 | 128.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 246 | 253 | 0.02 | 0.03 | 0 | 0.01 | 257.14 | 0.64 | 0.98 |
Hex | F8 | F6 | FD | 2 | 3 | 0 | 1 | 101 | 40 | 62 |
Octal | 370 | 366 | 375 | 2 | 3 | 0 | 1 | 401 | 100 | 142 |
Binary | 11111000 | 11110110 | 11111101 | 10 | 11 | 0 | 1 | 100000001 | 1000000 | 1100010 |
Color Harmonies of #F8F6FD
Complementary color
Monochromatic Colors of #F8F6FD
Black with #F8F6FD
Text Example
Text Example
White with #F8F6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F6FD; }
p { color: rgb(248,246,253); }
H1.HeaderClassName
{
color: #F8F6FD;
}
.AnyTagClassName
{
color: #F8F6FD;
}
</style>
background-color css
<style>
a { background-color: #F8F6FD; }
a { background-color: rgb(248,246,253); }
div.DivClassName
{
background-color: #F8F6FD;
}
.BgClassName
{
background-color: #F8F6FD;
}
</style>
border-color css
<style>
span { border-color: #F8F6FD; }
span { border-color: rgb(248,246,253); }
td.TdClassName
{
border-color: #F8F6FD;
}
.TagClassName
{
border-color: #F8F6FD;
}
</style>