Shades of Magnolia #F8EFFE
Tints of Magnolia #F8EFFE
RGB
CMYK
RGB Variations
Color information
#F8EFFE (or 0xF8EFFE) is known color: Magnolia. HEX triplet: F8, EF and FE. RGB value is (248,239,254). Sum of RGB (Red+Green+Blue) = 248+239+254=741 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.47% from 741); Green value is 239 (93.75% from 255 or 32.25% from 741); Blue value is 254 (99.61% from 255 or 34.28% from 741); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8EFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EFFE is #071001. Grayscale: #F3F3F3. Windows color (decimal): -462850 or 16707576. OLE color: 16707576.
HSL color Cylindrical-coordinate representation of color #F8EFFE: hue angle of 276º 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 #F8EFFE is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 239 | 254 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.00 |
| HSL | 276º | 0.88% | 0.97% | - |
| HSV(B) | 276º | 0.06% | 1% | - |
| XYZ | 87.47 | 88.85 | 106.3 | - |
| YUV | 243.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 239 | 254 | 0.02 | 0.06 | 0 | 0.00 | 276 | 0.88 | 0.97 |
| Hex | F8 | EF | FE | 2 | 6 | 0 | 0 | 114 | 58 | 61 |
| Octal | 370 | 357 | 376 | 2 | 6 | 0 | 0 | 424 | 130 | 141 |
| Binary | 11111000 | 11101111 | 11111110 | 10 | 110 | 0 | 0 | 100010100 | 1011000 | 1100001 |
Color Harmonies of #F8EFFE
Complementary color
Monochromatic Colors of #F8EFFE
Black with #F8EFFE
Text Example
Text Example
White with #F8EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EFFE; }
p { color: rgb(248,239,254); }
H1.HeaderClassName
{
color: #F8EFFE;
}
.AnyTagClassName
{
color: #F8EFFE;
}
</style>
background-color css
<style>
a { background-color: #F8EFFE; }
a { background-color: rgb(248,239,254); }
div.DivClassName
{
background-color: #F8EFFE;
}
.BgClassName
{
background-color: #F8EFFE;
}
</style>
border-color css
<style>
span { border-color: #F8EFFE; }
span { border-color: rgb(248,239,254); }
td.TdClassName
{
border-color: #F8EFFE;
}
.TagClassName
{
border-color: #F8EFFE;
}
</style>