Shades of Snuff #FECDF9
Tints of Snuff #FECDF9
RGB
CMYK
RGB Variations
Color information
#FECDF9 (or 0xFECDF9) is known color: Snuff. HEX triplet: FE, CD and F9. RGB value is (254,205,249). Sum of RGB (Red+Green+Blue) = 254+205+249=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 205 (80.47% from 255 or 28.95% from 708); Blue value is 249 (97.66% from 255 or 35.17% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDF9 is #013206. Grayscale: #E0E0E0. Windows color (decimal): -78343 or 16371198. OLE color: 16371198.
HSL color Cylindrical-coordinate representation of color #FECDF9: hue angle of 306.12º 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 #FECDF9 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 205 | 249 | - |
CMYK | 0 | 0.19 | 0.02 | 0.00 |
HSL | 306.12º | 0.96% | 0.9% | - |
HSV(B) | 306.12º | 0.19% | 1% | - |
XYZ | 79.8 | 71.57 | 99.23 | - |
YUV | 224.67 | 141.73 | 148.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 205 | 249 | 0 | 0.19 | 0.02 | 0.00 | 306.12 | 0.96 | 0.9 |
Hex | FE | CD | F9 | 0 | 13 | 2 | 0 | 132 | 60 | 5A |
Octal | 376 | 315 | 371 | 0 | 23 | 2 | 0 | 462 | 140 | 132 |
Binary | 11111110 | 11001101 | 11111001 | 0 | 10011 | 10 | 0 | 100110010 | 1100000 | 1011010 |
Color Harmonies of #FECDF9
Complementary color
Monochromatic Colors of #FECDF9
Black with #FECDF9
Text Example
Text Example
White with #FECDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDF9; }
p { color: rgb(254,205,249); }
H1.HeaderClassName
{
color: #FECDF9;
}
.AnyTagClassName
{
color: #FECDF9;
}
</style>
background-color css
<style>
a { background-color: #FECDF9; }
a { background-color: rgb(254,205,249); }
div.DivClassName
{
background-color: #FECDF9;
}
.BgClassName
{
background-color: #FECDF9;
}
</style>
border-color css
<style>
span { border-color: #FECDF9; }
span { border-color: rgb(254,205,249); }
td.TdClassName
{
border-color: #FECDF9;
}
.TagClassName
{
border-color: #FECDF9;
}
</style>