Shades of Snuff #F5C9F6
Tints of Snuff #F5C9F6
RGB
CMYK
RGB Variations
Color information
#F5C9F6 (or 0xF5C9F6) is known color: Snuff. HEX triplet: F5, C9 and F6. RGB value is (245,201,246). Sum of RGB (Red+Green+Blue) = 245+201+246=692 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.40% from 692); Green value is 201 (78.91% from 255 or 29.05% from 692); Blue value is 246 (96.48% from 255 or 35.55% from 692); Max value from RGB is 246 - color contains mainly: blue. Hex color #F5C9F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C9F6 is #0A3609. Grayscale: #DBDBDB. Windows color (decimal): -669194 or 16173557. OLE color: 16173557.
HSL color Cylindrical-coordinate representation of color #F5C9F6: hue angle of 298.67º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F5C9F6 is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 201 | 246 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.04 |
| HSL | 298.67º | 0.71% | 0.88% | - |
| HSV(B) | 298.67º | 0.18% | 0.96% | - |
| XYZ | 75.18 | 67.84 | 96.32 | - |
| YUV | 219.29 | 143.08 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 246 | 0.00 | 0.18 | 0 | 0.04 | 298.67 | 0.71 | 0.88 |
| Hex | F5 | C9 | F6 | 0 | 12 | 0 | 4 | 12B | 47 | 58 |
| Octal | 365 | 311 | 366 | 0 | 22 | 0 | 4 | 453 | 107 | 130 |
| Binary | 11110101 | 11001001 | 11110110 | 0 | 10010 | 0 | 100 | 100101011 | 1000111 | 1011000 |
Color Harmonies of #F5C9F6
Complementary color
Monochromatic Colors of #F5C9F6
Black with #F5C9F6
Text Example
Text Example
White with #F5C9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C9F6; }
p { color: rgb(245,201,246); }
H1.HeaderClassName
{
color: #F5C9F6;
}
.AnyTagClassName
{
color: #F5C9F6;
}
</style>
background-color css
<style>
a { background-color: #F5C9F6; }
a { background-color: rgb(245,201,246); }
div.DivClassName
{
background-color: #F5C9F6;
}
.BgClassName
{
background-color: #F5C9F6;
}
</style>
border-color css
<style>
span { border-color: #F5C9F6; }
span { border-color: rgb(245,201,246); }
td.TdClassName
{
border-color: #F5C9F6;
}
.TagClassName
{
border-color: #F5C9F6;
}
</style>