Shades of Magnolia #F1ECFF
Tints of Magnolia #F1ECFF
RGB
CMYK
RGB Variations
Color information
#F1ECFF (or 0xF1ECFF) is known color: Magnolia. HEX triplet: F1, EC and FF. RGB value is (241,236,255). Sum of RGB (Red+Green+Blue) = 241+236+255=732 (96% of max value = 765). Red value is 241 (94.53% from 255 or 32.92% from 732); Green value is 236 (92.58% from 255 or 32.24% from 732); Blue value is 255 (100% from 255 or 34.84% from 732); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1ECFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1ECFF is #0E1300. Grayscale: #EFEFEF. Windows color (decimal): -922369 or 16772337. OLE color: 16772337.
HSL color Cylindrical-coordinate representation of color #F1ECFF: hue angle of 255.79º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1ECFF is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 236 | 255 | - |
| CMYK | 0.05 | 0.07 | 0 | 0 |
| HSL | 255.79º | 1% | 0.96% | - |
| HSV(B) | 255.79º | 0.07% | 1% | - |
| XYZ | 84.32 | 85.91 | 106.75 | - |
| YUV | 239.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 236 | 255 | 0.05 | 0.07 | 0 | 0 | 255.79 | 1 | 0.96 |
| Hex | F1 | EC | FF | 5 | 7 | 0 | 0 | 100 | 64 | 60 |
| Octal | 361 | 354 | 377 | 5 | 7 | 0 | 0 | 400 | 144 | 140 |
| Binary | 11110001 | 11101100 | 11111111 | 101 | 111 | 0 | 0 | 100000000 | 1100100 | 1100000 |
Color Harmonies of #F1ECFF
Complementary color
Monochromatic Colors of #F1ECFF
Black with #F1ECFF
Text Example
Text Example
White with #F1ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ECFF; }
p { color: rgb(241,236,255); }
H1.HeaderClassName
{
color: #F1ECFF;
}
.AnyTagClassName
{
color: #F1ECFF;
}
</style>
background-color css
<style>
a { background-color: #F1ECFF; }
a { background-color: rgb(241,236,255); }
div.DivClassName
{
background-color: #F1ECFF;
}
.BgClassName
{
background-color: #F1ECFF;
}
</style>
border-color css
<style>
span { border-color: #F1ECFF; }
span { border-color: rgb(241,236,255); }
td.TdClassName
{
border-color: #F1ECFF;
}
.TagClassName
{
border-color: #F1ECFF;
}
</style>