Shades of Magnolia #F9F7FB
Tints of Magnolia #F9F7FB
RGB
CMYK
RGB Variations
Color information
#F9F7FB (or 0xF9F7FB) is known color: Magnolia. HEX triplet: F9, F7 and FB. RGB value is (249,247,251). Sum of RGB (Red+Green+Blue) = 249+247+251=747 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.33% from 747); Green value is 247 (96.88% from 255 or 33.07% from 747); Blue value is 251 (98.44% from 255 or 33.60% from 747); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9F7FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F7FB is #060804. Grayscale: #F8F8F8. Windows color (decimal): -395269 or 16513017. OLE color: 16513017.
HSL color Cylindrical-coordinate representation of color #F9F7FB: hue angle of 270º degrees, saturation: 0.33, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F9F7FB is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 247 | 251 | - |
CMYK | 0.01 | 0.02 | 0 | 0.02 |
HSL | 270º | 0.33% | 0.98% | - |
HSV(B) | 270º | 0.02% | 0.98% | - |
XYZ | 89.74 | 93.63 | 104.61 | - |
YUV | 248.05 | 129.66 | 128.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 247 | 251 | 0.01 | 0.02 | 0 | 0.02 | 270 | 0.33 | 0.98 |
Hex | F9 | F7 | FB | 1 | 2 | 0 | 2 | 10E | 21 | 62 |
Octal | 371 | 367 | 373 | 1 | 2 | 0 | 2 | 416 | 41 | 142 |
Binary | 11111001 | 11110111 | 11111011 | 1 | 10 | 0 | 10 | 100001110 | 100001 | 1100010 |
Color Harmonies of #F9F7FB
Complementary color
Monochromatic Colors of #F9F7FB
Black with #F9F7FB
Text Example
Text Example
White with #F9F7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F7FB; }
p { color: rgb(249,247,251); }
H1.HeaderClassName
{
color: #F9F7FB;
}
.AnyTagClassName
{
color: #F9F7FB;
}
</style>
background-color css
<style>
a { background-color: #F9F7FB; }
a { background-color: rgb(249,247,251); }
div.DivClassName
{
background-color: #F9F7FB;
}
.BgClassName
{
background-color: #F9F7FB;
}
</style>
border-color css
<style>
span { border-color: #F9F7FB; }
span { border-color: rgb(249,247,251); }
td.TdClassName
{
border-color: #F9F7FB;
}
.TagClassName
{
border-color: #F9F7FB;
}
</style>