Shades of Magnolia #F8F0FF
Tints of Magnolia #F8F0FF
RGB
CMYK
RGB Variations
Color information
#F8F0FF (or 0xF8F0FF) is known color: Magnolia. HEX triplet: F8, F0 and FF. RGB value is (248,240,255). Sum of RGB (Red+Green+Blue) = 248+240+255=743 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.38% from 743); Green value is 240 (94.14% from 255 or 32.30% from 743); Blue value is 255 (100% from 255 or 34.32% from 743); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8F0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F0FF is #070F00. Grayscale: #F4F4F4. Windows color (decimal): -462593 or 16773368. OLE color: 16773368.
HSL color Cylindrical-coordinate representation of color #F8F0FF: hue angle of 272º 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 #F8F0FF is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 248 | 240 | 255 | - |
CMYK | 0.03 | 0.06 | 0 | 0 |
HSL | 272º | 1% | 0.97% | - |
HSV(B) | 272º | 0.06% | 1% | - |
XYZ | 87.92 | 89.5 | 107.25 | - |
YUV | 244.1 | 134.15 | 130.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 240 | 255 | 0.03 | 0.06 | 0 | 0 | 272 | 1 | 0.97 |
Hex | F8 | F0 | FF | 3 | 6 | 0 | 0 | 110 | 64 | 61 |
Octal | 370 | 360 | 377 | 3 | 6 | 0 | 0 | 420 | 144 | 141 |
Binary | 11111000 | 11110000 | 11111111 | 11 | 110 | 0 | 0 | 100010000 | 1100100 | 1100001 |
Color Harmonies of #F8F0FF
Complementary color
Monochromatic Colors of #F8F0FF
Black with #F8F0FF
Text Example
Text Example
White with #F8F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F0FF; }
p { color: rgb(248,240,255); }
H1.HeaderClassName
{
color: #F8F0FF;
}
.AnyTagClassName
{
color: #F8F0FF;
}
</style>
background-color css
<style>
a { background-color: #F8F0FF; }
a { background-color: rgb(248,240,255); }
div.DivClassName
{
background-color: #F8F0FF;
}
.BgClassName
{
background-color: #F8F0FF;
}
</style>
border-color css
<style>
span { border-color: #F8F0FF; }
span { border-color: rgb(248,240,255); }
td.TdClassName
{
border-color: #F8F0FF;
}
.TagClassName
{
border-color: #F8F0FF;
}
</style>