Shades of Magnolia #F7F2FF
Tints of Magnolia #F7F2FF
RGB
CMYK
RGB Variations
Color information
#F7F2FF (or 0xF7F2FF) is known color: Magnolia. HEX triplet: F7, F2 and FF. RGB value is (247,242,255). Sum of RGB (Red+Green+Blue) = 247+242+255=744 (98% of max value = 765). Red value is 247 (96.88% from 255 or 33.20% from 744); Green value is 242 (94.92% from 255 or 32.53% from 744); Blue value is 255 (100% from 255 or 34.27% from 744); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7F2FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F2FF is #080D00. Grayscale: #F4F4F4. Windows color (decimal): -527617 or 16773879. OLE color: 16773879.
HSL color Cylindrical-coordinate representation of color #F7F2FF: hue angle of 263.08º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F7F2FF is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 242 | 255 | - |
| CMYK | 0.03 | 0.05 | 0 | 0 |
| HSL | 263.08º | 1% | 0.97% | - |
| HSV(B) | 263.08º | 0.05% | 1% | - |
| XYZ | 88.16 | 90.5 | 107.43 | - |
| YUV | 244.98 | 133.66 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 242 | 255 | 0.03 | 0.05 | 0 | 0 | 263.08 | 1 | 0.97 |
| Hex | F7 | F2 | FF | 3 | 5 | 0 | 0 | 107 | 64 | 61 |
| Octal | 367 | 362 | 377 | 3 | 5 | 0 | 0 | 407 | 144 | 141 |
| Binary | 11110111 | 11110010 | 11111111 | 11 | 101 | 0 | 0 | 100000111 | 1100100 | 1100001 |
Color Harmonies of #F7F2FF
Complementary color
Monochromatic Colors of #F7F2FF
Black with #F7F2FF
Text Example
Text Example
White with #F7F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F2FF; }
p { color: rgb(247,242,255); }
H1.HeaderClassName
{
color: #F7F2FF;
}
.AnyTagClassName
{
color: #F7F2FF;
}
</style>
background-color css
<style>
a { background-color: #F7F2FF; }
a { background-color: rgb(247,242,255); }
div.DivClassName
{
background-color: #F7F2FF;
}
.BgClassName
{
background-color: #F7F2FF;
}
</style>
border-color css
<style>
span { border-color: #F7F2FF; }
span { border-color: rgb(247,242,255); }
td.TdClassName
{
border-color: #F7F2FF;
}
.TagClassName
{
border-color: #F7F2FF;
}
</style>