Shades of Magnolia #F1E8FF
Tints of Magnolia #F1E8FF
RGB
CMYK
RGB Variations
Color information
#F1E8FF (or 0xF1E8FF) is known color: Magnolia. HEX triplet: F1, E8 and FF. RGB value is (241,232,255). Sum of RGB (Red+Green+Blue) = 241+232+255=728 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.10% from 728); Green value is 232 (91.02% from 255 or 31.87% from 728); Blue value is 255 (100% from 255 or 35.03% from 728); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1E8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1E8FF is #0E1700. Grayscale: #EDEDED. Windows color (decimal): -923393 or 16771313. OLE color: 16771313.
HSL color Cylindrical-coordinate representation of color #F1E8FF: hue angle of 263.48º 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 #F1E8FF is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 232 | 255 | - |
| CMYK | 0.05 | 0.09 | 0 | 0 |
| HSL | 263.48º | 1% | 0.95% | - |
| HSV(B) | 263.48º | 0.09% | 1% | - |
| XYZ | 83.18 | 83.63 | 106.37 | - |
| YUV | 237.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 232 | 255 | 0.05 | 0.09 | 0 | 0 | 263.48 | 1 | 0.95 |
| Hex | F1 | E8 | FF | 5 | 9 | 0 | 0 | 107 | 64 | 5F |
| Octal | 361 | 350 | 377 | 5 | 11 | 0 | 0 | 407 | 144 | 137 |
| Binary | 11110001 | 11101000 | 11111111 | 101 | 1001 | 0 | 0 | 100000111 | 1100100 | 1011111 |
Color Harmonies of #F1E8FF
Complementary color
Monochromatic Colors of #F1E8FF
Black with #F1E8FF
Text Example
Text Example
White with #F1E8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E8FF; }
p { color: rgb(241,232,255); }
H1.HeaderClassName
{
color: #F1E8FF;
}
.AnyTagClassName
{
color: #F1E8FF;
}
</style>
background-color css
<style>
a { background-color: #F1E8FF; }
a { background-color: rgb(241,232,255); }
div.DivClassName
{
background-color: #F1E8FF;
}
.BgClassName
{
background-color: #F1E8FF;
}
</style>
border-color css
<style>
span { border-color: #F1E8FF; }
span { border-color: rgb(241,232,255); }
td.TdClassName
{
border-color: #F1E8FF;
}
.TagClassName
{
border-color: #F1E8FF;
}
</style>