Shades of Magnolia #F7F0FF
Tints of Magnolia #F7F0FF
RGB
CMYK
RGB Variations
Color information
#F7F0FF (or 0xF7F0FF) is known color: Magnolia. HEX triplet: F7, F0 and FF. RGB value is (247,240,255). Sum of RGB (Red+Green+Blue) = 247+240+255=742 (98% of max value = 765). Red value is 247 (96.88% from 255 or 33.29% from 742); Green value is 240 (94.14% from 255 or 32.35% from 742); Blue value is 255 (100% from 255 or 34.37% from 742); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7F0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F0FF is #080F00. Grayscale: #F3F3F3. Windows color (decimal): -528129 or 16773367. OLE color: 16773367.
HSL color Cylindrical-coordinate representation of color #F7F0FF: hue angle of 268º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F7F0FF is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 247 | 240 | 255 | - |
CMYK | 0.03 | 0.06 | 0 | 0 |
HSL | 268º | 1% | 0.97% | - |
HSV(B) | 268º | 0.06% | 1% | - |
XYZ | 87.57 | 89.31 | 107.23 | - |
YUV | 243.8 | 134.32 | 130.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 240 | 255 | 0.03 | 0.06 | 0 | 0 | 268 | 1 | 0.97 |
Hex | F7 | F0 | FF | 3 | 6 | 0 | 0 | 10C | 64 | 61 |
Octal | 367 | 360 | 377 | 3 | 6 | 0 | 0 | 414 | 144 | 141 |
Binary | 11110111 | 11110000 | 11111111 | 11 | 110 | 0 | 0 | 100001100 | 1100100 | 1100001 |
Color Harmonies of #F7F0FF
Complementary color
Monochromatic Colors of #F7F0FF
Black with #F7F0FF
Text Example
Text Example
White with #F7F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F0FF; }
p { color: rgb(247,240,255); }
H1.HeaderClassName
{
color: #F7F0FF;
}
.AnyTagClassName
{
color: #F7F0FF;
}
</style>
background-color css
<style>
a { background-color: #F7F0FF; }
a { background-color: rgb(247,240,255); }
div.DivClassName
{
background-color: #F7F0FF;
}
.BgClassName
{
background-color: #F7F0FF;
}
</style>
border-color css
<style>
span { border-color: #F7F0FF; }
span { border-color: rgb(247,240,255); }
td.TdClassName
{
border-color: #F7F0FF;
}
.TagClassName
{
border-color: #F7F0FF;
}
</style>