Shades of Snuff #FAC6F7
Tints of Snuff #FAC6F7
RGB
CMYK
RGB Variations
Color information
#FAC6F7 (or 0xFAC6F7) is known color: Snuff. HEX triplet: FA, C6 and F7. RGB value is (250,198,247). Sum of RGB (Red+Green+Blue) = 250+198+247=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 198 (77.73% from 255 or 28.49% from 695); Blue value is 247 (96.88% from 255 or 35.54% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC6F7 is #053908. Grayscale: #DADADA. Windows color (decimal): -342281 or 16238330. OLE color: 16238330.
HSL color Cylindrical-coordinate representation of color #FAC6F7: hue angle of 303.46º 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 #FAC6F7 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 247 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.02 |
| HSL | 303.46º | 0.84% | 0.88% | - |
| HSV(B) | 303.46º | 0.21% | 0.98% | - |
| XYZ | 76.41 | 67.43 | 96.98 | - |
| YUV | 219.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 247 | 0 | 0.21 | 0.01 | 0.02 | 303.46 | 0.84 | 0.88 |
| Hex | FA | C6 | F7 | 0 | 15 | 1 | 2 | 12F | 54 | 58 |
| Octal | 372 | 306 | 367 | 0 | 25 | 1 | 2 | 457 | 124 | 130 |
| Binary | 11111010 | 11000110 | 11110111 | 0 | 10101 | 1 | 10 | 100101111 | 1010100 | 1011000 |
Color Harmonies of #FAC6F7
Complementary color
Monochromatic Colors of #FAC6F7
Black with #FAC6F7
Text Example
Text Example
White with #FAC6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6F7; }
p { color: rgb(250,198,247); }
H1.HeaderClassName
{
color: #FAC6F7;
}
.AnyTagClassName
{
color: #FAC6F7;
}
</style>
background-color css
<style>
a { background-color: #FAC6F7; }
a { background-color: rgb(250,198,247); }
div.DivClassName
{
background-color: #FAC6F7;
}
.BgClassName
{
background-color: #FAC6F7;
}
</style>
border-color css
<style>
span { border-color: #FAC6F7; }
span { border-color: rgb(250,198,247); }
td.TdClassName
{
border-color: #FAC6F7;
}
.TagClassName
{
border-color: #FAC6F7;
}
</style>