Shades of Snuff #FAC5F8
Tints of Snuff #FAC5F8
RGB
CMYK
RGB Variations
Color information
#FAC5F8 (or 0xFAC5F8) is known color: Snuff. HEX triplet: FA, C5 and F8. RGB value is (250,197,248). Sum of RGB (Red+Green+Blue) = 250+197+248=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 197 (77.34% from 255 or 28.35% from 695); Blue value is 248 (97.27% from 255 or 35.68% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC5F8 is #053A07. Grayscale: #DADADA. Windows color (decimal): -342536 or 16303610. OLE color: 16303610.
HSL color Cylindrical-coordinate representation of color #FAC5F8: hue angle of 302.26º 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 #FAC5F8 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 248 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.02 |
| HSL | 302.26º | 0.84% | 0.88% | - |
| HSV(B) | 302.26º | 0.21% | 0.98% | - |
| XYZ | 76.33 | 67.03 | 97.72 | - |
| YUV | 218.66 | 144.56 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 248 | 0 | 0.21 | 0.01 | 0.02 | 302.26 | 0.84 | 0.88 |
| Hex | FA | C5 | F8 | 0 | 15 | 1 | 2 | 12E | 54 | 58 |
| Octal | 372 | 305 | 370 | 0 | 25 | 1 | 2 | 456 | 124 | 130 |
| Binary | 11111010 | 11000101 | 11111000 | 0 | 10101 | 1 | 10 | 100101110 | 1010100 | 1011000 |
Color Harmonies of #FAC5F8
Complementary color
Monochromatic Colors of #FAC5F8
Black with #FAC5F8
Text Example
Text Example
White with #FAC5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5F8; }
p { color: rgb(250,197,248); }
H1.HeaderClassName
{
color: #FAC5F8;
}
.AnyTagClassName
{
color: #FAC5F8;
}
</style>
background-color css
<style>
a { background-color: #FAC5F8; }
a { background-color: rgb(250,197,248); }
div.DivClassName
{
background-color: #FAC5F8;
}
.BgClassName
{
background-color: #FAC5F8;
}
</style>
border-color css
<style>
span { border-color: #FAC5F8; }
span { border-color: rgb(250,197,248); }
td.TdClassName
{
border-color: #FAC5F8;
}
.TagClassName
{
border-color: #FAC5F8;
}
</style>