Shades of Snuff #FAC2F9
Tints of Snuff #FAC2F9
RGB
CMYK
RGB Variations
Color information
#FAC2F9 (or 0xFAC2F9) is known color: Snuff. HEX triplet: FA, C2 and F9. RGB value is (250,194,249). Sum of RGB (Red+Green+Blue) = 250+194+249=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 194 (76.17% from 255 or 27.99% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC2F9 is #053D06. Grayscale: #D8D8D8. Windows color (decimal): -343303 or 16368378. OLE color: 16368378.
HSL color Cylindrical-coordinate representation of color #FAC2F9: hue angle of 301.07º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC2F9 is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 249 | - |
| CMYK | 0 | 0.22 | 0.00 | 0.02 |
| HSL | 301.07º | 0.85% | 0.87% | - |
| HSV(B) | 301.07º | 0.22% | 0.98% | - |
| XYZ | 75.82 | 65.75 | 98.32 | - |
| YUV | 217.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 249 | 0 | 0.22 | 0.00 | 0.02 | 301.07 | 0.85 | 0.87 |
| Hex | FA | C2 | F9 | 0 | 16 | 0 | 2 | 12D | 55 | 57 |
| Octal | 372 | 302 | 371 | 0 | 26 | 0 | 2 | 455 | 125 | 127 |
| Binary | 11111010 | 11000010 | 11111001 | 0 | 10110 | 0 | 10 | 100101101 | 1010101 | 1010111 |
Color Harmonies of #FAC2F9
Complementary color
Monochromatic Colors of #FAC2F9
Black with #FAC2F9
Text Example
Text Example
White with #FAC2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC2F9; }
p { color: rgb(250,194,249); }
H1.HeaderClassName
{
color: #FAC2F9;
}
.AnyTagClassName
{
color: #FAC2F9;
}
</style>
background-color css
<style>
a { background-color: #FAC2F9; }
a { background-color: rgb(250,194,249); }
div.DivClassName
{
background-color: #FAC2F9;
}
.BgClassName
{
background-color: #FAC2F9;
}
</style>
border-color css
<style>
span { border-color: #FAC2F9; }
span { border-color: rgb(250,194,249); }
td.TdClassName
{
border-color: #FAC2F9;
}
.TagClassName
{
border-color: #FAC2F9;
}
</style>