Shades of Magnolia #F2E5FF
Tints of Magnolia #F2E5FF
RGB
CMYK
RGB Variations
Color information
#F2E5FF (or 0xF2E5FF) is known color: Magnolia. HEX triplet: F2, E5 and FF. RGB value is (242,229,255). Sum of RGB (Red+Green+Blue) = 242+229+255=726 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.33% from 726); Green value is 229 (89.84% from 255 or 31.54% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2E5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E5FF is #0D1A00. Grayscale: #EBEBEB. Windows color (decimal): -858625 or 16770546. OLE color: 16770546.
HSL color Cylindrical-coordinate representation of color #F2E5FF: hue angle of 270º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2E5FF is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 229 | 255 | - |
| CMYK | 0.05 | 0.10 | 0 | 0 |
| HSL | 270º | 1% | 0.95% | - |
| HSV(B) | 270º | 0.1% | 1% | - |
| XYZ | 82.69 | 82.14 | 106.1 | - |
| YUV | 235.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 255 | 0.05 | 0.10 | 0 | 0 | 270 | 1 | 0.95 |
| Hex | F2 | E5 | FF | 5 | A | 0 | 0 | 10E | 64 | 5F |
| Octal | 362 | 345 | 377 | 5 | 12 | 0 | 0 | 416 | 144 | 137 |
| Binary | 11110010 | 11100101 | 11111111 | 101 | 1010 | 0 | 0 | 100001110 | 1100100 | 1011111 |
Color Harmonies of #F2E5FF
Complementary color
Monochromatic Colors of #F2E5FF
Black with #F2E5FF
Text Example
Text Example
White with #F2E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E5FF; }
p { color: rgb(242,229,255); }
H1.HeaderClassName
{
color: #F2E5FF;
}
.AnyTagClassName
{
color: #F2E5FF;
}
</style>
background-color css
<style>
a { background-color: #F2E5FF; }
a { background-color: rgb(242,229,255); }
div.DivClassName
{
background-color: #F2E5FF;
}
.BgClassName
{
background-color: #F2E5FF;
}
</style>
border-color css
<style>
span { border-color: #F2E5FF; }
span { border-color: rgb(242,229,255); }
td.TdClassName
{
border-color: #F2E5FF;
}
.TagClassName
{
border-color: #F2E5FF;
}
</style>