Shades of Snuff #FAC9F5
Tints of Snuff #FAC9F5
RGB
CMYK
RGB Variations
Color information
#FAC9F5 (or 0xFAC9F5) is known color: Snuff. HEX triplet: FA, C9 and F5. RGB value is (250,201,245). Sum of RGB (Red+Green+Blue) = 250+201+245=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 201 (78.91% from 255 or 28.88% from 696); Blue value is 245 (96.09% from 255 or 35.20% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC9F5 is #05360A. Grayscale: #DCDCDC. Windows color (decimal): -341515 or 16108026. OLE color: 16108026.
HSL color Cylindrical-coordinate representation of color #FAC9F5: hue angle of 306.12º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC9F5 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 245 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.02 |
| HSL | 306.12º | 0.83% | 0.88% | - |
| HSV(B) | 306.12º | 0.2% | 0.98% | - |
| XYZ | 76.79 | 68.69 | 95.6 | - |
| YUV | 220.67 | 141.73 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 245 | 0 | 0.20 | 0.02 | 0.02 | 306.12 | 0.83 | 0.88 |
| Hex | FA | C9 | F5 | 0 | 14 | 2 | 2 | 132 | 53 | 58 |
| Octal | 372 | 311 | 365 | 0 | 24 | 2 | 2 | 462 | 123 | 130 |
| Binary | 11111010 | 11001001 | 11110101 | 0 | 10100 | 10 | 10 | 100110010 | 1010011 | 1011000 |
Color Harmonies of #FAC9F5
Complementary color
Monochromatic Colors of #FAC9F5
Black with #FAC9F5
Text Example
Text Example
White with #FAC9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9F5; }
p { color: rgb(250,201,245); }
H1.HeaderClassName
{
color: #FAC9F5;
}
.AnyTagClassName
{
color: #FAC9F5;
}
</style>
background-color css
<style>
a { background-color: #FAC9F5; }
a { background-color: rgb(250,201,245); }
div.DivClassName
{
background-color: #FAC9F5;
}
.BgClassName
{
background-color: #FAC9F5;
}
</style>
border-color css
<style>
span { border-color: #FAC9F5; }
span { border-color: rgb(250,201,245); }
td.TdClassName
{
border-color: #FAC9F5;
}
.TagClassName
{
border-color: #FAC9F5;
}
</style>