Shades of Magnolia #F8EFFF
Tints of Magnolia #F8EFFF
RGB
CMYK
RGB Variations
Color information
#F8EFFF (or 0xF8EFFF) is known color: Magnolia. HEX triplet: F8, EF and FF. RGB value is (248,239,255). Sum of RGB (Red+Green+Blue) = 248+239+255=742 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.42% from 742); Green value is 239 (93.75% from 255 or 32.21% from 742); Blue value is 255 (100% from 255 or 34.37% from 742); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8EFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EFFF is #071000. Grayscale: #F3F3F3. Windows color (decimal): -462849 or 16773112. OLE color: 16773112.
HSL color Cylindrical-coordinate representation of color #F8EFFF: hue angle of 273.75º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F8EFFF is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 239 | 255 | - |
| CMYK | 0.03 | 0.06 | 0 | 0 |
| HSL | 273.75º | 1% | 0.97% | - |
| HSV(B) | 273.75º | 0.06% | 1% | - |
| XYZ | 87.63 | 88.91 | 107.15 | - |
| YUV | 243.52 | 134.48 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 239 | 255 | 0.03 | 0.06 | 0 | 0 | 273.75 | 1 | 0.97 |
| Hex | F8 | EF | FF | 3 | 6 | 0 | 0 | 112 | 64 | 61 |
| Octal | 370 | 357 | 377 | 3 | 6 | 0 | 0 | 422 | 144 | 141 |
| Binary | 11111000 | 11101111 | 11111111 | 11 | 110 | 0 | 0 | 100010010 | 1100100 | 1100001 |
Color Harmonies of #F8EFFF
Complementary color
Monochromatic Colors of #F8EFFF
Black with #F8EFFF
Text Example
Text Example
White with #F8EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EFFF; }
p { color: rgb(248,239,255); }
H1.HeaderClassName
{
color: #F8EFFF;
}
.AnyTagClassName
{
color: #F8EFFF;
}
</style>
background-color css
<style>
a { background-color: #F8EFFF; }
a { background-color: rgb(248,239,255); }
div.DivClassName
{
background-color: #F8EFFF;
}
.BgClassName
{
background-color: #F8EFFF;
}
</style>
border-color css
<style>
span { border-color: #F8EFFF; }
span { border-color: rgb(248,239,255); }
td.TdClassName
{
border-color: #F8EFFF;
}
.TagClassName
{
border-color: #F8EFFF;
}
</style>