Shades of Magnolia #F2E2FE
Tints of Magnolia #F2E2FE
RGB
CMYK
RGB Variations
Color information
#F2E2FE (or 0xF2E2FE) is known color: Magnolia. HEX triplet: F2, E2 and FE. RGB value is (242,226,254). Sum of RGB (Red+Green+Blue) = 242+226+254=722 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.52% from 722); Green value is 226 (88.67% from 255 or 31.30% from 722); Blue value is 254 (99.61% from 255 or 35.18% from 722); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2E2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E2FE is #0D1D01. Grayscale: #E9E9E9. Windows color (decimal): -859394 or 16704242. OLE color: 16704242.
HSL color Cylindrical-coordinate representation of color #F2E2FE: hue angle of 274.29º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2E2FE is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 226 | 254 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.00 |
| HSL | 274.29º | 0.93% | 0.94% | - |
| HSV(B) | 274.29º | 0.11% | 1% | - |
| XYZ | 81.7 | 80.43 | 104.98 | - |
| YUV | 233.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 254 | 0.05 | 0.11 | 0 | 0.00 | 274.29 | 0.93 | 0.94 |
| Hex | F2 | E2 | FE | 5 | B | 0 | 0 | 112 | 5D | 5E |
| Octal | 362 | 342 | 376 | 5 | 13 | 0 | 0 | 422 | 135 | 136 |
| Binary | 11110010 | 11100010 | 11111110 | 101 | 1011 | 0 | 0 | 100010010 | 1011101 | 1011110 |
Color Harmonies of #F2E2FE
Complementary color
Monochromatic Colors of #F2E2FE
Black with #F2E2FE
Text Example
Text Example
White with #F2E2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E2FE; }
p { color: rgb(242,226,254); }
H1.HeaderClassName
{
color: #F2E2FE;
}
.AnyTagClassName
{
color: #F2E2FE;
}
</style>
background-color css
<style>
a { background-color: #F2E2FE; }
a { background-color: rgb(242,226,254); }
div.DivClassName
{
background-color: #F2E2FE;
}
.BgClassName
{
background-color: #F2E2FE;
}
</style>
border-color css
<style>
span { border-color: #F2E2FE; }
span { border-color: rgb(242,226,254); }
td.TdClassName
{
border-color: #F2E2FE;
}
.TagClassName
{
border-color: #F2E2FE;
}
</style>