Shades of Magnolia #F3E5FD
Tints of Magnolia #F3E5FD
RGB
CMYK
RGB Variations
Color information
#F3E5FD (or 0xF3E5FD) is known color: Magnolia. HEX triplet: F3, E5 and FD. RGB value is (243,229,253). Sum of RGB (Red+Green+Blue) = 243+229+253=725 (96% of max value = 765). Red value is 243 (95.31% from 255 or 33.52% from 725); Green value is 229 (89.84% from 255 or 31.59% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 253 - color contains mainly: blue. Hex color #F3E5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3E5FD is #0C1A02. Grayscale: #EBEBEB. Windows color (decimal): -793091 or 16639475. OLE color: 16639475.
HSL color Cylindrical-coordinate representation of color #F3E5FD: hue angle of 275º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F3E5FD is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 243 | 229 | 253 | - |
CMYK | 0.04 | 0.09 | 0 | 0.01 |
HSL | 275º | 0.86% | 0.95% | - |
HSV(B) | 275º | 0.09% | 0.99% | - |
XYZ | 82.71 | 82.19 | 104.43 | - |
YUV | 235.92 | 137.64 | 133.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 229 | 253 | 0.04 | 0.09 | 0 | 0.01 | 275 | 0.86 | 0.95 |
Hex | F3 | E5 | FD | 4 | 9 | 0 | 1 | 113 | 56 | 5F |
Octal | 363 | 345 | 375 | 4 | 11 | 0 | 1 | 423 | 126 | 137 |
Binary | 11110011 | 11100101 | 11111101 | 100 | 1001 | 0 | 1 | 100010011 | 1010110 | 1011111 |
Color Harmonies of #F3E5FD
Complementary color
Monochromatic Colors of #F3E5FD
Black with #F3E5FD
Text Example
Text Example
White with #F3E5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E5FD; }
p { color: rgb(243,229,253); }
H1.HeaderClassName
{
color: #F3E5FD;
}
.AnyTagClassName
{
color: #F3E5FD;
}
</style>
background-color css
<style>
a { background-color: #F3E5FD; }
a { background-color: rgb(243,229,253); }
div.DivClassName
{
background-color: #F3E5FD;
}
.BgClassName
{
background-color: #F3E5FD;
}
</style>
border-color css
<style>
span { border-color: #F3E5FD; }
span { border-color: rgb(243,229,253); }
td.TdClassName
{
border-color: #F3E5FD;
}
.TagClassName
{
border-color: #F3E5FD;
}
</style>