Shades of Magnolia #F1E4FF
Tints of Magnolia #F1E4FF
RGB
CMYK
RGB Variations
Color information
#F1E4FF (or 0xF1E4FF) is known color: Magnolia. HEX triplet: F1, E4 and FF. RGB value is (241,228,255). Sum of RGB (Red+Green+Blue) = 241+228+255=724 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.29% from 724); Green value is 228 (89.45% from 255 or 31.49% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1E4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E4FF is #0E1B00. Grayscale: #EAEAEA. Windows color (decimal): -924417 or 16770289. OLE color: 16770289.
HSL color Cylindrical-coordinate representation of color #F1E4FF: hue angle of 268.89º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1E4FF is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 228 | 255 | - |
| CMYK | 0.05 | 0.11 | 0 | 0 |
| HSL | 268.89º | 1% | 0.95% | - |
| HSV(B) | 268.89º | 0.11% | 1% | - |
| XYZ | 82.07 | 81.41 | 106 | - |
| YUV | 234.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 228 | 255 | 0.05 | 0.11 | 0 | 0 | 268.89 | 1 | 0.95 |
| Hex | F1 | E4 | FF | 5 | B | 0 | 0 | 10D | 64 | 5F |
| Octal | 361 | 344 | 377 | 5 | 13 | 0 | 0 | 415 | 144 | 137 |
| Binary | 11110001 | 11100100 | 11111111 | 101 | 1011 | 0 | 0 | 100001101 | 1100100 | 1011111 |
Color Harmonies of #F1E4FF
Complementary color
Monochromatic Colors of #F1E4FF
Black with #F1E4FF
Text Example
Text Example
White with #F1E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E4FF; }
p { color: rgb(241,228,255); }
H1.HeaderClassName
{
color: #F1E4FF;
}
.AnyTagClassName
{
color: #F1E4FF;
}
</style>
background-color css
<style>
a { background-color: #F1E4FF; }
a { background-color: rgb(241,228,255); }
div.DivClassName
{
background-color: #F1E4FF;
}
.BgClassName
{
background-color: #F1E4FF;
}
</style>
border-color css
<style>
span { border-color: #F1E4FF; }
span { border-color: rgb(241,228,255); }
td.TdClassName
{
border-color: #F1E4FF;
}
.TagClassName
{
border-color: #F1E4FF;
}
</style>