Shades of Magnolia #F1E8FA
Tints of Magnolia #F1E8FA
RGB
CMYK
RGB Variations
Color information
#F1E8FA (or 0xF1E8FA) is known color: Magnolia. HEX triplet: F1, E8 and FA. RGB value is (241,232,250). Sum of RGB (Red+Green+Blue) = 241+232+250=723 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.33% from 723); Green value is 232 (91.02% from 255 or 32.09% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1E8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1E8FA is #0E1705. Grayscale: #ECECEC. Windows color (decimal): -923398 or 16443633. OLE color: 16443633.
HSL color Cylindrical-coordinate representation of color #F1E8FA: hue angle of 270º degrees, saturation: 0.64, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1E8FA is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 232 | 250 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.02 |
| HSL | 270º | 0.64% | 0.95% | - |
| HSV(B) | 270º | 0.07% | 0.98% | - |
| XYZ | 82.39 | 83.32 | 102.18 | - |
| YUV | 236.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 232 | 250 | 0.04 | 0.07 | 0 | 0.02 | 270 | 0.64 | 0.95 |
| Hex | F1 | E8 | FA | 4 | 7 | 0 | 2 | 10E | 40 | 5F |
| Octal | 361 | 350 | 372 | 4 | 7 | 0 | 2 | 416 | 100 | 137 |
| Binary | 11110001 | 11101000 | 11111010 | 100 | 111 | 0 | 10 | 100001110 | 1000000 | 1011111 |
Color Harmonies of #F1E8FA
Complementary color
Monochromatic Colors of #F1E8FA
Black with #F1E8FA
Text Example
Text Example
White with #F1E8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E8FA; }
p { color: rgb(241,232,250); }
H1.HeaderClassName
{
color: #F1E8FA;
}
.AnyTagClassName
{
color: #F1E8FA;
}
</style>
background-color css
<style>
a { background-color: #F1E8FA; }
a { background-color: rgb(241,232,250); }
div.DivClassName
{
background-color: #F1E8FA;
}
.BgClassName
{
background-color: #F1E8FA;
}
</style>
border-color css
<style>
span { border-color: #F1E8FA; }
span { border-color: rgb(241,232,250); }
td.TdClassName
{
border-color: #F1E8FA;
}
.TagClassName
{
border-color: #F1E8FA;
}
</style>