Shades of Magnolia #F1E6FF
Tints of Magnolia #F1E6FF
RGB
CMYK
RGB Variations
Color information
#F1E6FF (or 0xF1E6FF) is known color: Magnolia. HEX triplet: F1, E6 and FF. RGB value is (241,230,255). Sum of RGB (Red+Green+Blue) = 241+230+255=726 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.20% from 726); Green value is 230 (90.23% from 255 or 31.68% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1E6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1E6FF is #0E1900. Grayscale: #ECECEC. Windows color (decimal): -923905 or 16770801. OLE color: 16770801.
HSL color Cylindrical-coordinate representation of color #F1E6FF: hue angle of 266.4º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1E6FF is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 230 | 255 | - |
| CMYK | 0.05 | 0.10 | 0 | 0 |
| HSL | 266.4º | 1% | 0.95% | - |
| HSV(B) | 266.4º | 0.1% | 1% | - |
| XYZ | 82.62 | 82.51 | 106.18 | - |
| YUV | 236.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 230 | 255 | 0.05 | 0.10 | 0 | 0 | 266.4 | 1 | 0.95 |
| Hex | F1 | E6 | FF | 5 | A | 0 | 0 | 10A | 64 | 5F |
| Octal | 361 | 346 | 377 | 5 | 12 | 0 | 0 | 412 | 144 | 137 |
| Binary | 11110001 | 11100110 | 11111111 | 101 | 1010 | 0 | 0 | 100001010 | 1100100 | 1011111 |
Color Harmonies of #F1E6FF
Complementary color
Monochromatic Colors of #F1E6FF
Black with #F1E6FF
Text Example
Text Example
White with #F1E6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E6FF; }
p { color: rgb(241,230,255); }
H1.HeaderClassName
{
color: #F1E6FF;
}
.AnyTagClassName
{
color: #F1E6FF;
}
</style>
background-color css
<style>
a { background-color: #F1E6FF; }
a { background-color: rgb(241,230,255); }
div.DivClassName
{
background-color: #F1E6FF;
}
.BgClassName
{
background-color: #F1E6FF;
}
</style>
border-color css
<style>
span { border-color: #F1E6FF; }
span { border-color: rgb(241,230,255); }
td.TdClassName
{
border-color: #F1E6FF;
}
.TagClassName
{
border-color: #F1E6FF;
}
</style>