Shades of Snuff #FAC7F2
Tints of Snuff #FAC7F2
RGB
CMYK
RGB Variations
Color information
#FAC7F2 (or 0xFAC7F2) is known color: Snuff. HEX triplet: FA, C7 and F2. RGB value is (250,199,242). Sum of RGB (Red+Green+Blue) = 250+199+242=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 199 (78.12% from 255 or 28.80% from 691); Blue value is 242 (94.92% from 255 or 35.02% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC7F2 is #05380D. Grayscale: #DBDBDB. Windows color (decimal): -342030 or 15910906. OLE color: 15910906.
HSL color Cylindrical-coordinate representation of color #FAC7F2: hue angle of 309.41º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC7F2 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 242 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.02 |
| HSL | 309.41º | 0.84% | 0.88% | - |
| HSV(B) | 309.41º | 0.2% | 0.98% | - |
| XYZ | 75.87 | 67.58 | 93.05 | - |
| YUV | 219.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 242 | 0 | 0.20 | 0.03 | 0.02 | 309.41 | 0.84 | 0.88 |
| Hex | FA | C7 | F2 | 0 | 14 | 3 | 2 | 135 | 54 | 58 |
| Octal | 372 | 307 | 362 | 0 | 24 | 3 | 2 | 465 | 124 | 130 |
| Binary | 11111010 | 11000111 | 11110010 | 0 | 10100 | 11 | 10 | 100110101 | 1010100 | 1011000 |
Color Harmonies of #FAC7F2
Complementary color
Monochromatic Colors of #FAC7F2
Black with #FAC7F2
Text Example
Text Example
White with #FAC7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC7F2; }
p { color: rgb(250,199,242); }
H1.HeaderClassName
{
color: #FAC7F2;
}
.AnyTagClassName
{
color: #FAC7F2;
}
</style>
background-color css
<style>
a { background-color: #FAC7F2; }
a { background-color: rgb(250,199,242); }
div.DivClassName
{
background-color: #FAC7F2;
}
.BgClassName
{
background-color: #FAC7F2;
}
</style>
border-color css
<style>
span { border-color: #FAC7F2; }
span { border-color: rgb(250,199,242); }
td.TdClassName
{
border-color: #FAC7F2;
}
.TagClassName
{
border-color: #FAC7F2;
}
</style>