Shades of Magnolia #F2E1FF
Tints of Magnolia #F2E1FF
RGB
CMYK
RGB Variations
Color information
#F2E1FF (or 0xF2E1FF) is known color: Magnolia. HEX triplet: F2, E1 and FF. RGB value is (242,225,255). Sum of RGB (Red+Green+Blue) = 242+225+255=722 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.52% from 722); Green value is 225 (88.28% from 255 or 31.16% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2E1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E1FF is #0D1E00. Grayscale: #E9E9E9. Windows color (decimal): -859649 or 16769522. OLE color: 16769522.
HSL color Cylindrical-coordinate representation of color #F2E1FF: hue angle of 274º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2E1FF is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 225 | 255 | - |
| CMYK | 0.05 | 0.12 | 0 | 0 |
| HSL | 274º | 1% | 0.94% | - |
| HSV(B) | 274º | 0.12% | 1% | - |
| XYZ | 81.59 | 79.95 | 105.74 | - |
| YUV | 233.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 255 | 0.05 | 0.12 | 0 | 0 | 274 | 1 | 0.94 |
| Hex | F2 | E1 | FF | 5 | C | 0 | 0 | 112 | 64 | 5E |
| Octal | 362 | 341 | 377 | 5 | 14 | 0 | 0 | 422 | 144 | 136 |
| Binary | 11110010 | 11100001 | 11111111 | 101 | 1100 | 0 | 0 | 100010010 | 1100100 | 1011110 |
Color Harmonies of #F2E1FF
Complementary color
Monochromatic Colors of #F2E1FF
Black with #F2E1FF
Text Example
Text Example
White with #F2E1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1FF; }
p { color: rgb(242,225,255); }
H1.HeaderClassName
{
color: #F2E1FF;
}
.AnyTagClassName
{
color: #F2E1FF;
}
</style>
background-color css
<style>
a { background-color: #F2E1FF; }
a { background-color: rgb(242,225,255); }
div.DivClassName
{
background-color: #F2E1FF;
}
.BgClassName
{
background-color: #F2E1FF;
}
</style>
border-color css
<style>
span { border-color: #F2E1FF; }
span { border-color: rgb(242,225,255); }
td.TdClassName
{
border-color: #F2E1FF;
}
.TagClassName
{
border-color: #F2E1FF;
}
</style>