Shades of Magnolia #F8EAFF
Tints of Magnolia #F8EAFF
RGB
CMYK
RGB Variations
Color information
#F8EAFF (or 0xF8EAFF) is known color: Magnolia. HEX triplet: F8, EA and FF. RGB value is (248,234,255). Sum of RGB (Red+Green+Blue) = 248+234+255=737 (97% of max value = 765). Red value is 248 (97.27% from 255 or 33.65% from 737); Green value is 234 (91.80% from 255 or 31.75% from 737); Blue value is 255 (100% from 255 or 34.60% from 737); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8EAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EAFF is #071500. Grayscale: #F0F0F0. Windows color (decimal): -464129 or 16771832. OLE color: 16771832.
HSL color Cylindrical-coordinate representation of color #F8EAFF: hue angle of 280º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F8EAFF is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 234 | 255 | - |
| CMYK | 0.03 | 0.08 | 0 | 0 |
| HSL | 280º | 1% | 0.96% | - |
| HSV(B) | 280º | 0.08% | 1% | - |
| XYZ | 86.18 | 86.02 | 106.67 | - |
| YUV | 240.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 234 | 255 | 0.03 | 0.08 | 0 | 0 | 280 | 1 | 0.96 |
| Hex | F8 | EA | FF | 3 | 8 | 0 | 0 | 118 | 64 | 60 |
| Octal | 370 | 352 | 377 | 3 | 10 | 0 | 0 | 430 | 144 | 140 |
| Binary | 11111000 | 11101010 | 11111111 | 11 | 1000 | 0 | 0 | 100011000 | 1100100 | 1100000 |
Color Harmonies of #F8EAFF
Complementary color
Monochromatic Colors of #F8EAFF
Black with #F8EAFF
Text Example
Text Example
White with #F8EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EAFF; }
p { color: rgb(248,234,255); }
H1.HeaderClassName
{
color: #F8EAFF;
}
.AnyTagClassName
{
color: #F8EAFF;
}
</style>
background-color css
<style>
a { background-color: #F8EAFF; }
a { background-color: rgb(248,234,255); }
div.DivClassName
{
background-color: #F8EAFF;
}
.BgClassName
{
background-color: #F8EAFF;
}
</style>
border-color css
<style>
span { border-color: #F8EAFF; }
span { border-color: rgb(248,234,255); }
td.TdClassName
{
border-color: #F8EAFF;
}
.TagClassName
{
border-color: #F8EAFF;
}
</style>