Shades of Magnolia #F5ECFF
Tints of Magnolia #F5ECFF
RGB
CMYK
RGB Variations
Color information
#F5ECFF (or 0xF5ECFF) is known color: Magnolia. HEX triplet: F5, EC and FF. RGB value is (245,236,255). Sum of RGB (Red+Green+Blue) = 245+236+255=736 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.29% from 736); Green value is 236 (92.58% from 255 or 32.07% from 736); Blue value is 255 (100% from 255 or 34.65% from 736); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5ECFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5ECFF is #0A1300. Grayscale: #F0F0F0. Windows color (decimal): -660225 or 16772341. OLE color: 16772341.
HSL color Cylindrical-coordinate representation of color #F5ECFF: hue angle of 268.42º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F5ECFF is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 236 | 255 | - |
| CMYK | 0.04 | 0.07 | 0 | 0 |
| HSL | 268.42º | 1% | 0.96% | - |
| HSV(B) | 268.42º | 0.07% | 1% | - |
| XYZ | 85.7 | 86.62 | 106.81 | - |
| YUV | 240.86 | 135.98 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 255 | 0.04 | 0.07 | 0 | 0 | 268.42 | 1 | 0.96 |
| Hex | F5 | EC | FF | 4 | 7 | 0 | 0 | 10C | 64 | 60 |
| Octal | 365 | 354 | 377 | 4 | 7 | 0 | 0 | 414 | 144 | 140 |
| Binary | 11110101 | 11101100 | 11111111 | 100 | 111 | 0 | 0 | 100001100 | 1100100 | 1100000 |
Color Harmonies of #F5ECFF
Complementary color
Monochromatic Colors of #F5ECFF
Black with #F5ECFF
Text Example
Text Example
White with #F5ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ECFF; }
p { color: rgb(245,236,255); }
H1.HeaderClassName
{
color: #F5ECFF;
}
.AnyTagClassName
{
color: #F5ECFF;
}
</style>
background-color css
<style>
a { background-color: #F5ECFF; }
a { background-color: rgb(245,236,255); }
div.DivClassName
{
background-color: #F5ECFF;
}
.BgClassName
{
background-color: #F5ECFF;
}
</style>
border-color css
<style>
span { border-color: #F5ECFF; }
span { border-color: rgb(245,236,255); }
td.TdClassName
{
border-color: #F5ECFF;
}
.TagClassName
{
border-color: #F5ECFF;
}
</style>