Shades of Snuff #FAC6F4
Tints of Snuff #FAC6F4
RGB
CMYK
RGB Variations
Color information
#FAC6F4 (or 0xFAC6F4) is known color: Snuff. HEX triplet: FA, C6 and F4. RGB value is (250,198,244). Sum of RGB (Red+Green+Blue) = 250+198+244=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 198 (77.73% from 255 or 28.61% from 692); Blue value is 244 (95.70% from 255 or 35.26% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC6F4 is #05390B. Grayscale: #DADADA. Windows color (decimal): -342284 or 16041722. OLE color: 16041722.
HSL color Cylindrical-coordinate representation of color #FAC6F4: hue angle of 306.92º 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 #FAC6F4 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 244 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.02 |
| HSL | 306.92º | 0.84% | 0.88% | - |
| HSV(B) | 306.92º | 0.21% | 0.98% | - |
| XYZ | 75.95 | 67.24 | 94.56 | - |
| YUV | 218.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 244 | 0 | 0.21 | 0.02 | 0.02 | 306.92 | 0.84 | 0.88 |
| Hex | FA | C6 | F4 | 0 | 15 | 2 | 2 | 133 | 54 | 58 |
| Octal | 372 | 306 | 364 | 0 | 25 | 2 | 2 | 463 | 124 | 130 |
| Binary | 11111010 | 11000110 | 11110100 | 0 | 10101 | 10 | 10 | 100110011 | 1010100 | 1011000 |
Color Harmonies of #FAC6F4
Complementary color
Monochromatic Colors of #FAC6F4
Black with #FAC6F4
Text Example
Text Example
White with #FAC6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6F4; }
p { color: rgb(250,198,244); }
H1.HeaderClassName
{
color: #FAC6F4;
}
.AnyTagClassName
{
color: #FAC6F4;
}
</style>
background-color css
<style>
a { background-color: #FAC6F4; }
a { background-color: rgb(250,198,244); }
div.DivClassName
{
background-color: #FAC6F4;
}
.BgClassName
{
background-color: #FAC6F4;
}
</style>
border-color css
<style>
span { border-color: #FAC6F4; }
span { border-color: rgb(250,198,244); }
td.TdClassName
{
border-color: #FAC6F4;
}
.TagClassName
{
border-color: #FAC6F4;
}
</style>