Shades of Magnolia #F1E7FA
Tints of Magnolia #F1E7FA
RGB
CMYK
RGB Variations
Color information
#F1E7FA (or 0xF1E7FA) is known color: Magnolia. HEX triplet: F1, E7 and FA. RGB value is (241,231,250). Sum of RGB (Red+Green+Blue) = 241+231+250=722 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.38% from 722); Green value is 231 (90.62% from 255 or 31.99% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1E7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1E7FA is #0E1805. Grayscale: #ECECEC. Windows color (decimal): -923654 or 16443377. OLE color: 16443377.
HSL color Cylindrical-coordinate representation of color #F1E7FA: hue angle of 271.58º degrees, saturation: 0.66, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F1E7FA is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 231 | 250 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.02 |
| HSL | 271.58º | 0.66% | 0.94% | - |
| HSV(B) | 271.58º | 0.08% | 0.98% | - |
| XYZ | 82.11 | 82.75 | 102.09 | - |
| YUV | 236.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 231 | 250 | 0.04 | 0.08 | 0 | 0.02 | 271.58 | 0.66 | 0.94 |
| Hex | F1 | E7 | FA | 4 | 8 | 0 | 2 | 110 | 42 | 5E |
| Octal | 361 | 347 | 372 | 4 | 10 | 0 | 2 | 420 | 102 | 136 |
| Binary | 11110001 | 11100111 | 11111010 | 100 | 1000 | 0 | 10 | 100010000 | 1000010 | 1011110 |
Color Harmonies of #F1E7FA
Complementary color
Monochromatic Colors of #F1E7FA
Black with #F1E7FA
Text Example
Text Example
White with #F1E7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E7FA; }
p { color: rgb(241,231,250); }
H1.HeaderClassName
{
color: #F1E7FA;
}
.AnyTagClassName
{
color: #F1E7FA;
}
</style>
background-color css
<style>
a { background-color: #F1E7FA; }
a { background-color: rgb(241,231,250); }
div.DivClassName
{
background-color: #F1E7FA;
}
.BgClassName
{
background-color: #F1E7FA;
}
</style>
border-color css
<style>
span { border-color: #F1E7FA; }
span { border-color: rgb(241,231,250); }
td.TdClassName
{
border-color: #F1E7FA;
}
.TagClassName
{
border-color: #F1E7FA;
}
</style>