Shades of Magnolia #F2E4FF
Tints of Magnolia #F2E4FF
RGB
CMYK
RGB Variations
Color information
#F2E4FF (or 0xF2E4FF) is known color: Magnolia. HEX triplet: F2, E4 and FF. RGB value is (242,228,255). Sum of RGB (Red+Green+Blue) = 242+228+255=725 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.38% from 725); Green value is 228 (89.45% from 255 or 31.45% from 725); Blue value is 255 (100% from 255 or 35.17% from 725); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2E4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E4FF is #0D1B00. Grayscale: #EBEBEB. Windows color (decimal): -858881 or 16770290. OLE color: 16770290.
HSL color Cylindrical-coordinate representation of color #F2E4FF: hue angle of 271.11º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2E4FF is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 228 | 255 | - |
| CMYK | 0.05 | 0.11 | 0 | 0 |
| HSL | 271.11º | 1% | 0.95% | - |
| HSV(B) | 271.11º | 0.11% | 1% | - |
| XYZ | 82.41 | 81.58 | 106.01 | - |
| YUV | 235.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 228 | 255 | 0.05 | 0.11 | 0 | 0 | 271.11 | 1 | 0.95 |
| Hex | F2 | E4 | FF | 5 | B | 0 | 0 | 10F | 64 | 5F |
| Octal | 362 | 344 | 377 | 5 | 13 | 0 | 0 | 417 | 144 | 137 |
| Binary | 11110010 | 11100100 | 11111111 | 101 | 1011 | 0 | 0 | 100001111 | 1100100 | 1011111 |
Color Harmonies of #F2E4FF
Complementary color
Monochromatic Colors of #F2E4FF
Black with #F2E4FF
Text Example
Text Example
White with #F2E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E4FF; }
p { color: rgb(242,228,255); }
H1.HeaderClassName
{
color: #F2E4FF;
}
.AnyTagClassName
{
color: #F2E4FF;
}
</style>
background-color css
<style>
a { background-color: #F2E4FF; }
a { background-color: rgb(242,228,255); }
div.DivClassName
{
background-color: #F2E4FF;
}
.BgClassName
{
background-color: #F2E4FF;
}
</style>
border-color css
<style>
span { border-color: #F2E4FF; }
span { border-color: rgb(242,228,255); }
td.TdClassName
{
border-color: #F2E4FF;
}
.TagClassName
{
border-color: #F2E4FF;
}
</style>