Shades of Snow #FFF9F8
Tints of Snow #FFF9F8
RGB
CMYK
RGB Variations
Color information
#FFF9F8 (or 0xFFF9F8) is known color: Snow. HEX triplet: FF, F9 and F8. RGB value is (255,249,248). Sum of RGB (Red+Green+Blue) = 255+249+248=752 (99% of max value = 765). Red value is 255 (100% from 255 or 33.91% from 752); Green value is 249 (97.66% from 255 or 33.11% from 752); Blue value is 248 (97.27% from 255 or 32.98% from 752); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF9F8 is #000607. Grayscale: #FAFAFA. Windows color (decimal): -1544 or 16316927. OLE color: 16316927.
HSL color Cylindrical-coordinate representation of color #FFF9F8: hue angle of 8.57º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FFF9F8 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 248 | - |
| CMYK | 0 | 0.02 | 0.03 | 0 |
| HSL | 8.57º | 1% | 0.99% | - |
| HSV(B) | 8.57º | 0.03% | 1% | - |
| XYZ | 92.06 | 95.79 | 102.44 | - |
| YUV | 250.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 248 | 0 | 0.02 | 0.03 | 0 | 8.57 | 1 | 0.99 |
| Hex | FF | F9 | F8 | 0 | 2 | 3 | 0 | 9 | 64 | 63 |
| Octal | 377 | 371 | 370 | 0 | 2 | 3 | 0 | 11 | 144 | 143 |
| Binary | 11111111 | 11111001 | 11111000 | 0 | 10 | 11 | 0 | 1001 | 1100100 | 1100011 |
Color Harmonies of #FFF9F8
Complementary color
Monochromatic Colors of #FFF9F8
Black with #FFF9F8
Text Example
Text Example
White with #FFF9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF9F8; }
p { color: rgb(255,249,248); }
H1.HeaderClassName
{
color: #FFF9F8;
}
.AnyTagClassName
{
color: #FFF9F8;
}
</style>
background-color css
<style>
a { background-color: #FFF9F8; }
a { background-color: rgb(255,249,248); }
div.DivClassName
{
background-color: #FFF9F8;
}
.BgClassName
{
background-color: #FFF9F8;
}
</style>
border-color css
<style>
span { border-color: #FFF9F8; }
span { border-color: rgb(255,249,248); }
td.TdClassName
{
border-color: #FFF9F8;
}
.TagClassName
{
border-color: #FFF9F8;
}
</style>