Shades of Snuff #FAC9FF
Tints of Snuff #FAC9FF
RGB
CMYK
RGB Variations
Color information
#FAC9FF (or 0xFAC9FF) is known color: Snuff. HEX triplet: FA, C9 and FF. RGB value is (250,201,255). Sum of RGB (Red+Green+Blue) = 250+201+255=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 201 (78.91% from 255 or 28.47% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAC9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC9FF is #053600. Grayscale: #DDDDDD. Windows color (decimal): -341505 or 16763386. OLE color: 16763386.
HSL color Cylindrical-coordinate representation of color #FAC9FF: hue angle of 294.44º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAC9FF is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 201 | 255 | - |
| CMYK | 0.02 | 0.21 | 0 | 0 |
| HSL | 294.44º | 1% | 0.89% | - |
| HSV(B) | 294.44º | 0.21% | 1% | - |
| XYZ | 78.36 | 69.32 | 103.86 | - |
| YUV | 221.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 255 | 0.02 | 0.21 | 0 | 0 | 294.44 | 1 | 0.89 |
| Hex | FA | C9 | FF | 2 | 15 | 0 | 0 | 126 | 64 | 59 |
| Octal | 372 | 311 | 377 | 2 | 25 | 0 | 0 | 446 | 144 | 131 |
| Binary | 11111010 | 11001001 | 11111111 | 10 | 10101 | 0 | 0 | 100100110 | 1100100 | 1011001 |
Color Harmonies of #FAC9FF
Complementary color
Monochromatic Colors of #FAC9FF
Black with #FAC9FF
Text Example
Text Example
White with #FAC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9FF; }
p { color: rgb(250,201,255); }
H1.HeaderClassName
{
color: #FAC9FF;
}
.AnyTagClassName
{
color: #FAC9FF;
}
</style>
background-color css
<style>
a { background-color: #FAC9FF; }
a { background-color: rgb(250,201,255); }
div.DivClassName
{
background-color: #FAC9FF;
}
.BgClassName
{
background-color: #FAC9FF;
}
</style>
border-color css
<style>
span { border-color: #FAC9FF; }
span { border-color: rgb(250,201,255); }
td.TdClassName
{
border-color: #FAC9FF;
}
.TagClassName
{
border-color: #FAC9FF;
}
</style>