Shades of Snuff #FACCFE
Tints of Snuff #FACCFE
RGB
CMYK
RGB Variations
Color information
#FACCFE (or 0xFACCFE) is known color: Snuff. HEX triplet: FA, CC and FE. RGB value is (250,204,254). Sum of RGB (Red+Green+Blue) = 250+204+254=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 204 (80.08% from 255 or 28.81% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #FACCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACCFE is #053301. Grayscale: #DFDFDF. Windows color (decimal): -340738 or 16698618. OLE color: 16698618.
HSL color Cylindrical-coordinate representation of color #FACCFE: hue angle of 295.2º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FACCFE is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 204 | 254 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.00 |
| HSL | 295.2º | 0.96% | 0.9% | - |
| HSV(B) | 295.2º | 0.2% | 1% | - |
| XYZ | 78.91 | 70.67 | 103.25 | - |
| YUV | 223.45 | 145.24 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 254 | 0.02 | 0.20 | 0 | 0.00 | 295.2 | 0.96 | 0.9 |
| Hex | FA | CC | FE | 2 | 14 | 0 | 0 | 127 | 60 | 5A |
| Octal | 372 | 314 | 376 | 2 | 24 | 0 | 0 | 447 | 140 | 132 |
| Binary | 11111010 | 11001100 | 11111110 | 10 | 10100 | 0 | 0 | 100100111 | 1100000 | 1011010 |
Color Harmonies of #FACCFE
Complementary color
Monochromatic Colors of #FACCFE
Black with #FACCFE
Text Example
Text Example
White with #FACCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACCFE; }
p { color: rgb(250,204,254); }
H1.HeaderClassName
{
color: #FACCFE;
}
.AnyTagClassName
{
color: #FACCFE;
}
</style>
background-color css
<style>
a { background-color: #FACCFE; }
a { background-color: rgb(250,204,254); }
div.DivClassName
{
background-color: #FACCFE;
}
.BgClassName
{
background-color: #FACCFE;
}
</style>
border-color css
<style>
span { border-color: #FACCFE; }
span { border-color: rgb(250,204,254); }
td.TdClassName
{
border-color: #FACCFE;
}
.TagClassName
{
border-color: #FACCFE;
}
</style>