Shades of Magnolia #F2EEF9
Tints of Magnolia #F2EEF9
RGB
CMYK
RGB Variations
Color information
#F2EEF9 (or 0xF2EEF9) is known color: Magnolia. HEX triplet: F2, EE and F9. RGB value is (242,238,249). Sum of RGB (Red+Green+Blue) = 242+238+249=729 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.20% from 729); Green value is 238 (93.36% from 255 or 32.65% from 729); Blue value is 249 (97.66% from 255 or 34.16% from 729); Max value from RGB is 249 - color contains mainly: blue. Hex color #F2EEF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EEF9 is #0D1106. Grayscale: #F0F0F0. Windows color (decimal): -856327 or 16379634. OLE color: 16379634.
HSL color Cylindrical-coordinate representation of color #F2EEF9: hue angle of 261.82º degrees, saturation: 0.48, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F2EEF9 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 238 | 249 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.02 |
| HSL | 261.82º | 0.48% | 0.95% | - |
| HSV(B) | 261.82º | 0.04% | 0.98% | - |
| XYZ | 84.29 | 86.87 | 101.95 | - |
| YUV | 240.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 249 | 0.03 | 0.04 | 0 | 0.02 | 261.82 | 0.48 | 0.95 |
| Hex | F2 | EE | F9 | 3 | 4 | 0 | 2 | 106 | 30 | 5F |
| Octal | 362 | 356 | 371 | 3 | 4 | 0 | 2 | 406 | 60 | 137 |
| Binary | 11110010 | 11101110 | 11111001 | 11 | 100 | 0 | 10 | 100000110 | 110000 | 1011111 |
Color Harmonies of #F2EEF9
Complementary color
Monochromatic Colors of #F2EEF9
Black with #F2EEF9
Text Example
Text Example
White with #F2EEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEF9; }
p { color: rgb(242,238,249); }
H1.HeaderClassName
{
color: #F2EEF9;
}
.AnyTagClassName
{
color: #F2EEF9;
}
</style>
background-color css
<style>
a { background-color: #F2EEF9; }
a { background-color: rgb(242,238,249); }
div.DivClassName
{
background-color: #F2EEF9;
}
.BgClassName
{
background-color: #F2EEF9;
}
</style>
border-color css
<style>
span { border-color: #F2EEF9; }
span { border-color: rgb(242,238,249); }
td.TdClassName
{
border-color: #F2EEF9;
}
.TagClassName
{
border-color: #F2EEF9;
}
</style>