Shades of Magnolia #F2E5FE
Tints of Magnolia #F2E5FE
RGB
CMYK
RGB Variations
Color information
#F2E5FE (or 0xF2E5FE) is known color: Magnolia. HEX triplet: F2, E5 and FE. RGB value is (242,229,254). Sum of RGB (Red+Green+Blue) = 242+229+254=725 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.38% from 725); Green value is 229 (89.84% from 255 or 31.59% from 725); Blue value is 254 (99.61% from 255 or 35.03% from 725); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2E5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E5FE is #0D1A01. Grayscale: #EBEBEB. Windows color (decimal): -858626 or 16705010. OLE color: 16705010.
HSL color Cylindrical-coordinate representation of color #F2E5FE: hue angle of 271.2º 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 #F2E5FE is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 229 | 254 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.00 |
| HSL | 271.2º | 0.93% | 0.95% | - |
| HSV(B) | 271.2º | 0.1% | 1% | - |
| XYZ | 82.53 | 82.07 | 105.26 | - |
| YUV | 235.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 254 | 0.05 | 0.10 | 0 | 0.00 | 271.2 | 0.93 | 0.95 |
| Hex | F2 | E5 | FE | 5 | A | 0 | 0 | 10F | 5D | 5F |
| Octal | 362 | 345 | 376 | 5 | 12 | 0 | 0 | 417 | 135 | 137 |
| Binary | 11110010 | 11100101 | 11111110 | 101 | 1010 | 0 | 0 | 100001111 | 1011101 | 1011111 |
Color Harmonies of #F2E5FE
Complementary color
Monochromatic Colors of #F2E5FE
Black with #F2E5FE
Text Example
Text Example
White with #F2E5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E5FE; }
p { color: rgb(242,229,254); }
H1.HeaderClassName
{
color: #F2E5FE;
}
.AnyTagClassName
{
color: #F2E5FE;
}
</style>
background-color css
<style>
a { background-color: #F2E5FE; }
a { background-color: rgb(242,229,254); }
div.DivClassName
{
background-color: #F2E5FE;
}
.BgClassName
{
background-color: #F2E5FE;
}
</style>
border-color css
<style>
span { border-color: #F2E5FE; }
span { border-color: rgb(242,229,254); }
td.TdClassName
{
border-color: #F2E5FE;
}
.TagClassName
{
border-color: #F2E5FE;
}
</style>