Shades of Snuff #FACAF7
Tints of Snuff #FACAF7
RGB
CMYK
RGB Variations
Color information
#FACAF7 (or 0xFACAF7) is known color: Snuff. HEX triplet: FA, CA and F7. RGB value is (250,202,247). Sum of RGB (Red+Green+Blue) = 250+202+247=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 202 (79.30% from 255 or 28.90% from 699); Blue value is 247 (96.88% from 255 or 35.34% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAF7 is #053508. Grayscale: #DDDDDD. Windows color (decimal): -341257 or 16239354. OLE color: 16239354.
HSL color Cylindrical-coordinate representation of color #FACAF7: hue angle of 303.75º 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 #FACAF7 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 247 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.02 |
| HSL | 303.75º | 0.83% | 0.89% | - |
| HSV(B) | 303.75º | 0.19% | 0.98% | - |
| XYZ | 77.33 | 69.28 | 97.29 | - |
| YUV | 221.48 | 142.4 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 247 | 0 | 0.19 | 0.01 | 0.02 | 303.75 | 0.83 | 0.89 |
| Hex | FA | CA | F7 | 0 | 13 | 1 | 2 | 130 | 53 | 59 |
| Octal | 372 | 312 | 367 | 0 | 23 | 1 | 2 | 460 | 123 | 131 |
| Binary | 11111010 | 11001010 | 11110111 | 0 | 10011 | 1 | 10 | 100110000 | 1010011 | 1011001 |
Color Harmonies of #FACAF7
Complementary color
Monochromatic Colors of #FACAF7
Black with #FACAF7
Text Example
Text Example
White with #FACAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAF7; }
p { color: rgb(250,202,247); }
H1.HeaderClassName
{
color: #FACAF7;
}
.AnyTagClassName
{
color: #FACAF7;
}
</style>
background-color css
<style>
a { background-color: #FACAF7; }
a { background-color: rgb(250,202,247); }
div.DivClassName
{
background-color: #FACAF7;
}
.BgClassName
{
background-color: #FACAF7;
}
</style>
border-color css
<style>
span { border-color: #FACAF7; }
span { border-color: rgb(250,202,247); }
td.TdClassName
{
border-color: #FACAF7;
}
.TagClassName
{
border-color: #FACAF7;
}
</style>