Shades of Magnolia #F7F4FA
Tints of Magnolia #F7F4FA
RGB
CMYK
RGB Variations
Color information
#F7F4FA (or 0xF7F4FA) is known color: Magnolia. HEX triplet: F7, F4 and FA. RGB value is (247,244,250). Sum of RGB (Red+Green+Blue) = 247+244+250=741 (98% of max value = 765). Red value is 247 (96.88% from 255 or 33.33% from 741); Green value is 244 (95.70% from 255 or 32.93% from 741); Blue value is 250 (98.05% from 255 or 33.74% from 741); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7F4FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F4FA is #080B05. Grayscale: #F5F5F5. Windows color (decimal): -527110 or 16446711. OLE color: 16446711.
HSL color Cylindrical-coordinate representation of color #F7F4FA: hue angle of 270º degrees, saturation: 0.38, 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 #F7F4FA is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 247 | 244 | 250 | - |
CMYK | 0.01 | 0.02 | 0 | 0.02 |
HSL | 270º | 0.38% | 0.97% | - |
HSV(B) | 270º | 0.02% | 0.98% | - |
XYZ | 87.96 | 91.38 | 103.44 | - |
YUV | 245.58 | 130.49 | 129.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 244 | 250 | 0.01 | 0.02 | 0 | 0.02 | 270 | 0.38 | 0.97 |
Hex | F7 | F4 | FA | 1 | 2 | 0 | 2 | 10E | 26 | 61 |
Octal | 367 | 364 | 372 | 1 | 2 | 0 | 2 | 416 | 46 | 141 |
Binary | 11110111 | 11110100 | 11111010 | 1 | 10 | 0 | 10 | 100001110 | 100110 | 1100001 |
Color Harmonies of #F7F4FA
Complementary color
Monochromatic Colors of #F7F4FA
Black with #F7F4FA
Text Example
Text Example
White with #F7F4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F4FA; }
p { color: rgb(247,244,250); }
H1.HeaderClassName
{
color: #F7F4FA;
}
.AnyTagClassName
{
color: #F7F4FA;
}
</style>
background-color css
<style>
a { background-color: #F7F4FA; }
a { background-color: rgb(247,244,250); }
div.DivClassName
{
background-color: #F7F4FA;
}
.BgClassName
{
background-color: #F7F4FA;
}
</style>
border-color css
<style>
span { border-color: #F7F4FA; }
span { border-color: rgb(247,244,250); }
td.TdClassName
{
border-color: #F7F4FA;
}
.TagClassName
{
border-color: #F7F4FA;
}
</style>