Shades of Magnolia #F2EEFD
Tints of Magnolia #F2EEFD
RGB
CMYK
RGB Variations
Color information
#F2EEFD (or 0xF2EEFD) is known color: Magnolia. HEX triplet: F2, EE and FD. RGB value is (242,238,253). Sum of RGB (Red+Green+Blue) = 242+238+253=733 (97% of max value = 765). Red value is 242 (94.92% from 255 or 33.02% from 733); Green value is 238 (93.36% from 255 or 32.47% from 733); Blue value is 253 (99.22% from 255 or 34.52% from 733); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2EEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EEFD is #0D1102. Grayscale: #F0F0F0. Windows color (decimal): -856323 or 16641778. OLE color: 16641778.
HSL color Cylindrical-coordinate representation of color #F2EEFD: hue angle of 256º degrees, saturation: 0.79, 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 #F2EEFD is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 242 | 238 | 253 | - |
CMYK | 0.04 | 0.06 | 0 | 0.01 |
HSL | 256º | 0.79% | 0.96% | - |
HSV(B) | 256º | 0.06% | 0.99% | - |
XYZ | 84.92 | 87.12 | 105.27 | - |
YUV | 240.91 | 134.83 | 128.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 238 | 253 | 0.04 | 0.06 | 0 | 0.01 | 256 | 0.79 | 0.96 |
Hex | F2 | EE | FD | 4 | 6 | 0 | 1 | 100 | 4F | 60 |
Octal | 362 | 356 | 375 | 4 | 6 | 0 | 1 | 400 | 117 | 140 |
Binary | 11110010 | 11101110 | 11111101 | 100 | 110 | 0 | 1 | 100000000 | 1001111 | 1100000 |
Color Harmonies of #F2EEFD
Complementary color
Monochromatic Colors of #F2EEFD
Black with #F2EEFD
Text Example
Text Example
White with #F2EEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEFD; }
p { color: rgb(242,238,253); }
H1.HeaderClassName
{
color: #F2EEFD;
}
.AnyTagClassName
{
color: #F2EEFD;
}
</style>
background-color css
<style>
a { background-color: #F2EEFD; }
a { background-color: rgb(242,238,253); }
div.DivClassName
{
background-color: #F2EEFD;
}
.BgClassName
{
background-color: #F2EEFD;
}
</style>
border-color css
<style>
span { border-color: #F2EEFD; }
span { border-color: rgb(242,238,253); }
td.TdClassName
{
border-color: #F2EEFD;
}
.TagClassName
{
border-color: #F2EEFD;
}
</style>