Shades of Snuff #FACCFC
Tints of Snuff #FACCFC
RGB
CMYK
RGB Variations
Color information
#FACCFC (or 0xFACCFC) is known color: Snuff. HEX triplet: FA, CC and FC. RGB value is (250,204,252). Sum of RGB (Red+Green+Blue) = 250+204+252=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 204 (80.08% from 255 or 28.90% from 706); Blue value is 252 (98.83% from 255 or 35.69% from 706); Max value from RGB is 252 - color contains mainly: blue. Hex color #FACCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACCFC is #053303. Grayscale: #DFDFDF. Windows color (decimal): -340740 or 16567546. OLE color: 16567546.
HSL color Cylindrical-coordinate representation of color #FACCFC: hue angle of 297.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACCFC is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 204 | 252 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.01 |
| HSL | 297.5º | 0.89% | 0.89% | - |
| HSV(B) | 297.5º | 0.19% | 0.99% | - |
| XYZ | 78.59 | 70.54 | 101.57 | - |
| YUV | 223.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 252 | 0.01 | 0.19 | 0 | 0.01 | 297.5 | 0.89 | 0.89 |
| Hex | FA | CC | FC | 1 | 13 | 0 | 1 | 12A | 59 | 59 |
| Octal | 372 | 314 | 374 | 1 | 23 | 0 | 1 | 452 | 131 | 131 |
| Binary | 11111010 | 11001100 | 11111100 | 1 | 10011 | 0 | 1 | 100101010 | 1011001 | 1011001 |
Color Harmonies of #FACCFC
Complementary color
Monochromatic Colors of #FACCFC
Black with #FACCFC
Text Example
Text Example
White with #FACCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACCFC; }
p { color: rgb(250,204,252); }
H1.HeaderClassName
{
color: #FACCFC;
}
.AnyTagClassName
{
color: #FACCFC;
}
</style>
background-color css
<style>
a { background-color: #FACCFC; }
a { background-color: rgb(250,204,252); }
div.DivClassName
{
background-color: #FACCFC;
}
.BgClassName
{
background-color: #FACCFC;
}
</style>
border-color css
<style>
span { border-color: #FACCFC; }
span { border-color: rgb(250,204,252); }
td.TdClassName
{
border-color: #FACCFC;
}
.TagClassName
{
border-color: #FACCFC;
}
</style>