Shades of Magnolia #F9F7FF
Tints of Magnolia #F9F7FF
RGB
CMYK
RGB Variations
Color information
#F9F7FF (or 0xF9F7FF) is known color: Magnolia. HEX triplet: F9, F7 and FF. RGB value is (249,247,255). Sum of RGB (Red+Green+Blue) = 249+247+255=751 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.16% from 751); Green value is 247 (96.88% from 255 or 32.89% from 751); Blue value is 255 (100% from 255 or 33.95% from 751); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9F7FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F7FF is #060800. Grayscale: #F8F8F8. Windows color (decimal): -395265 or 16775161. OLE color: 16775161.
HSL color Cylindrical-coordinate representation of color #F9F7FF: hue angle of 255º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F9F7FF is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 249 | 247 | 255 | - |
CMYK | 0.02 | 0.03 | 0 | 0 |
HSL | 255º | 1% | 0.98% | - |
HSV(B) | 255º | 0.03% | 1% | - |
XYZ | 90.38 | 93.88 | 107.97 | - |
YUV | 248.51 | 131.66 | 128.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 247 | 255 | 0.02 | 0.03 | 0 | 0 | 255 | 1 | 0.98 |
Hex | F9 | F7 | FF | 2 | 3 | 0 | 0 | FF | 64 | 62 |
Octal | 371 | 367 | 377 | 2 | 3 | 0 | 0 | 377 | 144 | 142 |
Binary | 11111001 | 11110111 | 11111111 | 10 | 11 | 0 | 0 | 11111111 | 1100100 | 1100010 |
Color Harmonies of #F9F7FF
Complementary color
Monochromatic Colors of #F9F7FF
Black with #F9F7FF
Text Example
Text Example
White with #F9F7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F7FF; }
p { color: rgb(249,247,255); }
H1.HeaderClassName
{
color: #F9F7FF;
}
.AnyTagClassName
{
color: #F9F7FF;
}
</style>
background-color css
<style>
a { background-color: #F9F7FF; }
a { background-color: rgb(249,247,255); }
div.DivClassName
{
background-color: #F9F7FF;
}
.BgClassName
{
background-color: #F9F7FF;
}
</style>
border-color css
<style>
span { border-color: #F9F7FF; }
span { border-color: rgb(249,247,255); }
td.TdClassName
{
border-color: #F9F7FF;
}
.TagClassName
{
border-color: #F9F7FF;
}
</style>