Shades of Magnolia #F9F8FC
Tints of Magnolia #F9F8FC
RGB
CMYK
RGB Variations
Color information
#F9F8FC (or 0xF9F8FC) is known color: Magnolia. HEX triplet: F9, F8 and FC. RGB value is (249,248,252). Sum of RGB (Red+Green+Blue) = 249+248+252=749 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.24% from 749); Green value is 248 (97.27% from 255 or 33.11% from 749); Blue value is 252 (98.83% from 255 or 33.64% from 749); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9F8FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F8FC is #060703. Grayscale: #F8F8F8. Windows color (decimal): -395012 or 16578809. OLE color: 16578809.
HSL color Cylindrical-coordinate representation of color #F9F8FC: hue angle of 255º degrees, saturation: 0.4, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F9F8FC is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 248 | 252 | - |
CMYK | 0.01 | 0.02 | 0 | 0.01 |
HSL | 255º | 0.4% | 0.98% | - |
HSV(B) | 255º | 0.02% | 0.99% | - |
XYZ | 90.21 | 94.3 | 105.54 | - |
YUV | 248.76 | 129.83 | 128.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 248 | 252 | 0.01 | 0.02 | 0 | 0.01 | 255 | 0.4 | 0.98 |
Hex | F9 | F8 | FC | 1 | 2 | 0 | 1 | FF | 28 | 62 |
Octal | 371 | 370 | 374 | 1 | 2 | 0 | 1 | 377 | 50 | 142 |
Binary | 11111001 | 11111000 | 11111100 | 1 | 10 | 0 | 1 | 11111111 | 101000 | 1100010 |
Color Harmonies of #F9F8FC
Complementary color
Monochromatic Colors of #F9F8FC
Black with #F9F8FC
Text Example
Text Example
White with #F9F8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F8FC; }
p { color: rgb(249,248,252); }
H1.HeaderClassName
{
color: #F9F8FC;
}
.AnyTagClassName
{
color: #F9F8FC;
}
</style>
background-color css
<style>
a { background-color: #F9F8FC; }
a { background-color: rgb(249,248,252); }
div.DivClassName
{
background-color: #F9F8FC;
}
.BgClassName
{
background-color: #F9F8FC;
}
</style>
border-color css
<style>
span { border-color: #F9F8FC; }
span { border-color: rgb(249,248,252); }
td.TdClassName
{
border-color: #F9F8FC;
}
.TagClassName
{
border-color: #F9F8FC;
}
</style>