Shades of Magnolia #F7F5F9
Tints of Magnolia #F7F5F9
RGB
CMYK
RGB Variations
Color information
#F7F5F9 (or 0xF7F5F9) is known color: Magnolia. HEX triplet: F7, F5 and F9. RGB value is (247,245,249). Sum of RGB (Red+Green+Blue) = 247+245+249=741 (98% of max value = 765). Red value is 247 (96.88% from 255 or 33.33% from 741); Green value is 245 (96.09% from 255 or 33.06% from 741); Blue value is 249 (97.66% from 255 or 33.60% from 741); Max value from RGB is 249 - color contains mainly: blue. Hex color #F7F5F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F5F9 is #080A06. Grayscale: #F6F6F6. Windows color (decimal): -526855 or 16381431. OLE color: 16381431.
HSL color Cylindrical-coordinate representation of color #F7F5F9: hue angle of 270º degrees, saturation: 0.25, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F7F5F9 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 247 | 245 | 249 | - |
CMYK | 0.01 | 0.02 | 0 | 0.02 |
HSL | 270º | 0.25% | 0.97% | - |
HSV(B) | 270º | 0.02% | 0.98% | - |
XYZ | 88.11 | 91.92 | 102.72 | - |
YUV | 246.05 | 129.66 | 128.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 245 | 249 | 0.01 | 0.02 | 0 | 0.02 | 270 | 0.25 | 0.97 |
Hex | F7 | F5 | F9 | 1 | 2 | 0 | 2 | 10E | 19 | 61 |
Octal | 367 | 365 | 371 | 1 | 2 | 0 | 2 | 416 | 31 | 141 |
Binary | 11110111 | 11110101 | 11111001 | 1 | 10 | 0 | 10 | 100001110 | 11001 | 1100001 |
Color Harmonies of #F7F5F9
Complementary color
Monochromatic Colors of #F7F5F9
Black with #F7F5F9
Text Example
Text Example
White with #F7F5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F5F9; }
p { color: rgb(247,245,249); }
H1.HeaderClassName
{
color: #F7F5F9;
}
.AnyTagClassName
{
color: #F7F5F9;
}
</style>
background-color css
<style>
a { background-color: #F7F5F9; }
a { background-color: rgb(247,245,249); }
div.DivClassName
{
background-color: #F7F5F9;
}
.BgClassName
{
background-color: #F7F5F9;
}
</style>
border-color css
<style>
span { border-color: #F7F5F9; }
span { border-color: rgb(247,245,249); }
td.TdClassName
{
border-color: #F7F5F9;
}
.TagClassName
{
border-color: #F7F5F9;
}
</style>