Shades of Snuff #FAC3FA
Tints of Snuff #FAC3FA
RGB
CMYK
RGB Variations
Color information
#FAC3FA (or 0xFAC3FA) is known color: Snuff. HEX triplet: FA, C3 and FA. RGB value is (250,195,250). Sum of RGB (Red+Green+Blue) = 250+195+250=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 195 (76.56% from 255 or 28.06% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAC3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC3FA is #053C05. Grayscale: #D9D9D9. Windows color (decimal): -343046 or 16434170. OLE color: 16434170.
HSL color Cylindrical-coordinate representation of color #FAC3FA: 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.22%. Process color model (Four color, CMYK) of #FAC3FA is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 250 | - |
| CMYK | 0 | 0.22 | 0 | 0.02 |
| HSL | 300º | 0.85% | 0.87% | - |
| HSV(B) | 300º | 0.22% | 0.98% | - |
| XYZ | 76.19 | 66.26 | 99.22 | - |
| YUV | 217.72 | 146.22 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 250 | 0 | 0.22 | 0 | 0.02 | 300 | 0.85 | 0.87 |
| Hex | FA | C3 | FA | 0 | 16 | 0 | 2 | 12C | 55 | 57 |
| Octal | 372 | 303 | 372 | 0 | 26 | 0 | 2 | 454 | 125 | 127 |
| Binary | 11111010 | 11000011 | 11111010 | 0 | 10110 | 0 | 10 | 100101100 | 1010101 | 1010111 |
Color Harmonies of #FAC3FA
Complementary color
Monochromatic Colors of #FAC3FA
Black with #FAC3FA
Text Example
Text Example
White with #FAC3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC3FA; }
p { color: rgb(250,195,250); }
H1.HeaderClassName
{
color: #FAC3FA;
}
.AnyTagClassName
{
color: #FAC3FA;
}
</style>
background-color css
<style>
a { background-color: #FAC3FA; }
a { background-color: rgb(250,195,250); }
div.DivClassName
{
background-color: #FAC3FA;
}
.BgClassName
{
background-color: #FAC3FA;
}
</style>
border-color css
<style>
span { border-color: #FAC3FA; }
span { border-color: rgb(250,195,250); }
td.TdClassName
{
border-color: #FAC3FA;
}
.TagClassName
{
border-color: #FAC3FA;
}
</style>