Shades of Snuff #FAC9F2
Tints of Snuff #FAC9F2
RGB
CMYK
RGB Variations
Color information
#FAC9F2 (or 0xFAC9F2) is known color: Snuff. HEX triplet: FA, C9 and F2. RGB value is (250,201,242). Sum of RGB (Red+Green+Blue) = 250+201+242=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 201 (78.91% from 255 or 29.00% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC9F2 is #05360D. Grayscale: #DCDCDC. Windows color (decimal): -341518 or 15911418. OLE color: 15911418.
HSL color Cylindrical-coordinate representation of color #FAC9F2: hue angle of 309.8º 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 #FAC9F2 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 242 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.02 |
| HSL | 309.8º | 0.83% | 0.88% | - |
| HSV(B) | 309.8º | 0.2% | 0.98% | - |
| XYZ | 76.34 | 68.51 | 93.2 | - |
| YUV | 220.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 242 | 0 | 0.20 | 0.03 | 0.02 | 309.8 | 0.83 | 0.88 |
| Hex | FA | C9 | F2 | 0 | 14 | 3 | 2 | 136 | 53 | 58 |
| Octal | 372 | 311 | 362 | 0 | 24 | 3 | 2 | 466 | 123 | 130 |
| Binary | 11111010 | 11001001 | 11110010 | 0 | 10100 | 11 | 10 | 100110110 | 1010011 | 1011000 |
Color Harmonies of #FAC9F2
Complementary color
Monochromatic Colors of #FAC9F2
Black with #FAC9F2
Text Example
Text Example
White with #FAC9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9F2; }
p { color: rgb(250,201,242); }
H1.HeaderClassName
{
color: #FAC9F2;
}
.AnyTagClassName
{
color: #FAC9F2;
}
</style>
background-color css
<style>
a { background-color: #FAC9F2; }
a { background-color: rgb(250,201,242); }
div.DivClassName
{
background-color: #FAC9F2;
}
.BgClassName
{
background-color: #FAC9F2;
}
</style>
border-color css
<style>
span { border-color: #FAC9F2; }
span { border-color: rgb(250,201,242); }
td.TdClassName
{
border-color: #FAC9F2;
}
.TagClassName
{
border-color: #FAC9F2;
}
</style>