Shades of Snuff #FAC8F8
Tints of Snuff #FAC8F8
RGB
CMYK
RGB Variations
Color information
#FAC8F8 (or 0xFAC8F8) is known color: Snuff. HEX triplet: FA, C8 and F8. RGB value is (250,200,248). Sum of RGB (Red+Green+Blue) = 250+200+248=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 200 (78.52% from 255 or 28.65% from 698); Blue value is 248 (97.27% from 255 or 35.53% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC8F8 is #053707. Grayscale: #DCDCDC. Windows color (decimal): -341768 or 16304378. OLE color: 16304378.
HSL color Cylindrical-coordinate representation of color #FAC8F8: hue angle of 302.4º 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 #FAC8F8 is Cyan = 0, Magento = 0.2, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 248 | - |
| CMYK | 0 | 0.2 | 0.01 | 0.02 |
| HSL | 302.4º | 0.83% | 0.88% | - |
| HSV(B) | 302.4º | 0.2% | 0.98% | - |
| XYZ | 77.02 | 68.41 | 97.95 | - |
| YUV | 220.42 | 143.57 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 248 | 0 | 0.2 | 0.01 | 0.02 | 302.4 | 0.83 | 0.88 |
| Hex | FA | C8 | F8 | 0 | 14 | 1 | 2 | 12E | 53 | 58 |
| Octal | 372 | 310 | 370 | 0 | 24 | 1 | 2 | 456 | 123 | 130 |
| Binary | 11111010 | 11001000 | 11111000 | 0 | 10100 | 1 | 10 | 100101110 | 1010011 | 1011000 |
Color Harmonies of #FAC8F8
Complementary color
Monochromatic Colors of #FAC8F8
Black with #FAC8F8
Text Example
Text Example
White with #FAC8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC8F8; }
p { color: rgb(250,200,248); }
H1.HeaderClassName
{
color: #FAC8F8;
}
.AnyTagClassName
{
color: #FAC8F8;
}
</style>
background-color css
<style>
a { background-color: #FAC8F8; }
a { background-color: rgb(250,200,248); }
div.DivClassName
{
background-color: #FAC8F8;
}
.BgClassName
{
background-color: #FAC8F8;
}
</style>
border-color css
<style>
span { border-color: #FAC8F8; }
span { border-color: rgb(250,200,248); }
td.TdClassName
{
border-color: #FAC8F8;
}
.TagClassName
{
border-color: #FAC8F8;
}
</style>