Shades of Magnolia #F5EEFF
Tints of Magnolia #F5EEFF
RGB
CMYK
RGB Variations
Color information
#F5EEFF (or 0xF5EEFF) is known color: Magnolia. HEX triplet: F5, EE and FF. RGB value is (245,238,255). Sum of RGB (Red+Green+Blue) = 245+238+255=738 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.20% from 738); Green value is 238 (93.36% from 255 or 32.25% from 738); Blue value is 255 (100% from 255 or 34.55% from 738); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5EEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EEFF is #0A1100. Grayscale: #F1F1F1. Windows color (decimal): -659713 or 16772853. OLE color: 16772853.
HSL color Cylindrical-coordinate representation of color #F5EEFF: hue angle of 264.71º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F5EEFF is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 238 | 255 | - |
| CMYK | 0.04 | 0.07 | 0 | 0 |
| HSL | 264.71º | 1% | 0.97% | - |
| HSV(B) | 264.71º | 0.07% | 1% | - |
| XYZ | 86.28 | 87.78 | 107 | - |
| YUV | 242.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 255 | 0.04 | 0.07 | 0 | 0 | 264.71 | 1 | 0.97 |
| Hex | F5 | EE | FF | 4 | 7 | 0 | 0 | 109 | 64 | 61 |
| Octal | 365 | 356 | 377 | 4 | 7 | 0 | 0 | 411 | 144 | 141 |
| Binary | 11110101 | 11101110 | 11111111 | 100 | 111 | 0 | 0 | 100001001 | 1100100 | 1100001 |
Color Harmonies of #F5EEFF
Complementary color
Monochromatic Colors of #F5EEFF
Black with #F5EEFF
Text Example
Text Example
White with #F5EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EEFF; }
p { color: rgb(245,238,255); }
H1.HeaderClassName
{
color: #F5EEFF;
}
.AnyTagClassName
{
color: #F5EEFF;
}
</style>
background-color css
<style>
a { background-color: #F5EEFF; }
a { background-color: rgb(245,238,255); }
div.DivClassName
{
background-color: #F5EEFF;
}
.BgClassName
{
background-color: #F5EEFF;
}
</style>
border-color css
<style>
span { border-color: #F5EEFF; }
span { border-color: rgb(245,238,255); }
td.TdClassName
{
border-color: #F5EEFF;
}
.TagClassName
{
border-color: #F5EEFF;
}
</style>