Shades of Magnolia #FAF8FE
Tints of Magnolia #FAF8FE
RGB
CMYK
RGB Variations
Color information
#FAF8FE (or 0xFAF8FE) is known color: Magnolia. HEX triplet: FA, F8 and FE. RGB value is (250,248,254). Sum of RGB (Red+Green+Blue) = 250+248+254=752 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.24% from 752); Green value is 248 (97.27% from 255 or 32.98% from 752); Blue value is 254 (99.61% from 255 or 33.78% from 752); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAF8FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF8FE is #050701. Grayscale: #F9F9F9. Windows color (decimal): -329474 or 16709882. OLE color: 16709882.
HSL color Cylindrical-coordinate representation of color #FAF8FE: hue angle of 260º degrees, saturation: 0.75, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FAF8FE is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 250 | 248 | 254 | - |
CMYK | 0.02 | 0.02 | 0 | 0.00 |
HSL | 260º | 0.75% | 0.98% | - |
HSV(B) | 260º | 0.02% | 1% | - |
XYZ | 90.88 | 94.61 | 107.24 | - |
YUV | 249.28 | 130.66 | 128.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 248 | 254 | 0.02 | 0.02 | 0 | 0.00 | 260 | 0.75 | 0.98 |
Hex | FA | F8 | FE | 2 | 2 | 0 | 0 | 104 | 4B | 62 |
Octal | 372 | 370 | 376 | 2 | 2 | 0 | 0 | 404 | 113 | 142 |
Binary | 11111010 | 11111000 | 11111110 | 10 | 10 | 0 | 0 | 100000100 | 1001011 | 1100010 |
Color Harmonies of #FAF8FE
Complementary color
Monochromatic Colors of #FAF8FE
Black with #FAF8FE
Text Example
Text Example
White with #FAF8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF8FE; }
p { color: rgb(250,248,254); }
H1.HeaderClassName
{
color: #FAF8FE;
}
.AnyTagClassName
{
color: #FAF8FE;
}
</style>
background-color css
<style>
a { background-color: #FAF8FE; }
a { background-color: rgb(250,248,254); }
div.DivClassName
{
background-color: #FAF8FE;
}
.BgClassName
{
background-color: #FAF8FE;
}
</style>
border-color css
<style>
span { border-color: #FAF8FE; }
span { border-color: rgb(250,248,254); }
td.TdClassName
{
border-color: #FAF8FE;
}
.TagClassName
{
border-color: #FAF8FE;
}
</style>