Shades of Magnolia #F4E8FF
Tints of Magnolia #F4E8FF
RGB
CMYK
RGB Variations
Color information
#F4E8FF (or 0xF4E8FF) is known color: Magnolia. HEX triplet: F4, E8 and FF. RGB value is (244,232,255). Sum of RGB (Red+Green+Blue) = 244+232+255=731 (96% of max value = 765). Red value is 244 (95.70% from 255 or 33.38% from 731); Green value is 232 (91.02% from 255 or 31.74% from 731); Blue value is 255 (100% from 255 or 34.88% from 731); Max value from RGB is 255 - color contains mainly: blue. Hex color #F4E8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4E8FF is #0B1700. Grayscale: #EEEEEE. Windows color (decimal): -726785 or 16771316. OLE color: 16771316.
HSL color Cylindrical-coordinate representation of color #F4E8FF: hue angle of 271.3º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F4E8FF is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 232 | 255 | - |
| CMYK | 0.04 | 0.09 | 0 | 0 |
| HSL | 271.3º | 1% | 0.95% | - |
| HSV(B) | 271.3º | 0.09% | 1% | - |
| XYZ | 84.21 | 84.17 | 106.41 | - |
| YUV | 238.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 232 | 255 | 0.04 | 0.09 | 0 | 0 | 271.3 | 1 | 0.95 |
| Hex | F4 | E8 | FF | 4 | 9 | 0 | 0 | 10F | 64 | 5F |
| Octal | 364 | 350 | 377 | 4 | 11 | 0 | 0 | 417 | 144 | 137 |
| Binary | 11110100 | 11101000 | 11111111 | 100 | 1001 | 0 | 0 | 100001111 | 1100100 | 1011111 |
Color Harmonies of #F4E8FF
Complementary color
Monochromatic Colors of #F4E8FF
Black with #F4E8FF
Text Example
Text Example
White with #F4E8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E8FF; }
p { color: rgb(244,232,255); }
H1.HeaderClassName
{
color: #F4E8FF;
}
.AnyTagClassName
{
color: #F4E8FF;
}
</style>
background-color css
<style>
a { background-color: #F4E8FF; }
a { background-color: rgb(244,232,255); }
div.DivClassName
{
background-color: #F4E8FF;
}
.BgClassName
{
background-color: #F4E8FF;
}
</style>
border-color css
<style>
span { border-color: #F4E8FF; }
span { border-color: rgb(244,232,255); }
td.TdClassName
{
border-color: #F4E8FF;
}
.TagClassName
{
border-color: #F4E8FF;
}
</style>