Shades of Snuff #FAC8F2
Tints of Snuff #FAC8F2
RGB
CMYK
RGB Variations
Color information
#FAC8F2 (or 0xFAC8F2) is known color: Snuff. HEX triplet: FA, C8 and F2. RGB value is (250,200,242). Sum of RGB (Red+Green+Blue) = 250+200+242=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 200 (78.52% from 255 or 28.90% from 692); Blue value is 242 (94.92% from 255 or 34.97% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC8F2 is #05370D. Grayscale: #DBDBDB. Windows color (decimal): -341774 or 15911162. OLE color: 15911162.
HSL color Cylindrical-coordinate representation of color #FAC8F2: hue angle of 309.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 #FAC8F2 is Cyan = 0, Magento = 0.2, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 242 | - |
| CMYK | 0 | 0.2 | 0.03 | 0.02 |
| HSL | 309.6º | 0.83% | 0.88% | - |
| HSV(B) | 309.6º | 0.2% | 0.98% | - |
| XYZ | 76.11 | 68.04 | 93.13 | - |
| YUV | 219.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 242 | 0 | 0.2 | 0.03 | 0.02 | 309.6 | 0.83 | 0.88 |
| Hex | FA | C8 | F2 | 0 | 14 | 3 | 2 | 136 | 53 | 58 |
| Octal | 372 | 310 | 362 | 0 | 24 | 3 | 2 | 466 | 123 | 130 |
| Binary | 11111010 | 11001000 | 11110010 | 0 | 10100 | 11 | 10 | 100110110 | 1010011 | 1011000 |
Color Harmonies of #FAC8F2
Complementary color
Monochromatic Colors of #FAC8F2
Black with #FAC8F2
Text Example
Text Example
White with #FAC8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC8F2; }
p { color: rgb(250,200,242); }
H1.HeaderClassName
{
color: #FAC8F2;
}
.AnyTagClassName
{
color: #FAC8F2;
}
</style>
background-color css
<style>
a { background-color: #FAC8F2; }
a { background-color: rgb(250,200,242); }
div.DivClassName
{
background-color: #FAC8F2;
}
.BgClassName
{
background-color: #FAC8F2;
}
</style>
border-color css
<style>
span { border-color: #FAC8F2; }
span { border-color: rgb(250,200,242); }
td.TdClassName
{
border-color: #FAC8F2;
}
.TagClassName
{
border-color: #FAC8F2;
}
</style>