Shades of Snuff #FAC1F9
Tints of Snuff #FAC1F9
RGB
CMYK
RGB Variations
Color information
#FAC1F9 (or 0xFAC1F9) is known color: Snuff. HEX triplet: FA, C1 and F9. RGB value is (250,193,249). Sum of RGB (Red+Green+Blue) = 250+193+249=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 193 (75.78% from 255 or 27.89% from 692); Blue value is 249 (97.66% from 255 or 35.98% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC1F9 is #053E06. Grayscale: #D8D8D8. Windows color (decimal): -343559 or 16368122. OLE color: 16368122.
HSL color Cylindrical-coordinate representation of color #FAC1F9: hue angle of 301.05º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAC1F9 is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 249 | - |
| CMYK | 0 | 0.23 | 0.00 | 0.02 |
| HSL | 301.05º | 0.85% | 0.87% | - |
| HSV(B) | 301.05º | 0.23% | 0.98% | - |
| XYZ | 75.59 | 65.3 | 98.24 | - |
| YUV | 216.43 | 146.38 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 249 | 0 | 0.23 | 0.00 | 0.02 | 301.05 | 0.85 | 0.87 |
| Hex | FA | C1 | F9 | 0 | 17 | 0 | 2 | 12D | 55 | 57 |
| Octal | 372 | 301 | 371 | 0 | 27 | 0 | 2 | 455 | 125 | 127 |
| Binary | 11111010 | 11000001 | 11111001 | 0 | 10111 | 0 | 10 | 100101101 | 1010101 | 1010111 |
Color Harmonies of #FAC1F9
Complementary color
Monochromatic Colors of #FAC1F9
Black with #FAC1F9
Text Example
Text Example
White with #FAC1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC1F9; }
p { color: rgb(250,193,249); }
H1.HeaderClassName
{
color: #FAC1F9;
}
.AnyTagClassName
{
color: #FAC1F9;
}
</style>
background-color css
<style>
a { background-color: #FAC1F9; }
a { background-color: rgb(250,193,249); }
div.DivClassName
{
background-color: #FAC1F9;
}
.BgClassName
{
background-color: #FAC1F9;
}
</style>
border-color css
<style>
span { border-color: #FAC1F9; }
span { border-color: rgb(250,193,249); }
td.TdClassName
{
border-color: #FAC1F9;
}
.TagClassName
{
border-color: #FAC1F9;
}
</style>