Shades of Snuff #FECCFD
Tints of Snuff #FECCFD
RGB
CMYK
RGB Variations
Color information
#FECCFD (or 0xFECCFD) is known color: Snuff. HEX triplet: FE, CC and FD. RGB value is (254,204,253). Sum of RGB (Red+Green+Blue) = 254+204+253=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 204 (80.08% from 255 or 28.69% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCFD is #013302. Grayscale: #E0E0E0. Windows color (decimal): -78595 or 16633086. OLE color: 16633086.
HSL color Cylindrical-coordinate representation of color #FECCFD: hue angle of 301.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 #FECCFD is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 253 | - |
| CMYK | 0 | 0.20 | 0.00 | 0.00 |
| HSL | 301.2º | 0.96% | 0.9% | - |
| HSV(B) | 301.2º | 0.2% | 1% | - |
| XYZ | 80.2 | 71.35 | 102.47 | - |
| YUV | 224.54 | 144.07 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 253 | 0 | 0.20 | 0.00 | 0.00 | 301.2 | 0.96 | 0.9 |
| Hex | FE | CC | FD | 0 | 14 | 0 | 0 | 12D | 60 | 5A |
| Octal | 376 | 314 | 375 | 0 | 24 | 0 | 0 | 455 | 140 | 132 |
| Binary | 11111110 | 11001100 | 11111101 | 0 | 10100 | 0 | 0 | 100101101 | 1100000 | 1011010 |
Color Harmonies of #FECCFD
Complementary color
Monochromatic Colors of #FECCFD
Black with #FECCFD
Text Example
Text Example
White with #FECCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCFD; }
p { color: rgb(254,204,253); }
H1.HeaderClassName
{
color: #FECCFD;
}
.AnyTagClassName
{
color: #FECCFD;
}
</style>
background-color css
<style>
a { background-color: #FECCFD; }
a { background-color: rgb(254,204,253); }
div.DivClassName
{
background-color: #FECCFD;
}
.BgClassName
{
background-color: #FECCFD;
}
</style>
border-color css
<style>
span { border-color: #FECCFD; }
span { border-color: rgb(254,204,253); }
td.TdClassName
{
border-color: #FECCFD;
}
.TagClassName
{
border-color: #FECCFD;
}
</style>