Shades of Magnolia #F2EDFF
Tints of Magnolia #F2EDFF
RGB
CMYK
RGB Variations
Color information
#F2EDFF (or 0xF2EDFF) is known color: Magnolia. HEX triplet: F2, ED and FF. RGB value is (242,237,255). Sum of RGB (Red+Green+Blue) = 242+237+255=734 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.97% from 734); Green value is 237 (92.97% from 255 or 32.29% from 734); Blue value is 255 (100% from 255 or 34.74% from 734); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2EDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EDFF is #0D1200. Grayscale: #F0F0F0. Windows color (decimal): -856577 or 16772594. OLE color: 16772594.
HSL color Cylindrical-coordinate representation of color #F2EDFF: hue angle of 256.67º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2EDFF is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 237 | 255 | - |
| CMYK | 0.05 | 0.07 | 0 | 0 |
| HSL | 256.67º | 1% | 0.96% | - |
| HSV(B) | 256.67º | 0.07% | 1% | - |
| XYZ | 84.95 | 86.67 | 106.86 | - |
| YUV | 240.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 255 | 0.05 | 0.07 | 0 | 0 | 256.67 | 1 | 0.96 |
| Hex | F2 | ED | FF | 5 | 7 | 0 | 0 | 101 | 64 | 60 |
| Octal | 362 | 355 | 377 | 5 | 7 | 0 | 0 | 401 | 144 | 140 |
| Binary | 11110010 | 11101101 | 11111111 | 101 | 111 | 0 | 0 | 100000001 | 1100100 | 1100000 |
Color Harmonies of #F2EDFF
Complementary color
Monochromatic Colors of #F2EDFF
Black with #F2EDFF
Text Example
Text Example
White with #F2EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EDFF; }
p { color: rgb(242,237,255); }
H1.HeaderClassName
{
color: #F2EDFF;
}
.AnyTagClassName
{
color: #F2EDFF;
}
</style>
background-color css
<style>
a { background-color: #F2EDFF; }
a { background-color: rgb(242,237,255); }
div.DivClassName
{
background-color: #F2EDFF;
}
.BgClassName
{
background-color: #F2EDFF;
}
</style>
border-color css
<style>
span { border-color: #F2EDFF; }
span { border-color: rgb(242,237,255); }
td.TdClassName
{
border-color: #F2EDFF;
}
.TagClassName
{
border-color: #F2EDFF;
}
</style>