Shades of Snuff #FAC7F0
Tints of Snuff #FAC7F0
RGB
CMYK
RGB Variations
Color information
#FAC7F0 (or 0xFAC7F0) is known color: Snuff. HEX triplet: FA, C7 and F0. RGB value is (250,199,240). Sum of RGB (Red+Green+Blue) = 250+199+240=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 199 (78.12% from 255 or 28.88% from 689); Blue value is 240 (94.14% from 255 or 34.83% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC7F0 is #05380F. Grayscale: #DADADA. Windows color (decimal): -342032 or 15779834. OLE color: 15779834.
HSL color Cylindrical-coordinate representation of color #FAC7F0: hue angle of 311.76º 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 #FAC7F0 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 240 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.02 |
| HSL | 311.76º | 0.84% | 0.88% | - |
| HSV(B) | 311.76º | 0.2% | 0.98% | - |
| XYZ | 75.58 | 67.46 | 91.48 | - |
| YUV | 218.92 | 139.9 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 240 | 0 | 0.20 | 0.04 | 0.02 | 311.76 | 0.84 | 0.88 |
| Hex | FA | C7 | F0 | 0 | 14 | 4 | 2 | 138 | 54 | 58 |
| Octal | 372 | 307 | 360 | 0 | 24 | 4 | 2 | 470 | 124 | 130 |
| Binary | 11111010 | 11000111 | 11110000 | 0 | 10100 | 100 | 10 | 100111000 | 1010100 | 1011000 |
Color Harmonies of #FAC7F0
Complementary color
Monochromatic Colors of #FAC7F0
Black with #FAC7F0
Text Example
Text Example
White with #FAC7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC7F0; }
p { color: rgb(250,199,240); }
H1.HeaderClassName
{
color: #FAC7F0;
}
.AnyTagClassName
{
color: #FAC7F0;
}
</style>
background-color css
<style>
a { background-color: #FAC7F0; }
a { background-color: rgb(250,199,240); }
div.DivClassName
{
background-color: #FAC7F0;
}
.BgClassName
{
background-color: #FAC7F0;
}
</style>
border-color css
<style>
span { border-color: #FAC7F0; }
span { border-color: rgb(250,199,240); }
td.TdClassName
{
border-color: #FAC7F0;
}
.TagClassName
{
border-color: #FAC7F0;
}
</style>