Shades of Magnolia #F1E4FE
Tints of Magnolia #F1E4FE
RGB
CMYK
RGB Variations
Color information
#F1E4FE (or 0xF1E4FE) is known color: Magnolia. HEX triplet: F1, E4 and FE. RGB value is (241,228,254). Sum of RGB (Red+Green+Blue) = 241+228+254=723 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.33% from 723); Green value is 228 (89.45% from 255 or 31.54% from 723); Blue value is 254 (99.61% from 255 or 35.13% from 723); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1E4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E4FE is #0E1B01. Grayscale: #EAEAEA. Windows color (decimal): -924418 or 16704753. OLE color: 16704753.
HSL color Cylindrical-coordinate representation of color #F1E4FE: hue angle of 270º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1E4FE is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 228 | 254 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.00 |
| HSL | 270º | 0.93% | 0.95% | - |
| HSV(B) | 270º | 0.1% | 1% | - |
| XYZ | 81.91 | 81.34 | 105.15 | - |
| YUV | 234.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 228 | 254 | 0.05 | 0.10 | 0 | 0.00 | 270 | 0.93 | 0.95 |
| Hex | F1 | E4 | FE | 5 | A | 0 | 0 | 10E | 5D | 5F |
| Octal | 361 | 344 | 376 | 5 | 12 | 0 | 0 | 416 | 135 | 137 |
| Binary | 11110001 | 11100100 | 11111110 | 101 | 1010 | 0 | 0 | 100001110 | 1011101 | 1011111 |
Color Harmonies of #F1E4FE
Complementary color
Monochromatic Colors of #F1E4FE
Black with #F1E4FE
Text Example
Text Example
White with #F1E4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E4FE; }
p { color: rgb(241,228,254); }
H1.HeaderClassName
{
color: #F1E4FE;
}
.AnyTagClassName
{
color: #F1E4FE;
}
</style>
background-color css
<style>
a { background-color: #F1E4FE; }
a { background-color: rgb(241,228,254); }
div.DivClassName
{
background-color: #F1E4FE;
}
.BgClassName
{
background-color: #F1E4FE;
}
</style>
border-color css
<style>
span { border-color: #F1E4FE; }
span { border-color: rgb(241,228,254); }
td.TdClassName
{
border-color: #F1E4FE;
}
.TagClassName
{
border-color: #F1E4FE;
}
</style>