Shades of Snuff #FECCF7
Tints of Snuff #FECCF7
RGB
CMYK
RGB Variations
Color information
#FECCF7 (or 0xFECCF7) is known color: Snuff. HEX triplet: FE, CC and F7. RGB value is (254,204,247). Sum of RGB (Red+Green+Blue) = 254+204+247=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 204 (80.08% from 255 or 28.94% from 705); Blue value is 247 (96.88% from 255 or 35.04% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCF7 is #013308. Grayscale: #DFDFDF. Windows color (decimal): -78601 or 16239870. OLE color: 16239870.
HSL color Cylindrical-coordinate representation of color #FECCF7: hue angle of 308.4º 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 #FECCF7 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 247 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.00 |
| HSL | 308.4º | 0.96% | 0.9% | - |
| HSV(B) | 308.4º | 0.2% | 1% | - |
| XYZ | 79.25 | 70.97 | 97.52 | - |
| YUV | 223.85 | 141.07 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 247 | 0 | 0.20 | 0.03 | 0.00 | 308.4 | 0.96 | 0.9 |
| Hex | FE | CC | F7 | 0 | 14 | 3 | 0 | 134 | 60 | 5A |
| Octal | 376 | 314 | 367 | 0 | 24 | 3 | 0 | 464 | 140 | 132 |
| Binary | 11111110 | 11001100 | 11110111 | 0 | 10100 | 11 | 0 | 100110100 | 1100000 | 1011010 |
Color Harmonies of #FECCF7
Complementary color
Monochromatic Colors of #FECCF7
Black with #FECCF7
Text Example
Text Example
White with #FECCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCF7; }
p { color: rgb(254,204,247); }
H1.HeaderClassName
{
color: #FECCF7;
}
.AnyTagClassName
{
color: #FECCF7;
}
</style>
background-color css
<style>
a { background-color: #FECCF7; }
a { background-color: rgb(254,204,247); }
div.DivClassName
{
background-color: #FECCF7;
}
.BgClassName
{
background-color: #FECCF7;
}
</style>
border-color css
<style>
span { border-color: #FECCF7; }
span { border-color: rgb(254,204,247); }
td.TdClassName
{
border-color: #FECCF7;
}
.TagClassName
{
border-color: #FECCF7;
}
</style>