Shades of Magnolia #F3E5FE
Tints of Magnolia #F3E5FE
RGB
CMYK
RGB Variations
Color information
#F3E5FE (or 0xF3E5FE) is known color: Magnolia. HEX triplet: F3, E5 and FE. RGB value is (243,229,254). Sum of RGB (Red+Green+Blue) = 243+229+254=726 (96% of max value = 765). Red value is 243 (95.31% from 255 or 33.47% from 726); Green value is 229 (89.84% from 255 or 31.54% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3E5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3E5FE is #0C1A01. Grayscale: #EBEBEB. Windows color (decimal): -793090 or 16705011. OLE color: 16705011.
HSL color Cylindrical-coordinate representation of color #F3E5FE: hue angle of 273.6º 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 #F3E5FE is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 229 | 254 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.00 |
| HSL | 273.6º | 0.93% | 0.95% | - |
| HSV(B) | 273.6º | 0.1% | 1% | - |
| XYZ | 82.87 | 82.25 | 105.27 | - |
| YUV | 236.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 229 | 254 | 0.04 | 0.10 | 0 | 0.00 | 273.6 | 0.93 | 0.95 |
| Hex | F3 | E5 | FE | 4 | A | 0 | 0 | 112 | 5D | 5F |
| Octal | 363 | 345 | 376 | 4 | 12 | 0 | 0 | 422 | 135 | 137 |
| Binary | 11110011 | 11100101 | 11111110 | 100 | 1010 | 0 | 0 | 100010010 | 1011101 | 1011111 |
Color Harmonies of #F3E5FE
Complementary color
Monochromatic Colors of #F3E5FE
Black with #F3E5FE
Text Example
Text Example
White with #F3E5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E5FE; }
p { color: rgb(243,229,254); }
H1.HeaderClassName
{
color: #F3E5FE;
}
.AnyTagClassName
{
color: #F3E5FE;
}
</style>
background-color css
<style>
a { background-color: #F3E5FE; }
a { background-color: rgb(243,229,254); }
div.DivClassName
{
background-color: #F3E5FE;
}
.BgClassName
{
background-color: #F3E5FE;
}
</style>
border-color css
<style>
span { border-color: #F3E5FE; }
span { border-color: rgb(243,229,254); }
td.TdClassName
{
border-color: #F3E5FE;
}
.TagClassName
{
border-color: #F3E5FE;
}
</style>