Shades of Magnolia #F0E1FD
Tints of Magnolia #F0E1FD
RGB
CMYK
RGB Variations
Color information
#F0E1FD (or 0xF0E1FD) is known color: Magnolia. HEX triplet: F0, E1 and FD. RGB value is (240,225,253). Sum of RGB (Red+Green+Blue) = 240+225+253=718 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.43% from 718); Green value is 225 (88.28% from 255 or 31.34% from 718); Blue value is 253 (99.22% from 255 or 35.24% from 718); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0E1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E1FD is #0F1E02. Grayscale: #E8E8E8. Windows color (decimal): -990723 or 16638448. OLE color: 16638448.
HSL color Cylindrical-coordinate representation of color #F0E1FD: hue angle of 272.14º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0E1FD is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 225 | 253 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.01 |
| HSL | 272.14º | 0.88% | 0.94% | - |
| HSV(B) | 272.14º | 0.11% | 0.99% | - |
| XYZ | 80.59 | 79.47 | 104.02 | - |
| YUV | 232.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 253 | 0.05 | 0.11 | 0 | 0.01 | 272.14 | 0.88 | 0.94 |
| Hex | F0 | E1 | FD | 5 | B | 0 | 1 | 110 | 58 | 5E |
| Octal | 360 | 341 | 375 | 5 | 13 | 0 | 1 | 420 | 130 | 136 |
| Binary | 11110000 | 11100001 | 11111101 | 101 | 1011 | 0 | 1 | 100010000 | 1011000 | 1011110 |
Color Harmonies of #F0E1FD
Complementary color
Monochromatic Colors of #F0E1FD
Black with #F0E1FD
Text Example
Text Example
White with #F0E1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E1FD; }
p { color: rgb(240,225,253); }
H1.HeaderClassName
{
color: #F0E1FD;
}
.AnyTagClassName
{
color: #F0E1FD;
}
</style>
background-color css
<style>
a { background-color: #F0E1FD; }
a { background-color: rgb(240,225,253); }
div.DivClassName
{
background-color: #F0E1FD;
}
.BgClassName
{
background-color: #F0E1FD;
}
</style>
border-color css
<style>
span { border-color: #F0E1FD; }
span { border-color: rgb(240,225,253); }
td.TdClassName
{
border-color: #F0E1FD;
}
.TagClassName
{
border-color: #F0E1FD;
}
</style>