Shades of Magnolia #F9F7FC
Tints of Magnolia #F9F7FC
RGB
CMYK
RGB Variations
Color information
#F9F7FC (or 0xF9F7FC) is known color: Magnolia. HEX triplet: F9, F7 and FC. RGB value is (249,247,252). Sum of RGB (Red+Green+Blue) = 249+247+252=748 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.29% from 748); Green value is 247 (96.88% from 255 or 33.02% from 748); Blue value is 252 (98.83% from 255 or 33.69% from 748); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9F7FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F7FC is #060803. Grayscale: #F8F8F8. Windows color (decimal): -395268 or 16578553. OLE color: 16578553.
HSL color Cylindrical-coordinate representation of color #F9F7FC: hue angle of 264º degrees, saturation: 0.45, 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 #F9F7FC is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 247 | 252 | - |
CMYK | 0.01 | 0.02 | 0 | 0.01 |
HSL | 264º | 0.45% | 0.98% | - |
HSV(B) | 264º | 0.02% | 0.99% | - |
XYZ | 89.9 | 93.69 | 105.44 | - |
YUV | 248.17 | 130.16 | 128.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 247 | 252 | 0.01 | 0.02 | 0 | 0.01 | 264 | 0.45 | 0.98 |
Hex | F9 | F7 | FC | 1 | 2 | 0 | 1 | 108 | 2D | 62 |
Octal | 371 | 367 | 374 | 1 | 2 | 0 | 1 | 410 | 55 | 142 |
Binary | 11111001 | 11110111 | 11111100 | 1 | 10 | 0 | 1 | 100001000 | 101101 | 1100010 |
Color Harmonies of #F9F7FC
Complementary color
Monochromatic Colors of #F9F7FC
Black with #F9F7FC
Text Example
Text Example
White with #F9F7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F7FC; }
p { color: rgb(249,247,252); }
H1.HeaderClassName
{
color: #F9F7FC;
}
.AnyTagClassName
{
color: #F9F7FC;
}
</style>
background-color css
<style>
a { background-color: #F9F7FC; }
a { background-color: rgb(249,247,252); }
div.DivClassName
{
background-color: #F9F7FC;
}
.BgClassName
{
background-color: #F9F7FC;
}
</style>
border-color css
<style>
span { border-color: #F9F7FC; }
span { border-color: rgb(249,247,252); }
td.TdClassName
{
border-color: #F9F7FC;
}
.TagClassName
{
border-color: #F9F7FC;
}
</style>