Shades of Magnolia #F3E5FF
Tints of Magnolia #F3E5FF
RGB
CMYK
RGB Variations
Color information
#F3E5FF (or 0xF3E5FF) is known color: Magnolia. HEX triplet: F3, E5 and FF. RGB value is (243,229,255). Sum of RGB (Red+Green+Blue) = 243+229+255=727 (96% of max value = 765). Red value is 243 (95.31% from 255 or 33.43% from 727); Green value is 229 (89.84% from 255 or 31.50% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3E5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3E5FF is #0C1A00. Grayscale: #ECECEC. Windows color (decimal): -793089 or 16770547. OLE color: 16770547.
HSL color Cylindrical-coordinate representation of color #F3E5FF: hue angle of 272.31º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3E5FF is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 243 | 229 | 255 | - |
CMYK | 0.05 | 0.10 | 0 | 0 |
HSL | 272.31º | 1% | 0.95% | - |
HSV(B) | 272.31º | 0.1% | 1% | - |
XYZ | 83.03 | 82.31 | 106.12 | - |
YUV | 236.15 | 138.64 | 132.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 229 | 255 | 0.05 | 0.10 | 0 | 0 | 272.31 | 1 | 0.95 |
Hex | F3 | E5 | FF | 5 | A | 0 | 0 | 110 | 64 | 5F |
Octal | 363 | 345 | 377 | 5 | 12 | 0 | 0 | 420 | 144 | 137 |
Binary | 11110011 | 11100101 | 11111111 | 101 | 1010 | 0 | 0 | 100010000 | 1100100 | 1011111 |
Color Harmonies of #F3E5FF
Complementary color
Monochromatic Colors of #F3E5FF
Black with #F3E5FF
Text Example
Text Example
White with #F3E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E5FF; }
p { color: rgb(243,229,255); }
H1.HeaderClassName
{
color: #F3E5FF;
}
.AnyTagClassName
{
color: #F3E5FF;
}
</style>
background-color css
<style>
a { background-color: #F3E5FF; }
a { background-color: rgb(243,229,255); }
div.DivClassName
{
background-color: #F3E5FF;
}
.BgClassName
{
background-color: #F3E5FF;
}
</style>
border-color css
<style>
span { border-color: #F3E5FF; }
span { border-color: rgb(243,229,255); }
td.TdClassName
{
border-color: #F3E5FF;
}
.TagClassName
{
border-color: #F3E5FF;
}
</style>