Shades of Snuff #FAC8FF
Tints of Snuff #FAC8FF
RGB
CMYK
RGB Variations
Color information
#FAC8FF (or 0xFAC8FF) is known color: Snuff. HEX triplet: FA, C8 and FF. RGB value is (250,200,255). Sum of RGB (Red+Green+Blue) = 250+200+255=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 200 (78.52% from 255 or 28.37% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAC8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC8FF is #053700. Grayscale: #DDDDDD. Windows color (decimal): -341761 or 16763130. OLE color: 16763130.
HSL color Cylindrical-coordinate representation of color #FAC8FF: hue angle of 294.55º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC8FF is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 200 | 255 | - |
| CMYK | 0.02 | 0.22 | 0 | 0 |
| HSL | 294.55º | 1% | 0.89% | - |
| HSV(B) | 294.55º | 0.22% | 1% | - |
| XYZ | 78.13 | 68.85 | 103.78 | - |
| YUV | 221.22 | 147.07 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 255 | 0.02 | 0.22 | 0 | 0 | 294.55 | 1 | 0.89 |
| Hex | FA | C8 | FF | 2 | 16 | 0 | 0 | 127 | 64 | 59 |
| Octal | 372 | 310 | 377 | 2 | 26 | 0 | 0 | 447 | 144 | 131 |
| Binary | 11111010 | 11001000 | 11111111 | 10 | 10110 | 0 | 0 | 100100111 | 1100100 | 1011001 |
Color Harmonies of #FAC8FF
Complementary color
Monochromatic Colors of #FAC8FF
Black with #FAC8FF
Text Example
Text Example
White with #FAC8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC8FF; }
p { color: rgb(250,200,255); }
H1.HeaderClassName
{
color: #FAC8FF;
}
.AnyTagClassName
{
color: #FAC8FF;
}
</style>
background-color css
<style>
a { background-color: #FAC8FF; }
a { background-color: rgb(250,200,255); }
div.DivClassName
{
background-color: #FAC8FF;
}
.BgClassName
{
background-color: #FAC8FF;
}
</style>
border-color css
<style>
span { border-color: #FAC8FF; }
span { border-color: rgb(250,200,255); }
td.TdClassName
{
border-color: #FAC8FF;
}
.TagClassName
{
border-color: #FAC8FF;
}
</style>