Shades of Magnolia #F7ECFF
Tints of Magnolia #F7ECFF
RGB
CMYK
RGB Variations
Color information
#F7ECFF (or 0xF7ECFF) is known color: Magnolia. HEX triplet: F7, EC and FF. RGB value is (247,236,255). Sum of RGB (Red+Green+Blue) = 247+236+255=738 (97% of max value = 765). Red value is 247 (96.88% from 255 or 33.47% from 738); Green value is 236 (92.58% from 255 or 31.98% from 738); Blue value is 255 (100% from 255 or 34.55% from 738); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7ECFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7ECFF is #081300. Grayscale: #F1F1F1. Windows color (decimal): -529153 or 16772343. OLE color: 16772343.
HSL color Cylindrical-coordinate representation of color #F7ECFF: hue angle of 274.74º 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 #F7ECFF is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 236 | 255 | - |
| CMYK | 0.03 | 0.07 | 0 | 0 |
| HSL | 274.74º | 1% | 0.96% | - |
| HSV(B) | 274.74º | 0.07% | 1% | - |
| XYZ | 86.4 | 86.99 | 106.84 | - |
| YUV | 241.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 236 | 255 | 0.03 | 0.07 | 0 | 0 | 274.74 | 1 | 0.96 |
| Hex | F7 | EC | FF | 3 | 7 | 0 | 0 | 113 | 64 | 60 |
| Octal | 367 | 354 | 377 | 3 | 7 | 0 | 0 | 423 | 144 | 140 |
| Binary | 11110111 | 11101100 | 11111111 | 11 | 111 | 0 | 0 | 100010011 | 1100100 | 1100000 |
Color Harmonies of #F7ECFF
Complementary color
Monochromatic Colors of #F7ECFF
Black with #F7ECFF
Text Example
Text Example
White with #F7ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ECFF; }
p { color: rgb(247,236,255); }
H1.HeaderClassName
{
color: #F7ECFF;
}
.AnyTagClassName
{
color: #F7ECFF;
}
</style>
background-color css
<style>
a { background-color: #F7ECFF; }
a { background-color: rgb(247,236,255); }
div.DivClassName
{
background-color: #F7ECFF;
}
.BgClassName
{
background-color: #F7ECFF;
}
</style>
border-color css
<style>
span { border-color: #F7ECFF; }
span { border-color: rgb(247,236,255); }
td.TdClassName
{
border-color: #F7ECFF;
}
.TagClassName
{
border-color: #F7ECFF;
}
</style>