Shades of Snuff #FECCF6
Tints of Snuff #FECCF6
RGB
CMYK
RGB Variations
Color information
#FECCF6 (or 0xFECCF6) is known color: Snuff. HEX triplet: FE, CC and F6. RGB value is (254,204,246). Sum of RGB (Red+Green+Blue) = 254+204+246=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 204 (80.08% from 255 or 28.98% from 704); Blue value is 246 (96.48% from 255 or 34.94% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCF6 is #013309. Grayscale: #DFDFDF. Windows color (decimal): -78602 or 16174334. OLE color: 16174334.
HSL color Cylindrical-coordinate representation of color #FECCF6: hue angle of 309.6º 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 #FECCF6 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 246 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.00 |
| HSL | 309.6º | 0.96% | 0.9% | - |
| HSV(B) | 309.6º | 0.2% | 1% | - |
| XYZ | 79.1 | 70.91 | 96.71 | - |
| YUV | 223.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 246 | 0 | 0.20 | 0.03 | 0.00 | 309.6 | 0.96 | 0.9 |
| Hex | FE | CC | F6 | 0 | 14 | 3 | 0 | 136 | 60 | 5A |
| Octal | 376 | 314 | 366 | 0 | 24 | 3 | 0 | 466 | 140 | 132 |
| Binary | 11111110 | 11001100 | 11110110 | 0 | 10100 | 11 | 0 | 100110110 | 1100000 | 1011010 |
Color Harmonies of #FECCF6
Complementary color
Monochromatic Colors of #FECCF6
Black with #FECCF6
Text Example
Text Example
White with #FECCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCF6; }
p { color: rgb(254,204,246); }
H1.HeaderClassName
{
color: #FECCF6;
}
.AnyTagClassName
{
color: #FECCF6;
}
</style>
background-color css
<style>
a { background-color: #FECCF6; }
a { background-color: rgb(254,204,246); }
div.DivClassName
{
background-color: #FECCF6;
}
.BgClassName
{
background-color: #FECCF6;
}
</style>
border-color css
<style>
span { border-color: #FECCF6; }
span { border-color: rgb(254,204,246); }
td.TdClassName
{
border-color: #FECCF6;
}
.TagClassName
{
border-color: #FECCF6;
}
</style>