Shades of Magnolia #F5EFFE
Tints of Magnolia #F5EFFE
RGB
CMYK
RGB Variations
Color information
#F5EFFE (or 0xF5EFFE) is known color: Magnolia. HEX triplet: F5, EF and FE. RGB value is (245,239,254). Sum of RGB (Red+Green+Blue) = 245+239+254=738 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.20% from 738); Green value is 239 (93.75% from 255 or 32.38% from 738); Blue value is 254 (99.61% from 255 or 34.42% from 738); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5EFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EFFE is #0A1001. Grayscale: #F2F2F2. Windows color (decimal): -659458 or 16707573. OLE color: 16707573.
HSL color Cylindrical-coordinate representation of color #F5EFFE: hue angle of 264º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F5EFFE is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 239 | 254 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.00 |
| HSL | 264º | 0.88% | 0.97% | - |
| HSV(B) | 264º | 0.06% | 1% | - |
| XYZ | 86.41 | 88.3 | 106.26 | - |
| YUV | 242.5 | 134.49 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 239 | 254 | 0.04 | 0.06 | 0 | 0.00 | 264 | 0.88 | 0.97 |
| Hex | F5 | EF | FE | 4 | 6 | 0 | 0 | 108 | 58 | 61 |
| Octal | 365 | 357 | 376 | 4 | 6 | 0 | 0 | 410 | 130 | 141 |
| Binary | 11110101 | 11101111 | 11111110 | 100 | 110 | 0 | 0 | 100001000 | 1011000 | 1100001 |
Color Harmonies of #F5EFFE
Complementary color
Monochromatic Colors of #F5EFFE
Black with #F5EFFE
Text Example
Text Example
White with #F5EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EFFE; }
p { color: rgb(245,239,254); }
H1.HeaderClassName
{
color: #F5EFFE;
}
.AnyTagClassName
{
color: #F5EFFE;
}
</style>
background-color css
<style>
a { background-color: #F5EFFE; }
a { background-color: rgb(245,239,254); }
div.DivClassName
{
background-color: #F5EFFE;
}
.BgClassName
{
background-color: #F5EFFE;
}
</style>
border-color css
<style>
span { border-color: #F5EFFE; }
span { border-color: rgb(245,239,254); }
td.TdClassName
{
border-color: #F5EFFE;
}
.TagClassName
{
border-color: #F5EFFE;
}
</style>