Shades of Magnolia #F2E2FF
Tints of Magnolia #F2E2FF
RGB
CMYK
RGB Variations
Color information
#F2E2FF (or 0xF2E2FF) is known color: Magnolia. HEX triplet: F2, E2 and FF. RGB value is (242,226,255). Sum of RGB (Red+Green+Blue) = 242+226+255=723 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.47% from 723); Green value is 226 (88.67% from 255 or 31.26% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2E2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E2FF is #0D1D00. Grayscale: #E9E9E9. Windows color (decimal): -859393 or 16769778. OLE color: 16769778.
HSL color Cylindrical-coordinate representation of color #F2E2FF: hue angle of 273.1º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2E2FF is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 226 | 255 | - |
| CMYK | 0.05 | 0.11 | 0 | 0 |
| HSL | 273.1º | 1% | 0.94% | - |
| HSV(B) | 273.1º | 0.11% | 1% | - |
| XYZ | 81.86 | 80.49 | 105.83 | - |
| YUV | 234.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 255 | 0.05 | 0.11 | 0 | 0 | 273.1 | 1 | 0.94 |
| Hex | F2 | E2 | FF | 5 | B | 0 | 0 | 111 | 64 | 5E |
| Octal | 362 | 342 | 377 | 5 | 13 | 0 | 0 | 421 | 144 | 136 |
| Binary | 11110010 | 11100010 | 11111111 | 101 | 1011 | 0 | 0 | 100010001 | 1100100 | 1011110 |
Color Harmonies of #F2E2FF
Complementary color
Monochromatic Colors of #F2E2FF
Black with #F2E2FF
Text Example
Text Example
White with #F2E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E2FF; }
p { color: rgb(242,226,255); }
H1.HeaderClassName
{
color: #F2E2FF;
}
.AnyTagClassName
{
color: #F2E2FF;
}
</style>
background-color css
<style>
a { background-color: #F2E2FF; }
a { background-color: rgb(242,226,255); }
div.DivClassName
{
background-color: #F2E2FF;
}
.BgClassName
{
background-color: #F2E2FF;
}
</style>
border-color css
<style>
span { border-color: #F2E2FF; }
span { border-color: rgb(242,226,255); }
td.TdClassName
{
border-color: #F2E2FF;
}
.TagClassName
{
border-color: #F2E2FF;
}
</style>