Shades of Snuff #FACAF1
Tints of Snuff #FACAF1
RGB
CMYK
RGB Variations
Color information
#FACAF1 (or 0xFACAF1) is known color: Snuff. HEX triplet: FA, CA and F1. RGB value is (250,202,241). Sum of RGB (Red+Green+Blue) = 250+202+241=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 202 (79.30% from 255 or 29.15% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAF1 is #05350E. Grayscale: #DCDCDC. Windows color (decimal): -341263 or 15846138. OLE color: 15846138.
HSL color Cylindrical-coordinate representation of color #FACAF1: hue angle of 311.25º 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 #FACAF1 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 241 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.02 |
| HSL | 311.25º | 0.83% | 0.89% | - |
| HSV(B) | 311.25º | 0.19% | 0.98% | - |
| XYZ | 76.42 | 68.92 | 92.49 | - |
| YUV | 220.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 241 | 0 | 0.19 | 0.04 | 0.02 | 311.25 | 0.83 | 0.89 |
| Hex | FA | CA | F1 | 0 | 13 | 4 | 2 | 137 | 53 | 59 |
| Octal | 372 | 312 | 361 | 0 | 23 | 4 | 2 | 467 | 123 | 131 |
| Binary | 11111010 | 11001010 | 11110001 | 0 | 10011 | 100 | 10 | 100110111 | 1010011 | 1011001 |
Color Harmonies of #FACAF1
Complementary color
Monochromatic Colors of #FACAF1
Black with #FACAF1
Text Example
Text Example
White with #FACAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAF1; }
p { color: rgb(250,202,241); }
H1.HeaderClassName
{
color: #FACAF1;
}
.AnyTagClassName
{
color: #FACAF1;
}
</style>
background-color css
<style>
a { background-color: #FACAF1; }
a { background-color: rgb(250,202,241); }
div.DivClassName
{
background-color: #FACAF1;
}
.BgClassName
{
background-color: #FACAF1;
}
</style>
border-color css
<style>
span { border-color: #FACAF1; }
span { border-color: rgb(250,202,241); }
td.TdClassName
{
border-color: #FACAF1;
}
.TagClassName
{
border-color: #FACAF1;
}
</style>