Shades of Magnolia #F1E2FF
Tints of Magnolia #F1E2FF
RGB
CMYK
RGB Variations
Color information
#F1E2FF (or 0xF1E2FF) is known color: Magnolia. HEX triplet: F1, E2 and FF. RGB value is (241,226,255). Sum of RGB (Red+Green+Blue) = 241+226+255=722 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.38% from 722); Green value is 226 (88.67% from 255 or 31.30% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1E2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E2FF is #0E1D00. Grayscale: #E9E9E9. Windows color (decimal): -924929 or 16769777. OLE color: 16769777.
HSL color Cylindrical-coordinate representation of color #F1E2FF: hue angle of 271.03º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1E2FF is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 226 | 255 | - |
| CMYK | 0.05 | 0.11 | 0 | 0 |
| HSL | 271.03º | 1% | 0.94% | - |
| HSV(B) | 271.03º | 0.11% | 1% | - |
| XYZ | 81.52 | 80.31 | 105.81 | - |
| YUV | 233.79 | 139.97 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 226 | 255 | 0.05 | 0.11 | 0 | 0 | 271.03 | 1 | 0.94 |
| Hex | F1 | E2 | FF | 5 | B | 0 | 0 | 10F | 64 | 5E |
| Octal | 361 | 342 | 377 | 5 | 13 | 0 | 0 | 417 | 144 | 136 |
| Binary | 11110001 | 11100010 | 11111111 | 101 | 1011 | 0 | 0 | 100001111 | 1100100 | 1011110 |
Color Harmonies of #F1E2FF
Complementary color
Monochromatic Colors of #F1E2FF
Black with #F1E2FF
Text Example
Text Example
White with #F1E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E2FF; }
p { color: rgb(241,226,255); }
H1.HeaderClassName
{
color: #F1E2FF;
}
.AnyTagClassName
{
color: #F1E2FF;
}
</style>
background-color css
<style>
a { background-color: #F1E2FF; }
a { background-color: rgb(241,226,255); }
div.DivClassName
{
background-color: #F1E2FF;
}
.BgClassName
{
background-color: #F1E2FF;
}
</style>
border-color css
<style>
span { border-color: #F1E2FF; }
span { border-color: rgb(241,226,255); }
td.TdClassName
{
border-color: #F1E2FF;
}
.TagClassName
{
border-color: #F1E2FF;
}
</style>