Shades of Magnolia #F2E7FD
Tints of Magnolia #F2E7FD
RGB
CMYK
RGB Variations
Color information
#F2E7FD (or 0xF2E7FD) is known color: Magnolia. HEX triplet: F2, E7 and FD. RGB value is (242,231,253). Sum of RGB (Red+Green+Blue) = 242+231+253=726 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.33% from 726); Green value is 231 (90.62% from 255 or 31.82% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2E7FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E7FD is #0D1802. Grayscale: #ECECEC. Windows color (decimal): -858115 or 16639986. OLE color: 16639986.
HSL color Cylindrical-coordinate representation of color #F2E7FD: hue angle of 270º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2E7FD is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 231 | 253 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.01 |
| HSL | 270º | 0.85% | 0.95% | - |
| HSV(B) | 270º | 0.09% | 0.99% | - |
| XYZ | 82.92 | 83.12 | 104.6 | - |
| YUV | 236.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 253 | 0.04 | 0.09 | 0 | 0.01 | 270 | 0.85 | 0.95 |
| Hex | F2 | E7 | FD | 4 | 9 | 0 | 1 | 10E | 55 | 5F |
| Octal | 362 | 347 | 375 | 4 | 11 | 0 | 1 | 416 | 125 | 137 |
| Binary | 11110010 | 11100111 | 11111101 | 100 | 1001 | 0 | 1 | 100001110 | 1010101 | 1011111 |
Color Harmonies of #F2E7FD
Complementary color
Monochromatic Colors of #F2E7FD
Black with #F2E7FD
Text Example
Text Example
White with #F2E7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E7FD; }
p { color: rgb(242,231,253); }
H1.HeaderClassName
{
color: #F2E7FD;
}
.AnyTagClassName
{
color: #F2E7FD;
}
</style>
background-color css
<style>
a { background-color: #F2E7FD; }
a { background-color: rgb(242,231,253); }
div.DivClassName
{
background-color: #F2E7FD;
}
.BgClassName
{
background-color: #F2E7FD;
}
</style>
border-color css
<style>
span { border-color: #F2E7FD; }
span { border-color: rgb(242,231,253); }
td.TdClassName
{
border-color: #F2E7FD;
}
.TagClassName
{
border-color: #F2E7FD;
}
</style>