Shades of Snuff #FACAF9
Tints of Snuff #FACAF9
RGB
CMYK
RGB Variations
Color information
#FACAF9 (or 0xFACAF9) is known color: Snuff. HEX triplet: FA, CA and F9. RGB value is (250,202,249). Sum of RGB (Red+Green+Blue) = 250+202+249=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 202 (79.30% from 255 or 28.82% from 701); Blue value is 249 (97.66% from 255 or 35.52% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAF9 is #053506. Grayscale: #DDDDDD. Windows color (decimal): -341255 or 16370426. OLE color: 16370426.
HSL color Cylindrical-coordinate representation of color #FACAF9: hue angle of 301.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 #FACAF9 is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 249 | - |
| CMYK | 0 | 0.19 | 0.00 | 0.02 |
| HSL | 301.25º | 0.83% | 0.89% | - |
| HSV(B) | 301.25º | 0.19% | 0.98% | - |
| XYZ | 77.64 | 69.4 | 98.93 | - |
| YUV | 221.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 249 | 0 | 0.19 | 0.00 | 0.02 | 301.25 | 0.83 | 0.89 |
| Hex | FA | CA | F9 | 0 | 13 | 0 | 2 | 12D | 53 | 59 |
| Octal | 372 | 312 | 371 | 0 | 23 | 0 | 2 | 455 | 123 | 131 |
| Binary | 11111010 | 11001010 | 11111001 | 0 | 10011 | 0 | 10 | 100101101 | 1010011 | 1011001 |
Color Harmonies of #FACAF9
Complementary color
Monochromatic Colors of #FACAF9
Black with #FACAF9
Text Example
Text Example
White with #FACAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAF9; }
p { color: rgb(250,202,249); }
H1.HeaderClassName
{
color: #FACAF9;
}
.AnyTagClassName
{
color: #FACAF9;
}
</style>
background-color css
<style>
a { background-color: #FACAF9; }
a { background-color: rgb(250,202,249); }
div.DivClassName
{
background-color: #FACAF9;
}
.BgClassName
{
background-color: #FACAF9;
}
</style>
border-color css
<style>
span { border-color: #FACAF9; }
span { border-color: rgb(250,202,249); }
td.TdClassName
{
border-color: #FACAF9;
}
.TagClassName
{
border-color: #FACAF9;
}
</style>