Shades of Magnolia #FAF9FC
Tints of Magnolia #FAF9FC
RGB
CMYK
RGB Variations
Color information
#FAF9FC (or 0xFAF9FC) is known color: Magnolia. HEX triplet: FA, F9 and FC. RGB value is (250,249,252). Sum of RGB (Red+Green+Blue) = 250+249+252=751 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.29% from 751); Green value is 249 (97.66% from 255 or 33.16% from 751); Blue value is 252 (98.83% from 255 or 33.56% from 751); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAF9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF9FC is #050603. Grayscale: #F9F9F9. Windows color (decimal): -329220 or 16579066. OLE color: 16579066.
HSL color Cylindrical-coordinate representation of color #FAF9FC: hue angle of 260º degrees, saturation: 0.33, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FAF9FC is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 250 | 249 | 252 | - |
CMYK | 0.01 | 0.01 | 0 | 0.01 |
HSL | 260º | 0.33% | 0.98% | - |
HSV(B) | 260º | 0.01% | 0.99% | - |
XYZ | 90.87 | 95.1 | 105.66 | - |
YUV | 249.64 | 129.33 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 249 | 252 | 0.01 | 0.01 | 0 | 0.01 | 260 | 0.33 | 0.98 |
Hex | FA | F9 | FC | 1 | 1 | 0 | 1 | 104 | 21 | 62 |
Octal | 372 | 371 | 374 | 1 | 1 | 0 | 1 | 404 | 41 | 142 |
Binary | 11111010 | 11111001 | 11111100 | 1 | 1 | 0 | 1 | 100000100 | 100001 | 1100010 |
Color Harmonies of #FAF9FC
Complementary color
Monochromatic Colors of #FAF9FC
Black with #FAF9FC
Text Example
Text Example
White with #FAF9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF9FC; }
p { color: rgb(250,249,252); }
H1.HeaderClassName
{
color: #FAF9FC;
}
.AnyTagClassName
{
color: #FAF9FC;
}
</style>
background-color css
<style>
a { background-color: #FAF9FC; }
a { background-color: rgb(250,249,252); }
div.DivClassName
{
background-color: #FAF9FC;
}
.BgClassName
{
background-color: #FAF9FC;
}
</style>
border-color css
<style>
span { border-color: #FAF9FC; }
span { border-color: rgb(250,249,252); }
td.TdClassName
{
border-color: #FAF9FC;
}
.TagClassName
{
border-color: #FAF9FC;
}
</style>