Shades of Snuff #FAC5F4
Tints of Snuff #FAC5F4
RGB
CMYK
RGB Variations
Color information
#FAC5F4 (or 0xFAC5F4) is known color: Snuff. HEX triplet: FA, C5 and F4. RGB value is (250,197,244). Sum of RGB (Red+Green+Blue) = 250+197+244=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 197 (77.34% from 255 or 28.51% from 691); Blue value is 244 (95.70% from 255 or 35.31% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC5F4 is #053A0B. Grayscale: #DADADA. Windows color (decimal): -342540 or 16041466. OLE color: 16041466.
HSL color Cylindrical-coordinate representation of color #FAC5F4: hue angle of 306.79º 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 #FAC5F4 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 244 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.02 |
| HSL | 306.79º | 0.84% | 0.88% | - |
| HSV(B) | 306.79º | 0.21% | 0.98% | - |
| XYZ | 75.72 | 66.79 | 94.49 | - |
| YUV | 218.21 | 142.56 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 244 | 0 | 0.21 | 0.02 | 0.02 | 306.79 | 0.84 | 0.88 |
| Hex | FA | C5 | F4 | 0 | 15 | 2 | 2 | 133 | 54 | 58 |
| Octal | 372 | 305 | 364 | 0 | 25 | 2 | 2 | 463 | 124 | 130 |
| Binary | 11111010 | 11000101 | 11110100 | 0 | 10101 | 10 | 10 | 100110011 | 1010100 | 1011000 |
Color Harmonies of #FAC5F4
Complementary color
Monochromatic Colors of #FAC5F4
Black with #FAC5F4
Text Example
Text Example
White with #FAC5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5F4; }
p { color: rgb(250,197,244); }
H1.HeaderClassName
{
color: #FAC5F4;
}
.AnyTagClassName
{
color: #FAC5F4;
}
</style>
background-color css
<style>
a { background-color: #FAC5F4; }
a { background-color: rgb(250,197,244); }
div.DivClassName
{
background-color: #FAC5F4;
}
.BgClassName
{
background-color: #FAC5F4;
}
</style>
border-color css
<style>
span { border-color: #FAC5F4; }
span { border-color: rgb(250,197,244); }
td.TdClassName
{
border-color: #FAC5F4;
}
.TagClassName
{
border-color: #FAC5F4;
}
</style>