Shades of Snuff #FECDFD
Tints of Snuff #FECDFD
RGB
CMYK
RGB Variations
Color information
#FECDFD (or 0xFECDFD) is known color: Snuff. HEX triplet: FE, CD and FD. RGB value is (254,205,253). Sum of RGB (Red+Green+Blue) = 254+205+253=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 205 (80.47% from 255 or 28.79% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDFD is #013202. Grayscale: #E0E0E0. Windows color (decimal): -78339 or 16633342. OLE color: 16633342.
HSL color Cylindrical-coordinate representation of color #FECDFD: hue angle of 301.22º 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 #FECDFD is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 205 | 253 | - |
CMYK | 0 | 0.19 | 0.00 | 0.00 |
HSL | 301.22º | 0.96% | 0.9% | - |
HSV(B) | 301.22º | 0.19% | 1% | - |
XYZ | 80.43 | 71.83 | 102.55 | - |
YUV | 225.12 | 143.73 | 148.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 205 | 253 | 0 | 0.19 | 0.00 | 0.00 | 301.22 | 0.96 | 0.9 |
Hex | FE | CD | FD | 0 | 13 | 0 | 0 | 12D | 60 | 5A |
Octal | 376 | 315 | 375 | 0 | 23 | 0 | 0 | 455 | 140 | 132 |
Binary | 11111110 | 11001101 | 11111101 | 0 | 10011 | 0 | 0 | 100101101 | 1100000 | 1011010 |
Color Harmonies of #FECDFD
Complementary color
Monochromatic Colors of #FECDFD
Black with #FECDFD
Text Example
Text Example
White with #FECDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDFD; }
p { color: rgb(254,205,253); }
H1.HeaderClassName
{
color: #FECDFD;
}
.AnyTagClassName
{
color: #FECDFD;
}
</style>
background-color css
<style>
a { background-color: #FECDFD; }
a { background-color: rgb(254,205,253); }
div.DivClassName
{
background-color: #FECDFD;
}
.BgClassName
{
background-color: #FECDFD;
}
</style>
border-color css
<style>
span { border-color: #FECDFD; }
span { border-color: rgb(254,205,253); }
td.TdClassName
{
border-color: #FECDFD;
}
.TagClassName
{
border-color: #FECDFD;
}
</style>