Shades of Magnolia #F8ECFE
Tints of Magnolia #F8ECFE
RGB
CMYK
RGB Variations
Color information
#F8ECFE (or 0xF8ECFE) is known color: Magnolia. HEX triplet: F8, EC and FE. RGB value is (248,236,254). Sum of RGB (Red+Green+Blue) = 248+236+254=738 (97% of max value = 765). Red value is 248 (97.27% from 255 or 33.60% from 738); Green value is 236 (92.58% from 255 or 31.98% 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 #F8ECFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8ECFE is #071301. Grayscale: #F1F1F1. Windows color (decimal): -463618 or 16706808. OLE color: 16706808.
HSL color Cylindrical-coordinate representation of color #F8ECFE: hue angle of 280º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F8ECFE is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 236 | 254 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.00 |
| HSL | 280º | 0.9% | 0.96% | - |
| HSV(B) | 280º | 0.07% | 1% | - |
| XYZ | 86.6 | 87.1 | 106.01 | - |
| YUV | 241.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 254 | 0.02 | 0.07 | 0 | 0.00 | 280 | 0.9 | 0.96 |
| Hex | F8 | EC | FE | 2 | 7 | 0 | 0 | 118 | 5A | 60 |
| Octal | 370 | 354 | 376 | 2 | 7 | 0 | 0 | 430 | 132 | 140 |
| Binary | 11111000 | 11101100 | 11111110 | 10 | 111 | 0 | 0 | 100011000 | 1011010 | 1100000 |
Color Harmonies of #F8ECFE
Complementary color
Monochromatic Colors of #F8ECFE
Black with #F8ECFE
Text Example
Text Example
White with #F8ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ECFE; }
p { color: rgb(248,236,254); }
H1.HeaderClassName
{
color: #F8ECFE;
}
.AnyTagClassName
{
color: #F8ECFE;
}
</style>
background-color css
<style>
a { background-color: #F8ECFE; }
a { background-color: rgb(248,236,254); }
div.DivClassName
{
background-color: #F8ECFE;
}
.BgClassName
{
background-color: #F8ECFE;
}
</style>
border-color css
<style>
span { border-color: #F8ECFE; }
span { border-color: rgb(248,236,254); }
td.TdClassName
{
border-color: #F8ECFE;
}
.TagClassName
{
border-color: #F8ECFE;
}
</style>