Shades of Magnolia #F2EEF8
Tints of Magnolia #F2EEF8
RGB
CMYK
RGB Variations
Color information
#F2EEF8 (or 0xF2EEF8) is known color: Magnolia. HEX triplet: F2, EE and F8. RGB value is (242,238,248). Sum of RGB (Red+Green+Blue) = 242+238+248=728 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.24% from 728); Green value is 238 (93.36% from 255 or 32.69% from 728); Blue value is 248 (97.27% from 255 or 34.07% from 728); Max value from RGB is 248 - color contains mainly: blue. Hex color #F2EEF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EEF8 is #0D1107. Grayscale: #F0F0F0. Windows color (decimal): -856328 or 16314098. OLE color: 16314098.
HSL color Cylindrical-coordinate representation of color #F2EEF8: hue angle of 264º degrees, saturation: 0.42, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F2EEF8 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 238 | 248 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.03 |
| HSL | 264º | 0.42% | 0.95% | - |
| HSV(B) | 264º | 0.04% | 0.97% | - |
| XYZ | 84.14 | 86.8 | 101.13 | - |
| YUV | 240.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 248 | 0.02 | 0.04 | 0 | 0.03 | 264 | 0.42 | 0.95 |
| Hex | F2 | EE | F8 | 2 | 4 | 0 | 3 | 108 | 2A | 5F |
| Octal | 362 | 356 | 370 | 2 | 4 | 0 | 3 | 410 | 52 | 137 |
| Binary | 11110010 | 11101110 | 11111000 | 10 | 100 | 0 | 11 | 100001000 | 101010 | 1011111 |
Color Harmonies of #F2EEF8
Complementary color
Monochromatic Colors of #F2EEF8
Black with #F2EEF8
Text Example
Text Example
White with #F2EEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEF8; }
p { color: rgb(242,238,248); }
H1.HeaderClassName
{
color: #F2EEF8;
}
.AnyTagClassName
{
color: #F2EEF8;
}
</style>
background-color css
<style>
a { background-color: #F2EEF8; }
a { background-color: rgb(242,238,248); }
div.DivClassName
{
background-color: #F2EEF8;
}
.BgClassName
{
background-color: #F2EEF8;
}
</style>
border-color css
<style>
span { border-color: #F2EEF8; }
span { border-color: rgb(242,238,248); }
td.TdClassName
{
border-color: #F2EEF8;
}
.TagClassName
{
border-color: #F2EEF8;
}
</style>