Shades of Snow #FFF7F5
Tints of Snow #FFF7F5
RGB
CMYK
RGB Variations
Color information
#FFF7F5 (or 0xFFF7F5) is known color: Snow. HEX triplet: FF, F7 and F5. RGB value is (255,247,245). Sum of RGB (Red+Green+Blue) = 255+247+245=747 (98% of max value = 765). Red value is 255 (100% from 255 or 34.14% from 747); Green value is 247 (96.88% from 255 or 33.07% from 747); Blue value is 245 (96.09% from 255 or 32.80% from 747); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF7F5 is #00080A. Grayscale: #F9F9F9. Windows color (decimal): -2059 or 16119807. OLE color: 16119807.
HSL color Cylindrical-coordinate representation of color #FFF7F5: hue angle of 12º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FFF7F5 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 245 | - |
| CMYK | 0 | 0.03 | 0.04 | 0 |
| HSL | 12º | 1% | 0.98% | - |
| HSV(B) | 12º | 0.04% | 1% | - |
| XYZ | 90.98 | 94.37 | 99.81 | - |
| YUV | 249.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 245 | 0 | 0.03 | 0.04 | 0 | 12 | 1 | 0.98 |
| Hex | FF | F7 | F5 | 0 | 3 | 4 | 0 | C | 64 | 62 |
| Octal | 377 | 367 | 365 | 0 | 3 | 4 | 0 | 14 | 144 | 142 |
| Binary | 11111111 | 11110111 | 11110101 | 0 | 11 | 100 | 0 | 1100 | 1100100 | 1100010 |
Color Harmonies of #FFF7F5
Complementary color
Monochromatic Colors of #FFF7F5
Black with #FFF7F5
Text Example
Text Example
White with #FFF7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7F5; }
p { color: rgb(255,247,245); }
H1.HeaderClassName
{
color: #FFF7F5;
}
.AnyTagClassName
{
color: #FFF7F5;
}
</style>
background-color css
<style>
a { background-color: #FFF7F5; }
a { background-color: rgb(255,247,245); }
div.DivClassName
{
background-color: #FFF7F5;
}
.BgClassName
{
background-color: #FFF7F5;
}
</style>
border-color css
<style>
span { border-color: #FFF7F5; }
span { border-color: rgb(255,247,245); }
td.TdClassName
{
border-color: #FFF7F5;
}
.TagClassName
{
border-color: #FFF7F5;
}
</style>