Shades of Snuff #FAC5F1
Tints of Snuff #FAC5F1
RGB
CMYK
RGB Variations
Color information
#FAC5F1 (or 0xFAC5F1) is known color: Snuff. HEX triplet: FA, C5 and F1. RGB value is (250,197,241). Sum of RGB (Red+Green+Blue) = 250+197+241=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 197 (77.34% from 255 or 28.63% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC5F1 is #053A0E. Grayscale: #D9D9D9. Windows color (decimal): -342543 or 15844858. OLE color: 15844858.
HSL color Cylindrical-coordinate representation of color #FAC5F1: hue angle of 310.19º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAC5F1 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 241 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.02 |
| HSL | 310.19º | 0.84% | 0.88% | - |
| HSV(B) | 310.19º | 0.21% | 0.98% | - |
| XYZ | 75.27 | 66.61 | 92.11 | - |
| YUV | 217.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 241 | 0 | 0.21 | 0.04 | 0.02 | 310.19 | 0.84 | 0.88 |
| Hex | FA | C5 | F1 | 0 | 15 | 4 | 2 | 136 | 54 | 58 |
| Octal | 372 | 305 | 361 | 0 | 25 | 4 | 2 | 466 | 124 | 130 |
| Binary | 11111010 | 11000101 | 11110001 | 0 | 10101 | 100 | 10 | 100110110 | 1010100 | 1011000 |
Color Harmonies of #FAC5F1
Complementary color
Monochromatic Colors of #FAC5F1
Black with #FAC5F1
Text Example
Text Example
White with #FAC5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5F1; }
p { color: rgb(250,197,241); }
H1.HeaderClassName
{
color: #FAC5F1;
}
.AnyTagClassName
{
color: #FAC5F1;
}
</style>
background-color css
<style>
a { background-color: #FAC5F1; }
a { background-color: rgb(250,197,241); }
div.DivClassName
{
background-color: #FAC5F1;
}
.BgClassName
{
background-color: #FAC5F1;
}
</style>
border-color css
<style>
span { border-color: #FAC5F1; }
span { border-color: rgb(250,197,241); }
td.TdClassName
{
border-color: #FAC5F1;
}
.TagClassName
{
border-color: #FAC5F1;
}
</style>