Shades of Snuff #FAC3FF
Tints of Snuff #FAC3FF
RGB
CMYK
RGB Variations
Color information
#FAC3FF (or 0xFAC3FF) is known color: Snuff. HEX triplet: FA, C3 and FF. RGB value is (250,195,255). Sum of RGB (Red+Green+Blue) = 250+195+255=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 195 (76.56% from 255 or 27.86% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAC3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC3FF is #053C00. Grayscale: #DADADA. Windows color (decimal): -343041 or 16761850. OLE color: 16761850.
HSL color Cylindrical-coordinate representation of color #FAC3FF: hue angle of 295º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAC3FF is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 195 | 255 | - |
| CMYK | 0.02 | 0.24 | 0 | 0 |
| HSL | 295º | 1% | 0.88% | - |
| HSV(B) | 295º | 0.24% | 1% | - |
| XYZ | 76.99 | 66.57 | 103.4 | - |
| YUV | 218.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 255 | 0.02 | 0.24 | 0 | 0 | 295 | 1 | 0.88 |
| Hex | FA | C3 | FF | 2 | 18 | 0 | 0 | 127 | 64 | 58 |
| Octal | 372 | 303 | 377 | 2 | 30 | 0 | 0 | 447 | 144 | 130 |
| Binary | 11111010 | 11000011 | 11111111 | 10 | 11000 | 0 | 0 | 100100111 | 1100100 | 1011000 |
Color Harmonies of #FAC3FF
Complementary color
Monochromatic Colors of #FAC3FF
Black with #FAC3FF
Text Example
Text Example
White with #FAC3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC3FF; }
p { color: rgb(250,195,255); }
H1.HeaderClassName
{
color: #FAC3FF;
}
.AnyTagClassName
{
color: #FAC3FF;
}
</style>
background-color css
<style>
a { background-color: #FAC3FF; }
a { background-color: rgb(250,195,255); }
div.DivClassName
{
background-color: #FAC3FF;
}
.BgClassName
{
background-color: #FAC3FF;
}
</style>
border-color css
<style>
span { border-color: #FAC3FF; }
span { border-color: rgb(250,195,255); }
td.TdClassName
{
border-color: #FAC3FF;
}
.TagClassName
{
border-color: #FAC3FF;
}
</style>