Shades of Snuff #FAC0F7
Tints of Snuff #FAC0F7
RGB
CMYK
RGB Variations
Color information
#FAC0F7 (or 0xFAC0F7) is known color: Snuff. HEX triplet: FA, C0 and F7. RGB value is (250,192,247). Sum of RGB (Red+Green+Blue) = 250+192+247=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 192 (75.39% from 255 or 27.87% from 689); Blue value is 247 (96.88% from 255 or 35.85% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC0F7 is #053F08. Grayscale: #D7D7D7. Windows color (decimal): -343817 or 16236794. OLE color: 16236794.
HSL color Cylindrical-coordinate representation of color #FAC0F7: hue angle of 303.1º 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 #FAC0F7 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 247 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.02 |
| HSL | 303.1º | 0.85% | 0.87% | - |
| HSV(B) | 303.1º | 0.23% | 0.98% | - |
| XYZ | 75.06 | 64.74 | 96.54 | - |
| YUV | 215.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 247 | 0 | 0.23 | 0.01 | 0.02 | 303.1 | 0.85 | 0.87 |
| Hex | FA | C0 | F7 | 0 | 17 | 1 | 2 | 12F | 55 | 57 |
| Octal | 372 | 300 | 367 | 0 | 27 | 1 | 2 | 457 | 125 | 127 |
| Binary | 11111010 | 11000000 | 11110111 | 0 | 10111 | 1 | 10 | 100101111 | 1010101 | 1010111 |
Color Harmonies of #FAC0F7
Complementary color
Monochromatic Colors of #FAC0F7
Black with #FAC0F7
Text Example
Text Example
White with #FAC0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC0F7; }
p { color: rgb(250,192,247); }
H1.HeaderClassName
{
color: #FAC0F7;
}
.AnyTagClassName
{
color: #FAC0F7;
}
</style>
background-color css
<style>
a { background-color: #FAC0F7; }
a { background-color: rgb(250,192,247); }
div.DivClassName
{
background-color: #FAC0F7;
}
.BgClassName
{
background-color: #FAC0F7;
}
</style>
border-color css
<style>
span { border-color: #FAC0F7; }
span { border-color: rgb(250,192,247); }
td.TdClassName
{
border-color: #FAC0F7;
}
.TagClassName
{
border-color: #FAC0F7;
}
</style>