Shades of Magnolia #F8F2FF
Tints of Magnolia #F8F2FF
RGB
CMYK
RGB Variations
Color information
#F8F2FF (or 0xF8F2FF) is known color: Magnolia. HEX triplet: F8, F2 and FF. RGB value is (248,242,255). Sum of RGB (Red+Green+Blue) = 248+242+255=745 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.29% from 745); Green value is 242 (94.92% from 255 or 32.48% from 745); Blue value is 255 (100% from 255 or 34.23% from 745); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8F2FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F2FF is #070D00. Grayscale: #F5F5F5. Windows color (decimal): -462081 or 16773880. OLE color: 16773880.
HSL color Cylindrical-coordinate representation of color #F8F2FF: hue angle of 267.69º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F8F2FF is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 248 | 242 | 255 | - |
CMYK | 0.03 | 0.05 | 0 | 0 |
HSL | 267.69º | 1% | 0.97% | - |
HSV(B) | 267.69º | 0.05% | 1% | - |
XYZ | 88.51 | 90.68 | 107.45 | - |
YUV | 245.28 | 133.49 | 129.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 242 | 255 | 0.03 | 0.05 | 0 | 0 | 267.69 | 1 | 0.97 |
Hex | F8 | F2 | FF | 3 | 5 | 0 | 0 | 10C | 64 | 61 |
Octal | 370 | 362 | 377 | 3 | 5 | 0 | 0 | 414 | 144 | 141 |
Binary | 11111000 | 11110010 | 11111111 | 11 | 101 | 0 | 0 | 100001100 | 1100100 | 1100001 |
Color Harmonies of #F8F2FF
Complementary color
Monochromatic Colors of #F8F2FF
Black with #F8F2FF
Text Example
Text Example
White with #F8F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F2FF; }
p { color: rgb(248,242,255); }
H1.HeaderClassName
{
color: #F8F2FF;
}
.AnyTagClassName
{
color: #F8F2FF;
}
</style>
background-color css
<style>
a { background-color: #F8F2FF; }
a { background-color: rgb(248,242,255); }
div.DivClassName
{
background-color: #F8F2FF;
}
.BgClassName
{
background-color: #F8F2FF;
}
</style>
border-color css
<style>
span { border-color: #F8F2FF; }
span { border-color: rgb(248,242,255); }
td.TdClassName
{
border-color: #F8F2FF;
}
.TagClassName
{
border-color: #F8F2FF;
}
</style>