Shades of Snuff #FAC8F7
Tints of Snuff #FAC8F7
RGB
CMYK
RGB Variations
Color information
#FAC8F7 (or 0xFAC8F7) is known color: Snuff. HEX triplet: FA, C8 and F7. RGB value is (250,200,247). Sum of RGB (Red+Green+Blue) = 250+200+247=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 200 (78.52% from 255 or 28.69% from 697); Blue value is 247 (96.88% from 255 or 35.44% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC8F7 is #053708. Grayscale: #DCDCDC. Windows color (decimal): -341769 or 16238842. OLE color: 16238842.
HSL color Cylindrical-coordinate representation of color #FAC8F7: hue angle of 303.6º 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 #FAC8F7 is Cyan = 0, Magento = 0.2, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 247 | - |
| CMYK | 0 | 0.2 | 0.01 | 0.02 |
| HSL | 303.6º | 0.83% | 0.88% | - |
| HSV(B) | 303.6º | 0.2% | 0.98% | - |
| XYZ | 76.87 | 68.35 | 97.14 | - |
| YUV | 220.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 247 | 0 | 0.2 | 0.01 | 0.02 | 303.6 | 0.83 | 0.88 |
| Hex | FA | C8 | F7 | 0 | 14 | 1 | 2 | 130 | 53 | 58 |
| Octal | 372 | 310 | 367 | 0 | 24 | 1 | 2 | 460 | 123 | 130 |
| Binary | 11111010 | 11001000 | 11110111 | 0 | 10100 | 1 | 10 | 100110000 | 1010011 | 1011000 |
Color Harmonies of #FAC8F7
Complementary color
Monochromatic Colors of #FAC8F7
Black with #FAC8F7
Text Example
Text Example
White with #FAC8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC8F7; }
p { color: rgb(250,200,247); }
H1.HeaderClassName
{
color: #FAC8F7;
}
.AnyTagClassName
{
color: #FAC8F7;
}
</style>
background-color css
<style>
a { background-color: #FAC8F7; }
a { background-color: rgb(250,200,247); }
div.DivClassName
{
background-color: #FAC8F7;
}
.BgClassName
{
background-color: #FAC8F7;
}
</style>
border-color css
<style>
span { border-color: #FAC8F7; }
span { border-color: rgb(250,200,247); }
td.TdClassName
{
border-color: #FAC8F7;
}
.TagClassName
{
border-color: #FAC8F7;
}
</style>