Shades of Magnolia #F3E4FF
Tints of Magnolia #F3E4FF
RGB
CMYK
RGB Variations
Color information
#F3E4FF (or 0xF3E4FF) is known color: Magnolia. HEX triplet: F3, E4 and FF. RGB value is (243,228,255). Sum of RGB (Red+Green+Blue) = 243+228+255=726 (96% of max value = 765). Red value is 243 (95.31% from 255 or 33.47% from 726); Green value is 228 (89.45% from 255 or 31.40% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3E4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3E4FF is #0C1B00. Grayscale: #EBEBEB. Windows color (decimal): -793345 or 16770291. OLE color: 16770291.
HSL color Cylindrical-coordinate representation of color #F3E4FF: hue angle of 273.33º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F3E4FF is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 228 | 255 | - |
| CMYK | 0.05 | 0.11 | 0 | 0 |
| HSL | 273.33º | 1% | 0.95% | - |
| HSV(B) | 273.33º | 0.11% | 1% | - |
| XYZ | 82.76 | 81.76 | 106.03 | - |
| YUV | 235.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 228 | 255 | 0.05 | 0.11 | 0 | 0 | 273.33 | 1 | 0.95 |
| Hex | F3 | E4 | FF | 5 | B | 0 | 0 | 111 | 64 | 5F |
| Octal | 363 | 344 | 377 | 5 | 13 | 0 | 0 | 421 | 144 | 137 |
| Binary | 11110011 | 11100100 | 11111111 | 101 | 1011 | 0 | 0 | 100010001 | 1100100 | 1011111 |
Color Harmonies of #F3E4FF
Complementary color
Monochromatic Colors of #F3E4FF
Black with #F3E4FF
Text Example
Text Example
White with #F3E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E4FF; }
p { color: rgb(243,228,255); }
H1.HeaderClassName
{
color: #F3E4FF;
}
.AnyTagClassName
{
color: #F3E4FF;
}
</style>
background-color css
<style>
a { background-color: #F3E4FF; }
a { background-color: rgb(243,228,255); }
div.DivClassName
{
background-color: #F3E4FF;
}
.BgClassName
{
background-color: #F3E4FF;
}
</style>
border-color css
<style>
span { border-color: #F3E4FF; }
span { border-color: rgb(243,228,255); }
td.TdClassName
{
border-color: #F3E4FF;
}
.TagClassName
{
border-color: #F3E4FF;
}
</style>