Shades of Snuff #FAC0F5
Tints of Snuff #FAC0F5
RGB
CMYK
RGB Variations
Color information
#FAC0F5 (or 0xFAC0F5) is known color: Snuff. HEX triplet: FA, C0 and F5. RGB value is (250,192,245). Sum of RGB (Red+Green+Blue) = 250+192+245=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 192 (75.39% from 255 or 27.95% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC0F5 is #053F0A. Grayscale: #D7D7D7. Windows color (decimal): -343819 or 16105722. OLE color: 16105722.
HSL color Cylindrical-coordinate representation of color #FAC0F5: hue angle of 305.17º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAC0F5 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 245 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.02 |
| HSL | 305.17º | 0.85% | 0.87% | - |
| HSV(B) | 305.17º | 0.23% | 0.98% | - |
| XYZ | 74.76 | 64.62 | 94.92 | - |
| YUV | 215.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 245 | 0 | 0.23 | 0.02 | 0.02 | 305.17 | 0.85 | 0.87 |
| Hex | FA | C0 | F5 | 0 | 17 | 2 | 2 | 131 | 55 | 57 |
| Octal | 372 | 300 | 365 | 0 | 27 | 2 | 2 | 461 | 125 | 127 |
| Binary | 11111010 | 11000000 | 11110101 | 0 | 10111 | 10 | 10 | 100110001 | 1010101 | 1010111 |
Color Harmonies of #FAC0F5
Complementary color
Monochromatic Colors of #FAC0F5
Black with #FAC0F5
Text Example
Text Example
White with #FAC0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC0F5; }
p { color: rgb(250,192,245); }
H1.HeaderClassName
{
color: #FAC0F5;
}
.AnyTagClassName
{
color: #FAC0F5;
}
</style>
background-color css
<style>
a { background-color: #FAC0F5; }
a { background-color: rgb(250,192,245); }
div.DivClassName
{
background-color: #FAC0F5;
}
.BgClassName
{
background-color: #FAC0F5;
}
</style>
border-color css
<style>
span { border-color: #FAC0F5; }
span { border-color: rgb(250,192,245); }
td.TdClassName
{
border-color: #FAC0F5;
}
.TagClassName
{
border-color: #FAC0F5;
}
</style>