Shades of Snuff #FACCFD
Tints of Snuff #FACCFD
RGB
CMYK
RGB Variations
Color information
#FACCFD (or 0xFACCFD) is known color: Snuff. HEX triplet: FA, CC and FD. RGB value is (250,204,253). Sum of RGB (Red+Green+Blue) = 250+204+253=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 204 (80.08% from 255 or 28.85% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #FACCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACCFD is #053302. Grayscale: #DFDFDF. Windows color (decimal): -340739 or 16633082. OLE color: 16633082.
HSL color Cylindrical-coordinate representation of color #FACCFD: hue angle of 296.33º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACCFD is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 204 | 253 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.01 |
| HSL | 296.33º | 0.92% | 0.9% | - |
| HSV(B) | 296.33º | 0.19% | 0.99% | - |
| XYZ | 78.75 | 70.6 | 102.41 | - |
| YUV | 223.34 | 144.74 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 253 | 0.01 | 0.19 | 0 | 0.01 | 296.33 | 0.92 | 0.9 |
| Hex | FA | CC | FD | 1 | 13 | 0 | 1 | 128 | 5C | 5A |
| Octal | 372 | 314 | 375 | 1 | 23 | 0 | 1 | 450 | 134 | 132 |
| Binary | 11111010 | 11001100 | 11111101 | 1 | 10011 | 0 | 1 | 100101000 | 1011100 | 1011010 |
Color Harmonies of #FACCFD
Complementary color
Monochromatic Colors of #FACCFD
Black with #FACCFD
Text Example
Text Example
White with #FACCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACCFD; }
p { color: rgb(250,204,253); }
H1.HeaderClassName
{
color: #FACCFD;
}
.AnyTagClassName
{
color: #FACCFD;
}
</style>
background-color css
<style>
a { background-color: #FACCFD; }
a { background-color: rgb(250,204,253); }
div.DivClassName
{
background-color: #FACCFD;
}
.BgClassName
{
background-color: #FACCFD;
}
</style>
border-color css
<style>
span { border-color: #FACCFD; }
span { border-color: rgb(250,204,253); }
td.TdClassName
{
border-color: #FACCFD;
}
.TagClassName
{
border-color: #FACCFD;
}
</style>