Shades of Magnolia #F1EEFF
Tints of Magnolia #F1EEFF
RGB
CMYK
RGB Variations
Color information
#F1EEFF (or 0xF1EEFF) is known color: Magnolia. HEX triplet: F1, EE and FF. RGB value is (241,238,255). Sum of RGB (Red+Green+Blue) = 241+238+255=734 (97% of max value = 765). Red value is 241 (94.53% from 255 or 32.83% from 734); Green value is 238 (93.36% from 255 or 32.43% from 734); Blue value is 255 (100% from 255 or 34.74% from 734); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1EEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EEFF is #0E1100. Grayscale: #F0F0F0. Windows color (decimal): -921857 or 16772849. OLE color: 16772849.
HSL color Cylindrical-coordinate representation of color #F1EEFF: hue angle of 250.59º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1EEFF is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 238 | 255 | - |
| CMYK | 0.05 | 0.07 | 0 | 0 |
| HSL | 250.59º | 1% | 0.97% | - |
| HSV(B) | 250.59º | 0.07% | 1% | - |
| XYZ | 84.9 | 87.07 | 106.94 | - |
| YUV | 240.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 238 | 255 | 0.05 | 0.07 | 0 | 0 | 250.59 | 1 | 0.97 |
| Hex | F1 | EE | FF | 5 | 7 | 0 | 0 | FB | 64 | 61 |
| Octal | 361 | 356 | 377 | 5 | 7 | 0 | 0 | 373 | 144 | 141 |
| Binary | 11110001 | 11101110 | 11111111 | 101 | 111 | 0 | 0 | 11111011 | 1100100 | 1100001 |
Color Harmonies of #F1EEFF
Complementary color
Monochromatic Colors of #F1EEFF
Black with #F1EEFF
Text Example
Text Example
White with #F1EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EEFF; }
p { color: rgb(241,238,255); }
H1.HeaderClassName
{
color: #F1EEFF;
}
.AnyTagClassName
{
color: #F1EEFF;
}
</style>
background-color css
<style>
a { background-color: #F1EEFF; }
a { background-color: rgb(241,238,255); }
div.DivClassName
{
background-color: #F1EEFF;
}
.BgClassName
{
background-color: #F1EEFF;
}
</style>
border-color css
<style>
span { border-color: #F1EEFF; }
span { border-color: rgb(241,238,255); }
td.TdClassName
{
border-color: #F1EEFF;
}
.TagClassName
{
border-color: #F1EEFF;
}
</style>