Shades of Magnolia #F2EDFC
Tints of Magnolia #F2EDFC
RGB
CMYK
RGB Variations
Color information
#F2EDFC (or 0xF2EDFC) is known color: Magnolia. HEX triplet: F2, ED and FC. RGB value is (242,237,252). Sum of RGB (Red+Green+Blue) = 242+237+252=731 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.11% from 731); Green value is 237 (92.97% from 255 or 32.42% from 731); Blue value is 252 (98.83% from 255 or 34.47% from 731); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2EDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EDFC is #0D1203. Grayscale: #F0F0F0. Windows color (decimal): -856580 or 16575986. OLE color: 16575986.
HSL color Cylindrical-coordinate representation of color #F2EDFC: hue angle of 260º degrees, saturation: 0.71, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F2EDFC is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 237 | 252 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.01 |
| HSL | 260º | 0.71% | 0.96% | - |
| HSV(B) | 260º | 0.06% | 0.99% | - |
| XYZ | 84.47 | 86.47 | 104.33 | - |
| YUV | 240.21 | 134.66 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 252 | 0.04 | 0.06 | 0 | 0.01 | 260 | 0.71 | 0.96 |
| Hex | F2 | ED | FC | 4 | 6 | 0 | 1 | 104 | 47 | 60 |
| Octal | 362 | 355 | 374 | 4 | 6 | 0 | 1 | 404 | 107 | 140 |
| Binary | 11110010 | 11101101 | 11111100 | 100 | 110 | 0 | 1 | 100000100 | 1000111 | 1100000 |
Color Harmonies of #F2EDFC
Complementary color
Monochromatic Colors of #F2EDFC
Black with #F2EDFC
Text Example
Text Example
White with #F2EDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EDFC; }
p { color: rgb(242,237,252); }
H1.HeaderClassName
{
color: #F2EDFC;
}
.AnyTagClassName
{
color: #F2EDFC;
}
</style>
background-color css
<style>
a { background-color: #F2EDFC; }
a { background-color: rgb(242,237,252); }
div.DivClassName
{
background-color: #F2EDFC;
}
.BgClassName
{
background-color: #F2EDFC;
}
</style>
border-color css
<style>
span { border-color: #F2EDFC; }
span { border-color: rgb(242,237,252); }
td.TdClassName
{
border-color: #F2EDFC;
}
.TagClassName
{
border-color: #F2EDFC;
}
</style>