Shades of Snuff #FACAF6
Tints of Snuff #FACAF6
RGB
CMYK
RGB Variations
Color information
#FACAF6 (or 0xFACAF6) is known color: Snuff. HEX triplet: FA, CA and F6. RGB value is (250,202,246). Sum of RGB (Red+Green+Blue) = 250+202+246=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 202 (79.30% from 255 or 28.94% from 698); Blue value is 246 (96.48% from 255 or 35.24% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAF6 is #053509. Grayscale: #DDDDDD. Windows color (decimal): -341258 or 16173818. OLE color: 16173818.
HSL color Cylindrical-coordinate representation of color #FACAF6: hue angle of 305º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACAF6 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 246 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.02 |
| HSL | 305º | 0.83% | 0.89% | - |
| HSV(B) | 305º | 0.19% | 0.98% | - |
| XYZ | 77.18 | 69.22 | 96.48 | - |
| YUV | 221.37 | 141.9 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 246 | 0 | 0.19 | 0.02 | 0.02 | 305 | 0.83 | 0.89 |
| Hex | FA | CA | F6 | 0 | 13 | 2 | 2 | 131 | 53 | 59 |
| Octal | 372 | 312 | 366 | 0 | 23 | 2 | 2 | 461 | 123 | 131 |
| Binary | 11111010 | 11001010 | 11110110 | 0 | 10011 | 10 | 10 | 100110001 | 1010011 | 1011001 |
Color Harmonies of #FACAF6
Complementary color
Monochromatic Colors of #FACAF6
Black with #FACAF6
Text Example
Text Example
White with #FACAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAF6; }
p { color: rgb(250,202,246); }
H1.HeaderClassName
{
color: #FACAF6;
}
.AnyTagClassName
{
color: #FACAF6;
}
</style>
background-color css
<style>
a { background-color: #FACAF6; }
a { background-color: rgb(250,202,246); }
div.DivClassName
{
background-color: #FACAF6;
}
.BgClassName
{
background-color: #FACAF6;
}
</style>
border-color css
<style>
span { border-color: #FACAF6; }
span { border-color: rgb(250,202,246); }
td.TdClassName
{
border-color: #FACAF6;
}
.TagClassName
{
border-color: #FACAF6;
}
</style>