Shades of Snuff #FAC5F7
Tints of Snuff #FAC5F7
RGB
CMYK
RGB Variations
Color information
#FAC5F7 (or 0xFAC5F7) is known color: Snuff. HEX triplet: FA, C5 and F7. RGB value is (250,197,247). Sum of RGB (Red+Green+Blue) = 250+197+247=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 197 (77.34% from 255 or 28.39% from 694); Blue value is 247 (96.88% from 255 or 35.59% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC5F7 is #053A08. Grayscale: #DADADA. Windows color (decimal): -342537 or 16238074. OLE color: 16238074.
HSL color Cylindrical-coordinate representation of color #FAC5F7: hue angle of 303.4º 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 #FAC5F7 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 247 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.02 |
| HSL | 303.4º | 0.84% | 0.88% | - |
| HSV(B) | 303.4º | 0.21% | 0.98% | - |
| XYZ | 76.18 | 66.97 | 96.91 | - |
| YUV | 218.55 | 144.06 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 247 | 0 | 0.21 | 0.01 | 0.02 | 303.4 | 0.84 | 0.88 |
| Hex | FA | C5 | F7 | 0 | 15 | 1 | 2 | 12F | 54 | 58 |
| Octal | 372 | 305 | 367 | 0 | 25 | 1 | 2 | 457 | 124 | 130 |
| Binary | 11111010 | 11000101 | 11110111 | 0 | 10101 | 1 | 10 | 100101111 | 1010100 | 1011000 |
Color Harmonies of #FAC5F7
Complementary color
Monochromatic Colors of #FAC5F7
Black with #FAC5F7
Text Example
Text Example
White with #FAC5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5F7; }
p { color: rgb(250,197,247); }
H1.HeaderClassName
{
color: #FAC5F7;
}
.AnyTagClassName
{
color: #FAC5F7;
}
</style>
background-color css
<style>
a { background-color: #FAC5F7; }
a { background-color: rgb(250,197,247); }
div.DivClassName
{
background-color: #FAC5F7;
}
.BgClassName
{
background-color: #FAC5F7;
}
</style>
border-color css
<style>
span { border-color: #FAC5F7; }
span { border-color: rgb(250,197,247); }
td.TdClassName
{
border-color: #FAC5F7;
}
.TagClassName
{
border-color: #FAC5F7;
}
</style>