Shades of Magnolia #F7F5FA
Tints of Magnolia #F7F5FA
RGB
CMYK
RGB Variations
Color information
#F7F5FA (or 0xF7F5FA) is known color: Magnolia. HEX triplet: F7, F5 and FA. RGB value is (247,245,250). Sum of RGB (Red+Green+Blue) = 247+245+250=742 (98% of max value = 765). Red value is 247 (96.88% from 255 or 33.29% from 742); Green value is 245 (96.09% from 255 or 33.02% from 742); Blue value is 250 (98.05% from 255 or 33.69% from 742); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7F5FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F5FA is #080A05. Grayscale: #F6F6F6. Windows color (decimal): -526854 or 16446967. OLE color: 16446967.
HSL color Cylindrical-coordinate representation of color #F7F5FA: hue angle of 264º degrees, saturation: 0.33, 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 #F7F5FA is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 247 | 245 | 250 | - |
CMYK | 0.01 | 0.02 | 0 | 0.02 |
HSL | 264º | 0.33% | 0.97% | - |
HSV(B) | 264º | 0.02% | 0.98% | - |
XYZ | 88.27 | 91.98 | 103.54 | - |
YUV | 246.17 | 130.16 | 128.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 245 | 250 | 0.01 | 0.02 | 0 | 0.02 | 264 | 0.33 | 0.97 |
Hex | F7 | F5 | FA | 1 | 2 | 0 | 2 | 108 | 21 | 61 |
Octal | 367 | 365 | 372 | 1 | 2 | 0 | 2 | 410 | 41 | 141 |
Binary | 11110111 | 11110101 | 11111010 | 1 | 10 | 0 | 10 | 100001000 | 100001 | 1100001 |
Color Harmonies of #F7F5FA
Complementary color
Monochromatic Colors of #F7F5FA
Black with #F7F5FA
Text Example
Text Example
White with #F7F5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F5FA; }
p { color: rgb(247,245,250); }
H1.HeaderClassName
{
color: #F7F5FA;
}
.AnyTagClassName
{
color: #F7F5FA;
}
</style>
background-color css
<style>
a { background-color: #F7F5FA; }
a { background-color: rgb(247,245,250); }
div.DivClassName
{
background-color: #F7F5FA;
}
.BgClassName
{
background-color: #F7F5FA;
}
</style>
border-color css
<style>
span { border-color: #F7F5FA; }
span { border-color: rgb(247,245,250); }
td.TdClassName
{
border-color: #F7F5FA;
}
.TagClassName
{
border-color: #F7F5FA;
}
</style>