Shades of Snuff #FAC9F0
Tints of Snuff #FAC9F0
RGB
CMYK
RGB Variations
Color information
#FAC9F0 (or 0xFAC9F0) is known color: Snuff. HEX triplet: FA, C9 and F0. RGB value is (250,201,240). Sum of RGB (Red+Green+Blue) = 250+201+240=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 201 (78.91% from 255 or 29.09% from 691); Blue value is 240 (94.14% from 255 or 34.73% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC9F0 is #05360F. Grayscale: #DBDBDB. Windows color (decimal): -341520 or 15780346. OLE color: 15780346.
HSL color Cylindrical-coordinate representation of color #FAC9F0: hue angle of 312.24º 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 #FAC9F0 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 201 | 240 | - |
CMYK | 0 | 0.20 | 0.04 | 0.02 |
HSL | 312.24º | 0.83% | 0.88% | - |
HSV(B) | 312.24º | 0.2% | 0.98% | - |
XYZ | 76.04 | 68.39 | 91.63 | - |
YUV | 220.1 | 139.23 | 149.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 201 | 240 | 0 | 0.20 | 0.04 | 0.02 | 312.24 | 0.83 | 0.88 |
Hex | FA | C9 | F0 | 0 | 14 | 4 | 2 | 138 | 53 | 58 |
Octal | 372 | 311 | 360 | 0 | 24 | 4 | 2 | 470 | 123 | 130 |
Binary | 11111010 | 11001001 | 11110000 | 0 | 10100 | 100 | 10 | 100111000 | 1010011 | 1011000 |
Color Harmonies of #FAC9F0
Complementary color
Monochromatic Colors of #FAC9F0
Black with #FAC9F0
Text Example
Text Example
White with #FAC9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9F0; }
p { color: rgb(250,201,240); }
H1.HeaderClassName
{
color: #FAC9F0;
}
.AnyTagClassName
{
color: #FAC9F0;
}
</style>
background-color css
<style>
a { background-color: #FAC9F0; }
a { background-color: rgb(250,201,240); }
div.DivClassName
{
background-color: #FAC9F0;
}
.BgClassName
{
background-color: #FAC9F0;
}
</style>
border-color css
<style>
span { border-color: #FAC9F0; }
span { border-color: rgb(250,201,240); }
td.TdClassName
{
border-color: #FAC9F0;
}
.TagClassName
{
border-color: #FAC9F0;
}
</style>