Shades of Magnolia #F3E4FE
Tints of Magnolia #F3E4FE
RGB
CMYK
RGB Variations
Color information
#F3E4FE (or 0xF3E4FE) is known color: Magnolia. HEX triplet: F3, E4 and FE. RGB value is (243,228,254). Sum of RGB (Red+Green+Blue) = 243+228+254=725 (96% of max value = 765). Red value is 243 (95.31% from 255 or 33.52% from 725); Green value is 228 (89.45% from 255 or 31.45% 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 #F3E4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3E4FE is #0C1B01. Grayscale: #EBEBEB. Windows color (decimal): -793346 or 16704755. OLE color: 16704755.
HSL color Cylindrical-coordinate representation of color #F3E4FE: hue angle of 274.62º 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 #F3E4FE is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 228 | 254 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.00 |
| HSL | 274.62º | 0.93% | 0.95% | - |
| HSV(B) | 274.62º | 0.1% | 1% | - |
| XYZ | 82.59 | 81.7 | 105.18 | - |
| YUV | 235.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 228 | 254 | 0.04 | 0.10 | 0 | 0.00 | 274.62 | 0.93 | 0.95 |
| Hex | F3 | E4 | FE | 4 | A | 0 | 0 | 113 | 5D | 5F |
| Octal | 363 | 344 | 376 | 4 | 12 | 0 | 0 | 423 | 135 | 137 |
| Binary | 11110011 | 11100100 | 11111110 | 100 | 1010 | 0 | 0 | 100010011 | 1011101 | 1011111 |
Color Harmonies of #F3E4FE
Complementary color
Monochromatic Colors of #F3E4FE
Black with #F3E4FE
Text Example
Text Example
White with #F3E4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E4FE; }
p { color: rgb(243,228,254); }
H1.HeaderClassName
{
color: #F3E4FE;
}
.AnyTagClassName
{
color: #F3E4FE;
}
</style>
background-color css
<style>
a { background-color: #F3E4FE; }
a { background-color: rgb(243,228,254); }
div.DivClassName
{
background-color: #F3E4FE;
}
.BgClassName
{
background-color: #F3E4FE;
}
</style>
border-color css
<style>
span { border-color: #F3E4FE; }
span { border-color: rgb(243,228,254); }
td.TdClassName
{
border-color: #F3E4FE;
}
.TagClassName
{
border-color: #F3E4FE;
}
</style>