Shades of Snuff #FECDFC
Tints of Snuff #FECDFC
RGB
CMYK
RGB Variations
Color information
#FECDFC (or 0xFECDFC) is known color: Snuff. HEX triplet: FE, CD and FC. RGB value is (254,205,252). Sum of RGB (Red+Green+Blue) = 254+205+252=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 205 (80.47% from 255 or 28.83% from 711); Blue value is 252 (98.83% from 255 or 35.44% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDFC is #013203. Grayscale: #E0E0E0. Windows color (decimal): -78340 or 16567806. OLE color: 16567806.
HSL color Cylindrical-coordinate representation of color #FECDFC: hue angle of 302.45º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECDFC is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 252 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.00 |
| HSL | 302.45º | 0.96% | 0.9% | - |
| HSV(B) | 302.45º | 0.19% | 1% | - |
| XYZ | 80.28 | 71.76 | 101.72 | - |
| YUV | 225.01 | 143.23 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 252 | 0 | 0.19 | 0.01 | 0.00 | 302.45 | 0.96 | 0.9 |
| Hex | FE | CD | FC | 0 | 13 | 1 | 0 | 12E | 60 | 5A |
| Octal | 376 | 315 | 374 | 0 | 23 | 1 | 0 | 456 | 140 | 132 |
| Binary | 11111110 | 11001101 | 11111100 | 0 | 10011 | 1 | 0 | 100101110 | 1100000 | 1011010 |
Color Harmonies of #FECDFC
Complementary color
Monochromatic Colors of #FECDFC
Black with #FECDFC
Text Example
Text Example
White with #FECDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDFC; }
p { color: rgb(254,205,252); }
H1.HeaderClassName
{
color: #FECDFC;
}
.AnyTagClassName
{
color: #FECDFC;
}
</style>
background-color css
<style>
a { background-color: #FECDFC; }
a { background-color: rgb(254,205,252); }
div.DivClassName
{
background-color: #FECDFC;
}
.BgClassName
{
background-color: #FECDFC;
}
</style>
border-color css
<style>
span { border-color: #FECDFC; }
span { border-color: rgb(254,205,252); }
td.TdClassName
{
border-color: #FECDFC;
}
.TagClassName
{
border-color: #FECDFC;
}
</style>