Shades of Snuff #FACCF0
Tints of Snuff #FACCF0
RGB
CMYK
RGB Variations
Color information
#FACCF0 (or 0xFACCF0) is known color: Snuff. HEX triplet: FA, CC and F0. RGB value is (250,204,240). Sum of RGB (Red+Green+Blue) = 250+204+240=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 204 (80.08% from 255 or 29.39% from 694); Blue value is 240 (94.14% from 255 or 34.58% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACCF0 is #05330F. Grayscale: #DDDDDD. Windows color (decimal): -340752 or 15781114. OLE color: 15781114.
HSL color Cylindrical-coordinate representation of color #FACCF0: hue angle of 313.04º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FACCF0 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 240 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.02 |
| HSL | 313.04º | 0.82% | 0.89% | - |
| HSV(B) | 313.04º | 0.18% | 0.98% | - |
| XYZ | 76.75 | 69.8 | 91.87 | - |
| YUV | 221.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 240 | 0 | 0.18 | 0.04 | 0.02 | 313.04 | 0.82 | 0.89 |
| Hex | FA | CC | F0 | 0 | 12 | 4 | 2 | 139 | 52 | 59 |
| Octal | 372 | 314 | 360 | 0 | 22 | 4 | 2 | 471 | 122 | 131 |
| Binary | 11111010 | 11001100 | 11110000 | 0 | 10010 | 100 | 10 | 100111001 | 1010010 | 1011001 |
Color Harmonies of #FACCF0
Complementary color
Monochromatic Colors of #FACCF0
Black with #FACCF0
Text Example
Text Example
White with #FACCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACCF0; }
p { color: rgb(250,204,240); }
H1.HeaderClassName
{
color: #FACCF0;
}
.AnyTagClassName
{
color: #FACCF0;
}
</style>
background-color css
<style>
a { background-color: #FACCF0; }
a { background-color: rgb(250,204,240); }
div.DivClassName
{
background-color: #FACCF0;
}
.BgClassName
{
background-color: #FACCF0;
}
</style>
border-color css
<style>
span { border-color: #FACCF0; }
span { border-color: rgb(250,204,240); }
td.TdClassName
{
border-color: #FACCF0;
}
.TagClassName
{
border-color: #FACCF0;
}
</style>