Shades of Magnolia #F4F0F7
Tints of Magnolia #F4F0F7
RGB
CMYK
RGB Variations
Color information
#F4F0F7 (or 0xF4F0F7) is known color: Magnolia. HEX triplet: F4, F0 and F7. RGB value is (244,240,247). Sum of RGB (Red+Green+Blue) = 244+240+247=731 (96% of max value = 765). Red value is 244 (95.70% from 255 or 33.38% from 731); Green value is 240 (94.14% from 255 or 32.83% from 731); Blue value is 247 (96.88% from 255 or 33.79% from 731); Max value from RGB is 247 - color contains mainly: blue. Hex color #F4F0F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4F0F7 is #0B0F08. Grayscale: #F1F1F1. Windows color (decimal): -724745 or 16249076. OLE color: 16249076.
HSL color Cylindrical-coordinate representation of color #F4F0F7: hue angle of 274.29º degrees, saturation: 0.3, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F4F0F7 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 244 | 240 | 247 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.03 |
| HSL | 274.29º | 0.3% | 0.95% | - |
| HSV(B) | 274.29º | 0.03% | 0.97% | - |
| XYZ | 85.26 | 88.27 | 100.54 | - |
| YUV | 241.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 240 | 247 | 0.01 | 0.03 | 0 | 0.03 | 274.29 | 0.3 | 0.95 |
| Hex | F4 | F0 | F7 | 1 | 3 | 0 | 3 | 112 | 1E | 5F |
| Octal | 364 | 360 | 367 | 1 | 3 | 0 | 3 | 422 | 36 | 137 |
| Binary | 11110100 | 11110000 | 11110111 | 1 | 11 | 0 | 11 | 100010010 | 11110 | 1011111 |
Color Harmonies of #F4F0F7
Complementary color
Monochromatic Colors of #F4F0F7
Black with #F4F0F7
Text Example
Text Example
White with #F4F0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F0F7; }
p { color: rgb(244,240,247); }
H1.HeaderClassName
{
color: #F4F0F7;
}
.AnyTagClassName
{
color: #F4F0F7;
}
</style>
background-color css
<style>
a { background-color: #F4F0F7; }
a { background-color: rgb(244,240,247); }
div.DivClassName
{
background-color: #F4F0F7;
}
.BgClassName
{
background-color: #F4F0F7;
}
</style>
border-color css
<style>
span { border-color: #F4F0F7; }
span { border-color: rgb(244,240,247); }
td.TdClassName
{
border-color: #F4F0F7;
}
.TagClassName
{
border-color: #F4F0F7;
}
</style>