Shades of Snuff #FAC1F7
Tints of Snuff #FAC1F7
RGB
CMYK
RGB Variations
Color information
#FAC1F7 (or 0xFAC1F7) is known color: Snuff. HEX triplet: FA, C1 and F7. RGB value is (250,193,247). Sum of RGB (Red+Green+Blue) = 250+193+247=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 193 (75.78% from 255 or 27.97% from 690); Blue value is 247 (96.88% from 255 or 35.80% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC1F7 is #053E08. Grayscale: #D8D8D8. Windows color (decimal): -343561 or 16237050. OLE color: 16237050.
HSL color Cylindrical-coordinate representation of color #FAC1F7: hue angle of 303.16º 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 #FAC1F7 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 247 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.02 |
| HSL | 303.16º | 0.85% | 0.87% | - |
| HSV(B) | 303.16º | 0.23% | 0.98% | - |
| XYZ | 75.28 | 65.18 | 96.61 | - |
| YUV | 216.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 247 | 0 | 0.23 | 0.01 | 0.02 | 303.16 | 0.85 | 0.87 |
| Hex | FA | C1 | F7 | 0 | 17 | 1 | 2 | 12F | 55 | 57 |
| Octal | 372 | 301 | 367 | 0 | 27 | 1 | 2 | 457 | 125 | 127 |
| Binary | 11111010 | 11000001 | 11110111 | 0 | 10111 | 1 | 10 | 100101111 | 1010101 | 1010111 |
Color Harmonies of #FAC1F7
Complementary color
Monochromatic Colors of #FAC1F7
Black with #FAC1F7
Text Example
Text Example
White with #FAC1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC1F7; }
p { color: rgb(250,193,247); }
H1.HeaderClassName
{
color: #FAC1F7;
}
.AnyTagClassName
{
color: #FAC1F7;
}
</style>
background-color css
<style>
a { background-color: #FAC1F7; }
a { background-color: rgb(250,193,247); }
div.DivClassName
{
background-color: #FAC1F7;
}
.BgClassName
{
background-color: #FAC1F7;
}
</style>
border-color css
<style>
span { border-color: #FAC1F7; }
span { border-color: rgb(250,193,247); }
td.TdClassName
{
border-color: #FAC1F7;
}
.TagClassName
{
border-color: #FAC1F7;
}
</style>