Shades of Snuff #FAC6F0
Tints of Snuff #FAC6F0
RGB
CMYK
RGB Variations
Color information
#FAC6F0 (or 0xFAC6F0) is known color: Snuff. HEX triplet: FA, C6 and F0. RGB value is (250,198,240). Sum of RGB (Red+Green+Blue) = 250+198+240=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 198 (77.73% from 255 or 28.78% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC6F0 is #05390F. Grayscale: #DADADA. Windows color (decimal): -342288 or 15779578. OLE color: 15779578.
HSL color Cylindrical-coordinate representation of color #FAC6F0: hue angle of 311.54º 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 #FAC6F0 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 240 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.02 |
| HSL | 311.54º | 0.84% | 0.88% | - |
| HSV(B) | 311.54º | 0.21% | 0.98% | - |
| XYZ | 75.35 | 67 | 91.4 | - |
| YUV | 218.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 240 | 0 | 0.21 | 0.04 | 0.02 | 311.54 | 0.84 | 0.88 |
| Hex | FA | C6 | F0 | 0 | 15 | 4 | 2 | 138 | 54 | 58 |
| Octal | 372 | 306 | 360 | 0 | 25 | 4 | 2 | 470 | 124 | 130 |
| Binary | 11111010 | 11000110 | 11110000 | 0 | 10101 | 100 | 10 | 100111000 | 1010100 | 1011000 |
Color Harmonies of #FAC6F0
Complementary color
Monochromatic Colors of #FAC6F0
Black with #FAC6F0
Text Example
Text Example
White with #FAC6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6F0; }
p { color: rgb(250,198,240); }
H1.HeaderClassName
{
color: #FAC6F0;
}
.AnyTagClassName
{
color: #FAC6F0;
}
</style>
background-color css
<style>
a { background-color: #FAC6F0; }
a { background-color: rgb(250,198,240); }
div.DivClassName
{
background-color: #FAC6F0;
}
.BgClassName
{
background-color: #FAC6F0;
}
</style>
border-color css
<style>
span { border-color: #FAC6F0; }
span { border-color: rgb(250,198,240); }
td.TdClassName
{
border-color: #FAC6F0;
}
.TagClassName
{
border-color: #FAC6F0;
}
</style>