Shades of Snow #FFF6F5
Tints of Snow #FFF6F5
RGB
CMYK
RGB Variations
Color information
#FFF6F5 (or 0xFFF6F5) is known color: Snow. HEX triplet: FF, F6 and F5. RGB value is (255,246,245). Sum of RGB (Red+Green+Blue) = 255+246+245=746 (98% of max value = 765). Red value is 255 (100% from 255 or 34.18% from 746); Green value is 246 (96.48% from 255 or 32.98% from 746); Blue value is 245 (96.09% from 255 or 32.84% from 746); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF6F5 is #00090A. Grayscale: #F8F8F8. Windows color (decimal): -2315 or 16119551. OLE color: 16119551.
HSL color Cylindrical-coordinate representation of color #FFF6F5: hue angle of 6º 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 #FFF6F5 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 245 | - |
| CMYK | 0 | 0.04 | 0.04 | 0 |
| HSL | 6º | 1% | 0.98% | - |
| HSV(B) | 6º | 0.04% | 1% | - |
| XYZ | 90.68 | 93.76 | 99.71 | - |
| YUV | 248.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 245 | 0 | 0.04 | 0.04 | 0 | 6 | 1 | 0.98 |
| Hex | FF | F6 | F5 | 0 | 4 | 4 | 0 | 6 | 64 | 62 |
| Octal | 377 | 366 | 365 | 0 | 4 | 4 | 0 | 6 | 144 | 142 |
| Binary | 11111111 | 11110110 | 11110101 | 0 | 100 | 100 | 0 | 110 | 1100100 | 1100010 |
Color Harmonies of #FFF6F5
Complementary color
Monochromatic Colors of #FFF6F5
Black with #FFF6F5
Text Example
Text Example
White with #FFF6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6F5; }
p { color: rgb(255,246,245); }
H1.HeaderClassName
{
color: #FFF6F5;
}
.AnyTagClassName
{
color: #FFF6F5;
}
</style>
background-color css
<style>
a { background-color: #FFF6F5; }
a { background-color: rgb(255,246,245); }
div.DivClassName
{
background-color: #FFF6F5;
}
.BgClassName
{
background-color: #FFF6F5;
}
</style>
border-color css
<style>
span { border-color: #FFF6F5; }
span { border-color: rgb(255,246,245); }
td.TdClassName
{
border-color: #FFF6F5;
}
.TagClassName
{
border-color: #FFF6F5;
}
</style>