Shades of Snuff #FAC7FA
Tints of Snuff #FAC7FA
RGB
CMYK
RGB Variations
Color information
#FAC7FA (or 0xFAC7FA) is known color: Snuff. HEX triplet: FA, C7 and FA. RGB value is (250,199,250). Sum of RGB (Red+Green+Blue) = 250+199+250=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 199 (78.12% from 255 or 28.47% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAC7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC7FA is #053805. Grayscale: #DBDBDB. Windows color (decimal): -342022 or 16435194. OLE color: 16435194.
HSL color Cylindrical-coordinate representation of color #FAC7FA: hue angle of 300º degrees, saturation: 0.84, 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 #FAC7FA is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 250 | - |
| CMYK | 0 | 0.20 | 0 | 0.02 |
| HSL | 300º | 0.84% | 0.88% | - |
| HSV(B) | 300º | 0.2% | 0.98% | - |
| XYZ | 77.1 | 68.07 | 99.52 | - |
| YUV | 220.06 | 144.9 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 250 | 0 | 0.20 | 0 | 0.02 | 300 | 0.84 | 0.88 |
| Hex | FA | C7 | FA | 0 | 14 | 0 | 2 | 12C | 54 | 58 |
| Octal | 372 | 307 | 372 | 0 | 24 | 0 | 2 | 454 | 124 | 130 |
| Binary | 11111010 | 11000111 | 11111010 | 0 | 10100 | 0 | 10 | 100101100 | 1010100 | 1011000 |
Color Harmonies of #FAC7FA
Complementary color
Monochromatic Colors of #FAC7FA
Black with #FAC7FA
Text Example
Text Example
White with #FAC7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC7FA; }
p { color: rgb(250,199,250); }
H1.HeaderClassName
{
color: #FAC7FA;
}
.AnyTagClassName
{
color: #FAC7FA;
}
</style>
background-color css
<style>
a { background-color: #FAC7FA; }
a { background-color: rgb(250,199,250); }
div.DivClassName
{
background-color: #FAC7FA;
}
.BgClassName
{
background-color: #FAC7FA;
}
</style>
border-color css
<style>
span { border-color: #FAC7FA; }
span { border-color: rgb(250,199,250); }
td.TdClassName
{
border-color: #FAC7FA;
}
.TagClassName
{
border-color: #FAC7FA;
}
</style>