Shades of Snuff #FACAF5
Tints of Snuff #FACAF5
RGB
CMYK
RGB Variations
Color information
#FACAF5 (or 0xFACAF5) is known color: Snuff. HEX triplet: FA, CA and F5. RGB value is (250,202,245). Sum of RGB (Red+Green+Blue) = 250+202+245=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 202 (79.30% from 255 or 28.98% from 697); Blue value is 245 (96.09% from 255 or 35.15% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAF5 is #05350A. Grayscale: #DDDDDD. Windows color (decimal): -341259 or 16108282. OLE color: 16108282.
HSL color Cylindrical-coordinate representation of color #FACAF5: hue angle of 306.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 #FACAF5 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 245 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.02 |
| HSL | 306.25º | 0.83% | 0.89% | - |
| HSV(B) | 306.25º | 0.19% | 0.98% | - |
| XYZ | 77.03 | 69.16 | 95.68 | - |
| YUV | 221.25 | 141.4 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 245 | 0 | 0.19 | 0.02 | 0.02 | 306.25 | 0.83 | 0.89 |
| Hex | FA | CA | F5 | 0 | 13 | 2 | 2 | 132 | 53 | 59 |
| Octal | 372 | 312 | 365 | 0 | 23 | 2 | 2 | 462 | 123 | 131 |
| Binary | 11111010 | 11001010 | 11110101 | 0 | 10011 | 10 | 10 | 100110010 | 1010011 | 1011001 |
Color Harmonies of #FACAF5
Complementary color
Monochromatic Colors of #FACAF5
Black with #FACAF5
Text Example
Text Example
White with #FACAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAF5; }
p { color: rgb(250,202,245); }
H1.HeaderClassName
{
color: #FACAF5;
}
.AnyTagClassName
{
color: #FACAF5;
}
</style>
background-color css
<style>
a { background-color: #FACAF5; }
a { background-color: rgb(250,202,245); }
div.DivClassName
{
background-color: #FACAF5;
}
.BgClassName
{
background-color: #FACAF5;
}
</style>
border-color css
<style>
span { border-color: #FACAF5; }
span { border-color: rgb(250,202,245); }
td.TdClassName
{
border-color: #FACAF5;
}
.TagClassName
{
border-color: #FACAF5;
}
</style>