Shades of Snuff #FAC2F7
Tints of Snuff #FAC2F7
RGB
CMYK
RGB Variations
Color information
#FAC2F7 (or 0xFAC2F7) is known color: Snuff. HEX triplet: FA, C2 and F7. RGB value is (250,194,247). Sum of RGB (Red+Green+Blue) = 250+194+247=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 194 (76.17% from 255 or 28.08% from 691); Blue value is 247 (96.88% from 255 or 35.75% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC2F7 is #053D08. Grayscale: #D8D8D8. Windows color (decimal): -343305 or 16237306. OLE color: 16237306.
HSL color Cylindrical-coordinate representation of color #FAC2F7: hue angle of 303.21º 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 #FAC2F7 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 247 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.02 |
| HSL | 303.21º | 0.85% | 0.87% | - |
| HSV(B) | 303.21º | 0.22% | 0.98% | - |
| XYZ | 75.5 | 65.62 | 96.68 | - |
| YUV | 216.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 247 | 0 | 0.22 | 0.01 | 0.02 | 303.21 | 0.85 | 0.87 |
| Hex | FA | C2 | F7 | 0 | 16 | 1 | 2 | 12F | 55 | 57 |
| Octal | 372 | 302 | 367 | 0 | 26 | 1 | 2 | 457 | 125 | 127 |
| Binary | 11111010 | 11000010 | 11110111 | 0 | 10110 | 1 | 10 | 100101111 | 1010101 | 1010111 |
Color Harmonies of #FAC2F7
Complementary color
Monochromatic Colors of #FAC2F7
Black with #FAC2F7
Text Example
Text Example
White with #FAC2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC2F7; }
p { color: rgb(250,194,247); }
H1.HeaderClassName
{
color: #FAC2F7;
}
.AnyTagClassName
{
color: #FAC2F7;
}
</style>
background-color css
<style>
a { background-color: #FAC2F7; }
a { background-color: rgb(250,194,247); }
div.DivClassName
{
background-color: #FAC2F7;
}
.BgClassName
{
background-color: #FAC2F7;
}
</style>
border-color css
<style>
span { border-color: #FAC2F7; }
span { border-color: rgb(250,194,247); }
td.TdClassName
{
border-color: #FAC2F7;
}
.TagClassName
{
border-color: #FAC2F7;
}
</style>