Shades of Selago #FAF8FA
Tints of Selago #FAF8FA
RGB
CMYK
RGB Variations
Color information
#FAF8FA (or 0xFAF8FA) is known color: Selago. HEX triplet: FA, F8 and FA. RGB value is (250,248,250). Sum of RGB (Red+Green+Blue) = 250+248+250=748 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.42% from 748); Green value is 248 (97.27% from 255 or 33.16% from 748); Blue value is 250 (98.05% from 255 or 33.42% from 748); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAF8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF8FA is #050705. Grayscale: #F8F8F8. Windows color (decimal): -329478 or 16447738. OLE color: 16447738.
HSL color Cylindrical-coordinate representation of color #FAF8FA: hue angle of 300º degrees, saturation: 0.17, 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 #FAF8FA is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 248 | 250 | - |
CMYK | 0 | 0.01 | 0 | 0.02 |
HSL | 300º | 0.17% | 0.98% | - |
HSV(B) | 300º | 0.01% | 0.98% | - |
XYZ | 90.25 | 94.36 | 103.9 | - |
YUV | 248.83 | 128.66 | 128.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 248 | 250 | 0 | 0.01 | 0 | 0.02 | 300 | 0.17 | 0.98 |
Hex | FA | F8 | FA | 0 | 1 | 0 | 2 | 12C | 11 | 62 |
Octal | 372 | 370 | 372 | 0 | 1 | 0 | 2 | 454 | 21 | 142 |
Binary | 11111010 | 11111000 | 11111010 | 0 | 1 | 0 | 10 | 100101100 | 10001 | 1100010 |
Color Harmonies of #FAF8FA
Complementary color
Monochromatic Colors of #FAF8FA
Black with #FAF8FA
Text Example
Text Example
White with #FAF8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF8FA; }
p { color: rgb(250,248,250); }
H1.HeaderClassName
{
color: #FAF8FA;
}
.AnyTagClassName
{
color: #FAF8FA;
}
</style>
background-color css
<style>
a { background-color: #FAF8FA; }
a { background-color: rgb(250,248,250); }
div.DivClassName
{
background-color: #FAF8FA;
}
.BgClassName
{
background-color: #FAF8FA;
}
</style>
border-color css
<style>
span { border-color: #FAF8FA; }
span { border-color: rgb(250,248,250); }
td.TdClassName
{
border-color: #FAF8FA;
}
.TagClassName
{
border-color: #FAF8FA;
}
</style>