Shades of Snow #FAF8F8
Tints of Snow #FAF8F8
RGB
CMYK
RGB Variations
Color information
#FAF8F8 (or 0xFAF8F8) is known color: Snow. HEX triplet: FA, F8 and F8. RGB value is (250,248,248). Sum of RGB (Red+Green+Blue) = 250+248+248=746 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.51% from 746); Green value is 248 (97.27% from 255 or 33.24% from 746); Blue value is 248 (97.27% from 255 or 33.24% from 746); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF8F8 is #050707. Grayscale: #F8F8F8. Windows color (decimal): -329480 or 16316666. OLE color: 16316666.
HSL color Cylindrical-coordinate representation of color #FAF8F8: hue angle of 0º 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 #FAF8F8 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 248 | 248 | - |
CMYK | 0 | 0.01 | 0.01 | 0.02 |
HSL | 0º | 0.17% | 0.98% | - |
HSV(B) | 0º | 0.01% | 0.98% | - |
XYZ | 89.94 | 94.24 | 102.26 | - |
YUV | 248.6 | 127.66 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 248 | 248 | 0 | 0.01 | 0.01 | 0.02 | 0 | 0.17 | 0.98 |
Hex | FA | F8 | F8 | 0 | 1 | 1 | 2 | 0 | 11 | 62 |
Octal | 372 | 370 | 370 | 0 | 1 | 1 | 2 | 0 | 21 | 142 |
Binary | 11111010 | 11111000 | 11111000 | 0 | 1 | 1 | 10 | 0 | 10001 | 1100010 |
Color Harmonies of #FAF8F8
Complementary color
Monochromatic Colors of #FAF8F8
Black with #FAF8F8
Text Example
Text Example
White with #FAF8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF8F8; }
p { color: rgb(250,248,248); }
H1.HeaderClassName
{
color: #FAF8F8;
}
.AnyTagClassName
{
color: #FAF8F8;
}
</style>
background-color css
<style>
a { background-color: #FAF8F8; }
a { background-color: rgb(250,248,248); }
div.DivClassName
{
background-color: #FAF8F8;
}
.BgClassName
{
background-color: #FAF8F8;
}
</style>
border-color css
<style>
span { border-color: #FAF8F8; }
span { border-color: rgb(250,248,248); }
td.TdClassName
{
border-color: #FAF8F8;
}
.TagClassName
{
border-color: #FAF8F8;
}
</style>