Shades of Magnolia #F3E2FF
Tints of Magnolia #F3E2FF
RGB
CMYK
RGB Variations
Color information
#F3E2FF (or 0xF3E2FF) is known color: Magnolia. HEX triplet: F3, E2 and FF. RGB value is (243,226,255). Sum of RGB (Red+Green+Blue) = 243+226+255=724 (95% of max value = 765). Red value is 243 (95.31% from 255 or 33.56% from 724); Green value is 226 (88.67% from 255 or 31.22% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3E2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3E2FF is #0C1D00. Grayscale: #EAEAEA. Windows color (decimal): -793857 or 16769779. OLE color: 16769779.
HSL color Cylindrical-coordinate representation of color #F3E2FF: hue angle of 275.17º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F3E2FF is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 226 | 255 | - |
| CMYK | 0.05 | 0.11 | 0 | 0 |
| HSL | 275.17º | 1% | 0.94% | - |
| HSV(B) | 275.17º | 0.11% | 1% | - |
| XYZ | 82.21 | 80.67 | 105.85 | - |
| YUV | 234.39 | 139.63 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 226 | 255 | 0.05 | 0.11 | 0 | 0 | 275.17 | 1 | 0.94 |
| Hex | F3 | E2 | FF | 5 | B | 0 | 0 | 113 | 64 | 5E |
| Octal | 363 | 342 | 377 | 5 | 13 | 0 | 0 | 423 | 144 | 136 |
| Binary | 11110011 | 11100010 | 11111111 | 101 | 1011 | 0 | 0 | 100010011 | 1100100 | 1011110 |
Color Harmonies of #F3E2FF
Complementary color
Monochromatic Colors of #F3E2FF
Black with #F3E2FF
Text Example
Text Example
White with #F3E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E2FF; }
p { color: rgb(243,226,255); }
H1.HeaderClassName
{
color: #F3E2FF;
}
.AnyTagClassName
{
color: #F3E2FF;
}
</style>
background-color css
<style>
a { background-color: #F3E2FF; }
a { background-color: rgb(243,226,255); }
div.DivClassName
{
background-color: #F3E2FF;
}
.BgClassName
{
background-color: #F3E2FF;
}
</style>
border-color css
<style>
span { border-color: #F3E2FF; }
span { border-color: rgb(243,226,255); }
td.TdClassName
{
border-color: #F3E2FF;
}
.TagClassName
{
border-color: #F3E2FF;
}
</style>