Shades of Snuff #FAC3F2
Tints of Snuff #FAC3F2
RGB
CMYK
RGB Variations
Color information
#FAC3F2 (or 0xFAC3F2) is known color: Snuff. HEX triplet: FA, C3 and F2. RGB value is (250,195,242). Sum of RGB (Red+Green+Blue) = 250+195+242=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 195 (76.56% from 255 or 28.38% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC3F2 is #053C0D. Grayscale: #D8D8D8. Windows color (decimal): -343054 or 15909882. OLE color: 15909882.
HSL color Cylindrical-coordinate representation of color #FAC3F2: hue angle of 308.73º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC3F2 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 242 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.02 |
| HSL | 308.73º | 0.85% | 0.87% | - |
| HSV(B) | 308.73º | 0.22% | 0.98% | - |
| XYZ | 74.97 | 65.77 | 92.75 | - |
| YUV | 216.8 | 142.22 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 242 | 0 | 0.22 | 0.03 | 0.02 | 308.73 | 0.85 | 0.87 |
| Hex | FA | C3 | F2 | 0 | 16 | 3 | 2 | 135 | 55 | 57 |
| Octal | 372 | 303 | 362 | 0 | 26 | 3 | 2 | 465 | 125 | 127 |
| Binary | 11111010 | 11000011 | 11110010 | 0 | 10110 | 11 | 10 | 100110101 | 1010101 | 1010111 |
Color Harmonies of #FAC3F2
Complementary color
Monochromatic Colors of #FAC3F2
Black with #FAC3F2
Text Example
Text Example
White with #FAC3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC3F2; }
p { color: rgb(250,195,242); }
H1.HeaderClassName
{
color: #FAC3F2;
}
.AnyTagClassName
{
color: #FAC3F2;
}
</style>
background-color css
<style>
a { background-color: #FAC3F2; }
a { background-color: rgb(250,195,242); }
div.DivClassName
{
background-color: #FAC3F2;
}
.BgClassName
{
background-color: #FAC3F2;
}
</style>
border-color css
<style>
span { border-color: #FAC3F2; }
span { border-color: rgb(250,195,242); }
td.TdClassName
{
border-color: #FAC3F2;
}
.TagClassName
{
border-color: #FAC3F2;
}
</style>