Shades of Magnolia #F2ECFD
Tints of Magnolia #F2ECFD
RGB
CMYK
RGB Variations
Color information
#F2ECFD (or 0xF2ECFD) is known color: Magnolia. HEX triplet: F2, EC and FD. RGB value is (242,236,253). Sum of RGB (Red+Green+Blue) = 242+236+253=731 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.11% from 731); Green value is 236 (92.58% from 255 or 32.28% from 731); Blue value is 253 (99.22% from 255 or 34.61% from 731); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2ECFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2ECFD is #0D1302. Grayscale: #EFEFEF. Windows color (decimal): -856835 or 16641266. OLE color: 16641266.
HSL color Cylindrical-coordinate representation of color #F2ECFD: hue angle of 261.18º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2ECFD is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 236 | 253 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.01 |
| HSL | 261.18º | 0.81% | 0.96% | - |
| HSV(B) | 261.18º | 0.07% | 0.99% | - |
| XYZ | 84.34 | 85.96 | 105.08 | - |
| YUV | 239.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 253 | 0.04 | 0.07 | 0 | 0.01 | 261.18 | 0.81 | 0.96 |
| Hex | F2 | EC | FD | 4 | 7 | 0 | 1 | 105 | 51 | 60 |
| Octal | 362 | 354 | 375 | 4 | 7 | 0 | 1 | 405 | 121 | 140 |
| Binary | 11110010 | 11101100 | 11111101 | 100 | 111 | 0 | 1 | 100000101 | 1010001 | 1100000 |
Color Harmonies of #F2ECFD
Complementary color
Monochromatic Colors of #F2ECFD
Black with #F2ECFD
Text Example
Text Example
White with #F2ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ECFD; }
p { color: rgb(242,236,253); }
H1.HeaderClassName
{
color: #F2ECFD;
}
.AnyTagClassName
{
color: #F2ECFD;
}
</style>
background-color css
<style>
a { background-color: #F2ECFD; }
a { background-color: rgb(242,236,253); }
div.DivClassName
{
background-color: #F2ECFD;
}
.BgClassName
{
background-color: #F2ECFD;
}
</style>
border-color css
<style>
span { border-color: #F2ECFD; }
span { border-color: rgb(242,236,253); }
td.TdClassName
{
border-color: #F2ECFD;
}
.TagClassName
{
border-color: #F2ECFD;
}
</style>