Shades of Magnolia #FAF8FB
Tints of Magnolia #FAF8FB
RGB
CMYK
RGB Variations
Color information
#FAF8FB (or 0xFAF8FB) is known color: Magnolia. HEX triplet: FA, F8 and FB. RGB value is (250,248,251). Sum of RGB (Red+Green+Blue) = 250+248+251=749 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.38% from 749); Green value is 248 (97.27% from 255 or 33.11% from 749); Blue value is 251 (98.44% from 255 or 33.51% from 749); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAF8FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF8FB is #050704. Grayscale: #F8F8F8. Windows color (decimal): -329477 or 16513274. OLE color: 16513274.
HSL color Cylindrical-coordinate representation of color #FAF8FB: hue angle of 280º degrees, saturation: 0.27, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FAF8FB is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 248 | 251 | - |
CMYK | 0.00 | 0.01 | 0 | 0.02 |
HSL | 280º | 0.27% | 0.98% | - |
HSV(B) | 280º | 0.01% | 0.98% | - |
XYZ | 90.4 | 94.42 | 104.73 | - |
YUV | 248.94 | 129.16 | 128.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 248 | 251 | 0.00 | 0.01 | 0 | 0.02 | 280 | 0.27 | 0.98 |
Hex | FA | F8 | FB | 0 | 1 | 0 | 2 | 118 | 1B | 62 |
Octal | 372 | 370 | 373 | 0 | 1 | 0 | 2 | 430 | 33 | 142 |
Binary | 11111010 | 11111000 | 11111011 | 0 | 1 | 0 | 10 | 100011000 | 11011 | 1100010 |
Color Harmonies of #FAF8FB
Complementary color
Monochromatic Colors of #FAF8FB
Black with #FAF8FB
Text Example
Text Example
White with #FAF8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF8FB; }
p { color: rgb(250,248,251); }
H1.HeaderClassName
{
color: #FAF8FB;
}
.AnyTagClassName
{
color: #FAF8FB;
}
</style>
background-color css
<style>
a { background-color: #FAF8FB; }
a { background-color: rgb(250,248,251); }
div.DivClassName
{
background-color: #FAF8FB;
}
.BgClassName
{
background-color: #FAF8FB;
}
</style>
border-color css
<style>
span { border-color: #FAF8FB; }
span { border-color: rgb(250,248,251); }
td.TdClassName
{
border-color: #FAF8FB;
}
.TagClassName
{
border-color: #FAF8FB;
}
</style>