Shades of Snuff #FAC0FA
Tints of Snuff #FAC0FA
RGB
CMYK
RGB Variations
Color information
#FAC0FA (or 0xFAC0FA) is known color: Snuff. HEX triplet: FA, C0 and FA. RGB value is (250,192,250). Sum of RGB (Red+Green+Blue) = 250+192+250=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 192 (75.39% from 255 or 27.75% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAC0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC0FA is #053F05. Grayscale: #D7D7D7. Windows color (decimal): -343814 or 16433402. OLE color: 16433402.
HSL color Cylindrical-coordinate representation of color #FAC0FA: hue angle of 300º 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 #FAC0FA is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 250 | - |
| CMYK | 0 | 0.23 | 0 | 0.02 |
| HSL | 300º | 0.85% | 0.87% | - |
| HSV(B) | 300º | 0.23% | 0.98% | - |
| XYZ | 75.53 | 64.93 | 98.99 | - |
| YUV | 215.95 | 147.22 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 250 | 0 | 0.23 | 0 | 0.02 | 300 | 0.85 | 0.87 |
| Hex | FA | C0 | FA | 0 | 17 | 0 | 2 | 12C | 55 | 57 |
| Octal | 372 | 300 | 372 | 0 | 27 | 0 | 2 | 454 | 125 | 127 |
| Binary | 11111010 | 11000000 | 11111010 | 0 | 10111 | 0 | 10 | 100101100 | 1010101 | 1010111 |
Color Harmonies of #FAC0FA
Complementary color
Monochromatic Colors of #FAC0FA
Black with #FAC0FA
Text Example
Text Example
White with #FAC0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC0FA; }
p { color: rgb(250,192,250); }
H1.HeaderClassName
{
color: #FAC0FA;
}
.AnyTagClassName
{
color: #FAC0FA;
}
</style>
background-color css
<style>
a { background-color: #FAC0FA; }
a { background-color: rgb(250,192,250); }
div.DivClassName
{
background-color: #FAC0FA;
}
.BgClassName
{
background-color: #FAC0FA;
}
</style>
border-color css
<style>
span { border-color: #FAC0FA; }
span { border-color: rgb(250,192,250); }
td.TdClassName
{
border-color: #FAC0FA;
}
.TagClassName
{
border-color: #FAC0FA;
}
</style>