Shades of Magnolia #F2ECF7
Tints of Magnolia #F2ECF7
RGB
CMYK
RGB Variations
Color information
#F2ECF7 (or 0xF2ECF7) is known color: Magnolia. HEX triplet: F2, EC and F7. RGB value is (242,236,247). Sum of RGB (Red+Green+Blue) = 242+236+247=725 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.38% from 725); Green value is 236 (92.58% from 255 or 32.55% from 725); Blue value is 247 (96.88% from 255 or 34.07% from 725); Max value from RGB is 247 - color contains mainly: blue. Hex color #F2ECF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2ECF7 is #0D1308. Grayscale: #EFEFEF. Windows color (decimal): -856841 or 16248050. OLE color: 16248050.
HSL color Cylindrical-coordinate representation of color #F2ECF7: hue angle of 272.73º degrees, saturation: 0.41, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F2ECF7 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 236 | 247 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.03 |
| HSL | 272.73º | 0.41% | 0.95% | - |
| HSV(B) | 272.73º | 0.04% | 0.97% | - |
| XYZ | 83.4 | 85.58 | 100.12 | - |
| YUV | 239.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 247 | 0.02 | 0.04 | 0 | 0.03 | 272.73 | 0.41 | 0.95 |
| Hex | F2 | EC | F7 | 2 | 4 | 0 | 3 | 111 | 29 | 5F |
| Octal | 362 | 354 | 367 | 2 | 4 | 0 | 3 | 421 | 51 | 137 |
| Binary | 11110010 | 11101100 | 11110111 | 10 | 100 | 0 | 11 | 100010001 | 101001 | 1011111 |
Color Harmonies of #F2ECF7
Complementary color
Monochromatic Colors of #F2ECF7
Black with #F2ECF7
Text Example
Text Example
White with #F2ECF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ECF7; }
p { color: rgb(242,236,247); }
H1.HeaderClassName
{
color: #F2ECF7;
}
.AnyTagClassName
{
color: #F2ECF7;
}
</style>
background-color css
<style>
a { background-color: #F2ECF7; }
a { background-color: rgb(242,236,247); }
div.DivClassName
{
background-color: #F2ECF7;
}
.BgClassName
{
background-color: #F2ECF7;
}
</style>
border-color css
<style>
span { border-color: #F2ECF7; }
span { border-color: rgb(242,236,247); }
td.TdClassName
{
border-color: #F2ECF7;
}
.TagClassName
{
border-color: #F2ECF7;
}
</style>