Shades of Snuff #FACAFA
Tints of Snuff #FACAFA
RGB
CMYK
RGB Variations
Color information
#FACAFA (or 0xFACAFA) is known color: Snuff. HEX triplet: FA, CA and FA. RGB value is (250,202,250). Sum of RGB (Red+Green+Blue) = 250+202+250=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 202 (79.30% from 255 or 28.77% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FACAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAFA is #053505. Grayscale: #DDDDDD. Windows color (decimal): -341254 or 16435962. OLE color: 16435962.
HSL color Cylindrical-coordinate representation of color #FACAFA: hue angle of 300º 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 #FACAFA is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 250 | - |
| CMYK | 0 | 0.19 | 0 | 0.02 |
| HSL | 300º | 0.83% | 0.89% | - |
| HSV(B) | 300º | 0.19% | 0.98% | - |
| XYZ | 77.8 | 69.47 | 99.75 | - |
| YUV | 221.82 | 143.9 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 250 | 0 | 0.19 | 0 | 0.02 | 300 | 0.83 | 0.89 |
| Hex | FA | CA | FA | 0 | 13 | 0 | 2 | 12C | 53 | 59 |
| Octal | 372 | 312 | 372 | 0 | 23 | 0 | 2 | 454 | 123 | 131 |
| Binary | 11111010 | 11001010 | 11111010 | 0 | 10011 | 0 | 10 | 100101100 | 1010011 | 1011001 |
Color Harmonies of #FACAFA
Complementary color
Monochromatic Colors of #FACAFA
Black with #FACAFA
Text Example
Text Example
White with #FACAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAFA; }
p { color: rgb(250,202,250); }
H1.HeaderClassName
{
color: #FACAFA;
}
.AnyTagClassName
{
color: #FACAFA;
}
</style>
background-color css
<style>
a { background-color: #FACAFA; }
a { background-color: rgb(250,202,250); }
div.DivClassName
{
background-color: #FACAFA;
}
.BgClassName
{
background-color: #FACAFA;
}
</style>
border-color css
<style>
span { border-color: #FACAFA; }
span { border-color: rgb(250,202,250); }
td.TdClassName
{
border-color: #FACAFA;
}
.TagClassName
{
border-color: #FACAFA;
}
</style>