Shades of Snuff #FAC6F9
Tints of Snuff #FAC6F9
RGB
CMYK
RGB Variations
Color information
#FAC6F9 (or 0xFAC6F9) is known color: Snuff. HEX triplet: FA, C6 and F9. RGB value is (250,198,249). Sum of RGB (Red+Green+Blue) = 250+198+249=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 198 (77.73% from 255 or 28.41% from 697); Blue value is 249 (97.66% from 255 or 35.72% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC6F9 is #053906. Grayscale: #DBDBDB. Windows color (decimal): -342279 or 16369402. OLE color: 16369402.
HSL color Cylindrical-coordinate representation of color #FAC6F9: hue angle of 301.15º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAC6F9 is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 249 | - |
| CMYK | 0 | 0.21 | 0.00 | 0.02 |
| HSL | 301.15º | 0.84% | 0.88% | - |
| HSV(B) | 301.15º | 0.21% | 0.98% | - |
| XYZ | 76.72 | 67.55 | 98.62 | - |
| YUV | 219.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 249 | 0 | 0.21 | 0.00 | 0.02 | 301.15 | 0.84 | 0.88 |
| Hex | FA | C6 | F9 | 0 | 15 | 0 | 2 | 12D | 54 | 58 |
| Octal | 372 | 306 | 371 | 0 | 25 | 0 | 2 | 455 | 124 | 130 |
| Binary | 11111010 | 11000110 | 11111001 | 0 | 10101 | 0 | 10 | 100101101 | 1010100 | 1011000 |
Color Harmonies of #FAC6F9
Complementary color
Monochromatic Colors of #FAC6F9
Black with #FAC6F9
Text Example
Text Example
White with #FAC6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6F9; }
p { color: rgb(250,198,249); }
H1.HeaderClassName
{
color: #FAC6F9;
}
.AnyTagClassName
{
color: #FAC6F9;
}
</style>
background-color css
<style>
a { background-color: #FAC6F9; }
a { background-color: rgb(250,198,249); }
div.DivClassName
{
background-color: #FAC6F9;
}
.BgClassName
{
background-color: #FAC6F9;
}
</style>
border-color css
<style>
span { border-color: #FAC6F9; }
span { border-color: rgb(250,198,249); }
td.TdClassName
{
border-color: #FAC6F9;
}
.TagClassName
{
border-color: #FAC6F9;
}
</style>