Shades of Magnolia #F2EEFA
Tints of Magnolia #F2EEFA
RGB
CMYK
RGB Variations
Color information
#F2EEFA (or 0xF2EEFA) is known color: Magnolia. HEX triplet: F2, EE and FA. RGB value is (242,238,250). Sum of RGB (Red+Green+Blue) = 242+238+250=730 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.15% from 730); Green value is 238 (93.36% from 255 or 32.60% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2EEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EEFA is #0D1105. Grayscale: #F0F0F0. Windows color (decimal): -856326 or 16445170. OLE color: 16445170.
HSL color Cylindrical-coordinate representation of color #F2EEFA: hue angle of 260º degrees, saturation: 0.55, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2EEFA is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 238 | 250 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.02 |
| HSL | 260º | 0.55% | 0.96% | - |
| HSV(B) | 260º | 0.05% | 0.98% | - |
| XYZ | 84.45 | 86.93 | 102.77 | - |
| YUV | 240.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 250 | 0.03 | 0.05 | 0 | 0.02 | 260 | 0.55 | 0.96 |
| Hex | F2 | EE | FA | 3 | 5 | 0 | 2 | 104 | 37 | 60 |
| Octal | 362 | 356 | 372 | 3 | 5 | 0 | 2 | 404 | 67 | 140 |
| Binary | 11110010 | 11101110 | 11111010 | 11 | 101 | 0 | 10 | 100000100 | 110111 | 1100000 |
Color Harmonies of #F2EEFA
Complementary color
Monochromatic Colors of #F2EEFA
Black with #F2EEFA
Text Example
Text Example
White with #F2EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEFA; }
p { color: rgb(242,238,250); }
H1.HeaderClassName
{
color: #F2EEFA;
}
.AnyTagClassName
{
color: #F2EEFA;
}
</style>
background-color css
<style>
a { background-color: #F2EEFA; }
a { background-color: rgb(242,238,250); }
div.DivClassName
{
background-color: #F2EEFA;
}
.BgClassName
{
background-color: #F2EEFA;
}
</style>
border-color css
<style>
span { border-color: #F2EEFA; }
span { border-color: rgb(242,238,250); }
td.TdClassName
{
border-color: #F2EEFA;
}
.TagClassName
{
border-color: #F2EEFA;
}
</style>