Shades of Magnolia #F1E5FB
Tints of Magnolia #F1E5FB
RGB
CMYK
RGB Variations
Color information
#F1E5FB (or 0xF1E5FB) is known color: Magnolia. HEX triplet: F1, E5 and FB. RGB value is (241,229,251). Sum of RGB (Red+Green+Blue) = 241+229+251=721 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.43% from 721); Green value is 229 (89.84% from 255 or 31.76% from 721); Blue value is 251 (98.44% from 255 or 34.81% from 721); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1E5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E5FB is #0E1A04. Grayscale: #EBEBEB. Windows color (decimal): -924165 or 16508401. OLE color: 16508401.
HSL color Cylindrical-coordinate representation of color #F1E5FB: hue angle of 272.73º degrees, saturation: 0.73, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1E5FB is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 229 | 251 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.02 |
| HSL | 272.73º | 0.73% | 0.94% | - |
| HSV(B) | 272.73º | 0.09% | 0.98% | - |
| XYZ | 81.71 | 81.7 | 102.73 | - |
| YUV | 235.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 229 | 251 | 0.04 | 0.09 | 0 | 0.02 | 272.73 | 0.73 | 0.94 |
| Hex | F1 | E5 | FB | 4 | 9 | 0 | 2 | 111 | 49 | 5E |
| Octal | 361 | 345 | 373 | 4 | 11 | 0 | 2 | 421 | 111 | 136 |
| Binary | 11110001 | 11100101 | 11111011 | 100 | 1001 | 0 | 10 | 100010001 | 1001001 | 1011110 |
Color Harmonies of #F1E5FB
Complementary color
Monochromatic Colors of #F1E5FB
Black with #F1E5FB
Text Example
Text Example
White with #F1E5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E5FB; }
p { color: rgb(241,229,251); }
H1.HeaderClassName
{
color: #F1E5FB;
}
.AnyTagClassName
{
color: #F1E5FB;
}
</style>
background-color css
<style>
a { background-color: #F1E5FB; }
a { background-color: rgb(241,229,251); }
div.DivClassName
{
background-color: #F1E5FB;
}
.BgClassName
{
background-color: #F1E5FB;
}
</style>
border-color css
<style>
span { border-color: #F1E5FB; }
span { border-color: rgb(241,229,251); }
td.TdClassName
{
border-color: #F1E5FB;
}
.TagClassName
{
border-color: #F1E5FB;
}
</style>