Shades of Magnolia #F4F0FB
Tints of Magnolia #F4F0FB
RGB
CMYK
RGB Variations
Color information
#F4F0FB (or 0xF4F0FB) is known color: Magnolia. HEX triplet: F4, F0 and FB. RGB value is (244,240,251). Sum of RGB (Red+Green+Blue) = 244+240+251=735 (97% of max value = 765). Red value is 244 (95.70% from 255 or 33.20% from 735); Green value is 240 (94.14% from 255 or 32.65% from 735); Blue value is 251 (98.44% from 255 or 34.15% from 735); Max value from RGB is 251 - color contains mainly: blue. Hex color #F4F0FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4F0FB is #0B0F04. Grayscale: #F2F2F2. Windows color (decimal): -724741 or 16511220. OLE color: 16511220.
HSL color Cylindrical-coordinate representation of color #F4F0FB: hue angle of 261.82º degrees, saturation: 0.58, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F4F0FB is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 240 | 251 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.02 |
| HSL | 261.82º | 0.58% | 0.96% | - |
| HSV(B) | 261.82º | 0.04% | 0.98% | - |
| XYZ | 85.88 | 88.52 | 103.83 | - |
| YUV | 242.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 240 | 251 | 0.03 | 0.04 | 0 | 0.02 | 261.82 | 0.58 | 0.96 |
| Hex | F4 | F0 | FB | 3 | 4 | 0 | 2 | 106 | 3A | 60 |
| Octal | 364 | 360 | 373 | 3 | 4 | 0 | 2 | 406 | 72 | 140 |
| Binary | 11110100 | 11110000 | 11111011 | 11 | 100 | 0 | 10 | 100000110 | 111010 | 1100000 |
Color Harmonies of #F4F0FB
Complementary color
Monochromatic Colors of #F4F0FB
Black with #F4F0FB
Text Example
Text Example
White with #F4F0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F0FB; }
p { color: rgb(244,240,251); }
H1.HeaderClassName
{
color: #F4F0FB;
}
.AnyTagClassName
{
color: #F4F0FB;
}
</style>
background-color css
<style>
a { background-color: #F4F0FB; }
a { background-color: rgb(244,240,251); }
div.DivClassName
{
background-color: #F4F0FB;
}
.BgClassName
{
background-color: #F4F0FB;
}
</style>
border-color css
<style>
span { border-color: #F4F0FB; }
span { border-color: rgb(244,240,251); }
td.TdClassName
{
border-color: #F4F0FB;
}
.TagClassName
{
border-color: #F4F0FB;
}
</style>