Shades of Snuff #FAC2FF
Tints of Snuff #FAC2FF
RGB
CMYK
RGB Variations
Color information
#FAC2FF (or 0xFAC2FF) is known color: Snuff. HEX triplet: FA, C2 and FF. RGB value is (250,194,255). Sum of RGB (Red+Green+Blue) = 250+194+255=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 194 (76.17% from 255 or 27.75% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAC2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC2FF is #053D00. Grayscale: #D9D9D9. Windows color (decimal): -343297 or 16761594. OLE color: 16761594.
HSL color Cylindrical-coordinate representation of color #FAC2FF: hue angle of 295.08º 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 #FAC2FF is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 194 | 255 | - |
| CMYK | 0.02 | 0.24 | 0 | 0 |
| HSL | 295.08º | 1% | 0.88% | - |
| HSV(B) | 295.08º | 0.24% | 1% | - |
| XYZ | 76.77 | 66.13 | 103.33 | - |
| YUV | 217.7 | 149.05 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 255 | 0.02 | 0.24 | 0 | 0 | 295.08 | 1 | 0.88 |
| Hex | FA | C2 | FF | 2 | 18 | 0 | 0 | 127 | 64 | 58 |
| Octal | 372 | 302 | 377 | 2 | 30 | 0 | 0 | 447 | 144 | 130 |
| Binary | 11111010 | 11000010 | 11111111 | 10 | 11000 | 0 | 0 | 100100111 | 1100100 | 1011000 |
Color Harmonies of #FAC2FF
Complementary color
Monochromatic Colors of #FAC2FF
Black with #FAC2FF
Text Example
Text Example
White with #FAC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC2FF; }
p { color: rgb(250,194,255); }
H1.HeaderClassName
{
color: #FAC2FF;
}
.AnyTagClassName
{
color: #FAC2FF;
}
</style>
background-color css
<style>
a { background-color: #FAC2FF; }
a { background-color: rgb(250,194,255); }
div.DivClassName
{
background-color: #FAC2FF;
}
.BgClassName
{
background-color: #FAC2FF;
}
</style>
border-color css
<style>
span { border-color: #FAC2FF; }
span { border-color: rgb(250,194,255); }
td.TdClassName
{
border-color: #FAC2FF;
}
.TagClassName
{
border-color: #FAC2FF;
}
</style>