Shades of Magnolia #F8F5FE
Tints of Magnolia #F8F5FE
RGB
CMYK
RGB Variations
Color information
#F8F5FE (or 0xF8F5FE) is known color: Magnolia. HEX triplet: F8, F5 and FE. RGB value is (248,245,254). Sum of RGB (Red+Green+Blue) = 248+245+254=747 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.20% from 747); Green value is 245 (96.09% from 255 or 32.80% from 747); Blue value is 254 (99.61% from 255 or 34.00% from 747); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8F5FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F5FE is #070A01. Grayscale: #F6F6F6. Windows color (decimal): -461314 or 16709112. OLE color: 16709112.
HSL color Cylindrical-coordinate representation of color #F8F5FE: hue angle of 260º degrees, saturation: 0.82, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F8F5FE is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 245 | 254 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.00 |
| HSL | 260º | 0.82% | 0.98% | - |
| HSV(B) | 260º | 0.04% | 1% | - |
| XYZ | 89.25 | 92.42 | 106.9 | - |
| YUV | 246.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 245 | 254 | 0.02 | 0.04 | 0 | 0.00 | 260 | 0.82 | 0.98 |
| Hex | F8 | F5 | FE | 2 | 4 | 0 | 0 | 104 | 52 | 62 |
| Octal | 370 | 365 | 376 | 2 | 4 | 0 | 0 | 404 | 122 | 142 |
| Binary | 11111000 | 11110101 | 11111110 | 10 | 100 | 0 | 0 | 100000100 | 1010010 | 1100010 |
Color Harmonies of #F8F5FE
Complementary color
Monochromatic Colors of #F8F5FE
Black with #F8F5FE
Text Example
Text Example
White with #F8F5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F5FE; }
p { color: rgb(248,245,254); }
H1.HeaderClassName
{
color: #F8F5FE;
}
.AnyTagClassName
{
color: #F8F5FE;
}
</style>
background-color css
<style>
a { background-color: #F8F5FE; }
a { background-color: rgb(248,245,254); }
div.DivClassName
{
background-color: #F8F5FE;
}
.BgClassName
{
background-color: #F8F5FE;
}
</style>
border-color css
<style>
span { border-color: #F8F5FE; }
span { border-color: rgb(248,245,254); }
td.TdClassName
{
border-color: #F8F5FE;
}
.TagClassName
{
border-color: #F8F5FE;
}
</style>