Shades of Snuff #FAC8F1
Tints of Snuff #FAC8F1
RGB
CMYK
RGB Variations
Color information
#FAC8F1 (or 0xFAC8F1) is known color: Snuff. HEX triplet: FA, C8 and F1. RGB value is (250,200,241). Sum of RGB (Red+Green+Blue) = 250+200+241=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 200 (78.52% from 255 or 28.94% from 691); Blue value is 241 (94.53% from 255 or 34.88% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC8F1 is #05370E. Grayscale: #DBDBDB. Windows color (decimal): -341775 or 15845626. OLE color: 15845626.
HSL color Cylindrical-coordinate representation of color #FAC8F1: hue angle of 310.8º 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 #FAC8F1 is Cyan = 0, Magento = 0.2, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 241 | - |
| CMYK | 0 | 0.2 | 0.04 | 0.02 |
| HSL | 310.8º | 0.83% | 0.88% | - |
| HSV(B) | 310.8º | 0.2% | 0.98% | - |
| XYZ | 75.96 | 67.98 | 92.34 | - |
| YUV | 219.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 241 | 0 | 0.2 | 0.04 | 0.02 | 310.8 | 0.83 | 0.88 |
| Hex | FA | C8 | F1 | 0 | 14 | 4 | 2 | 137 | 53 | 58 |
| Octal | 372 | 310 | 361 | 0 | 24 | 4 | 2 | 467 | 123 | 130 |
| Binary | 11111010 | 11001000 | 11110001 | 0 | 10100 | 100 | 10 | 100110111 | 1010011 | 1011000 |
Color Harmonies of #FAC8F1
Complementary color
Monochromatic Colors of #FAC8F1
Black with #FAC8F1
Text Example
Text Example
White with #FAC8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC8F1; }
p { color: rgb(250,200,241); }
H1.HeaderClassName
{
color: #FAC8F1;
}
.AnyTagClassName
{
color: #FAC8F1;
}
</style>
background-color css
<style>
a { background-color: #FAC8F1; }
a { background-color: rgb(250,200,241); }
div.DivClassName
{
background-color: #FAC8F1;
}
.BgClassName
{
background-color: #FAC8F1;
}
</style>
border-color css
<style>
span { border-color: #FAC8F1; }
span { border-color: rgb(250,200,241); }
td.TdClassName
{
border-color: #FAC8F1;
}
.TagClassName
{
border-color: #FAC8F1;
}
</style>