Shades of Magnolia #F8F0FD
Tints of Magnolia #F8F0FD
RGB
CMYK
RGB Variations
Color information
#F8F0FD (or 0xF8F0FD) is known color: Magnolia. HEX triplet: F8, F0 and FD. RGB value is (248,240,253). Sum of RGB (Red+Green+Blue) = 248+240+253=741 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.47% from 741); Green value is 240 (94.14% from 255 or 32.39% from 741); Blue value is 253 (99.22% from 255 or 34.14% from 741); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8F0FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F0FD is #070F02. Grayscale: #F3F3F3. Windows color (decimal): -462595 or 16642296. OLE color: 16642296.
HSL color Cylindrical-coordinate representation of color #F8F0FD: hue angle of 276.92º degrees, saturation: 0.76, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F8F0FD is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 248 | 240 | 253 | - |
CMYK | 0.02 | 0.05 | 0 | 0.01 |
HSL | 276.92º | 0.76% | 0.97% | - |
HSV(B) | 276.92º | 0.05% | 0.99% | - |
XYZ | 87.6 | 89.37 | 105.56 | - |
YUV | 243.87 | 133.15 | 130.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 240 | 253 | 0.02 | 0.05 | 0 | 0.01 | 276.92 | 0.76 | 0.97 |
Hex | F8 | F0 | FD | 2 | 5 | 0 | 1 | 115 | 4C | 61 |
Octal | 370 | 360 | 375 | 2 | 5 | 0 | 1 | 425 | 114 | 141 |
Binary | 11111000 | 11110000 | 11111101 | 10 | 101 | 0 | 1 | 100010101 | 1001100 | 1100001 |
Color Harmonies of #F8F0FD
Complementary color
Monochromatic Colors of #F8F0FD
Black with #F8F0FD
Text Example
Text Example
White with #F8F0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F0FD; }
p { color: rgb(248,240,253); }
H1.HeaderClassName
{
color: #F8F0FD;
}
.AnyTagClassName
{
color: #F8F0FD;
}
</style>
background-color css
<style>
a { background-color: #F8F0FD; }
a { background-color: rgb(248,240,253); }
div.DivClassName
{
background-color: #F8F0FD;
}
.BgClassName
{
background-color: #F8F0FD;
}
</style>
border-color css
<style>
span { border-color: #F8F0FD; }
span { border-color: rgb(248,240,253); }
td.TdClassName
{
border-color: #F8F0FD;
}
.TagClassName
{
border-color: #F8F0FD;
}
</style>