Shades of Magnolia #F2ECFE
Tints of Magnolia #F2ECFE
RGB
CMYK
RGB Variations
Color information
#F2ECFE (or 0xF2ECFE) is known color: Magnolia. HEX triplet: F2, EC and FE. RGB value is (242,236,254). Sum of RGB (Red+Green+Blue) = 242+236+254=732 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.06% from 732); Green value is 236 (92.58% from 255 or 32.24% from 732); Blue value is 254 (99.61% from 255 or 34.70% from 732); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2ECFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2ECFE is #0D1301. Grayscale: #EFEFEF. Windows color (decimal): -856834 or 16706802. OLE color: 16706802.
HSL color Cylindrical-coordinate representation of color #F2ECFE: hue angle of 260º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2ECFE is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 236 | 254 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.00 |
| HSL | 260º | 0.9% | 0.96% | - |
| HSV(B) | 260º | 0.07% | 1% | - |
| XYZ | 84.5 | 86.02 | 105.92 | - |
| YUV | 239.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 254 | 0.05 | 0.07 | 0 | 0.00 | 260 | 0.9 | 0.96 |
| Hex | F2 | EC | FE | 5 | 7 | 0 | 0 | 104 | 5A | 60 |
| Octal | 362 | 354 | 376 | 5 | 7 | 0 | 0 | 404 | 132 | 140 |
| Binary | 11110010 | 11101100 | 11111110 | 101 | 111 | 0 | 0 | 100000100 | 1011010 | 1100000 |
Color Harmonies of #F2ECFE
Complementary color
Monochromatic Colors of #F2ECFE
Black with #F2ECFE
Text Example
Text Example
White with #F2ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ECFE; }
p { color: rgb(242,236,254); }
H1.HeaderClassName
{
color: #F2ECFE;
}
.AnyTagClassName
{
color: #F2ECFE;
}
</style>
background-color css
<style>
a { background-color: #F2ECFE; }
a { background-color: rgb(242,236,254); }
div.DivClassName
{
background-color: #F2ECFE;
}
.BgClassName
{
background-color: #F2ECFE;
}
</style>
border-color css
<style>
span { border-color: #F2ECFE; }
span { border-color: rgb(242,236,254); }
td.TdClassName
{
border-color: #F2ECFE;
}
.TagClassName
{
border-color: #F2ECFE;
}
</style>