Shades of Snuff #FAC6F3
Tints of Snuff #FAC6F3
RGB
CMYK
RGB Variations
Color information
#FAC6F3 (or 0xFAC6F3) is known color: Snuff. HEX triplet: FA, C6 and F3. RGB value is (250,198,243). Sum of RGB (Red+Green+Blue) = 250+198+243=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 198 (77.73% from 255 or 28.65% from 691); Blue value is 243 (95.31% from 255 or 35.17% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC6F3 is #05390C. Grayscale: #DADADA. Windows color (decimal): -342285 or 15976186. OLE color: 15976186.
HSL color Cylindrical-coordinate representation of color #FAC6F3: hue angle of 308.08º 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 #FAC6F3 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 243 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.02 |
| HSL | 308.08º | 0.84% | 0.88% | - |
| HSV(B) | 308.08º | 0.21% | 0.98% | - |
| XYZ | 75.8 | 67.18 | 93.77 | - |
| YUV | 218.68 | 141.73 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 243 | 0 | 0.21 | 0.03 | 0.02 | 308.08 | 0.84 | 0.88 |
| Hex | FA | C6 | F3 | 0 | 15 | 3 | 2 | 134 | 54 | 58 |
| Octal | 372 | 306 | 363 | 0 | 25 | 3 | 2 | 464 | 124 | 130 |
| Binary | 11111010 | 11000110 | 11110011 | 0 | 10101 | 11 | 10 | 100110100 | 1010100 | 1011000 |
Color Harmonies of #FAC6F3
Complementary color
Monochromatic Colors of #FAC6F3
Black with #FAC6F3
Text Example
Text Example
White with #FAC6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6F3; }
p { color: rgb(250,198,243); }
H1.HeaderClassName
{
color: #FAC6F3;
}
.AnyTagClassName
{
color: #FAC6F3;
}
</style>
background-color css
<style>
a { background-color: #FAC6F3; }
a { background-color: rgb(250,198,243); }
div.DivClassName
{
background-color: #FAC6F3;
}
.BgClassName
{
background-color: #FAC6F3;
}
</style>
border-color css
<style>
span { border-color: #FAC6F3; }
span { border-color: rgb(250,198,243); }
td.TdClassName
{
border-color: #FAC6F3;
}
.TagClassName
{
border-color: #FAC6F3;
}
</style>