Shades of Snuff #FECDF7
Tints of Snuff #FECDF7
RGB
CMYK
RGB Variations
Color information
#FECDF7 (or 0xFECDF7) is known color: Snuff. HEX triplet: FE, CD and F7. RGB value is (254,205,247). Sum of RGB (Red+Green+Blue) = 254+205+247=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 205 (80.47% from 255 or 29.04% from 706); Blue value is 247 (96.88% from 255 or 34.99% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDF7 is #013208. Grayscale: #E0E0E0. Windows color (decimal): -78345 or 16240126. OLE color: 16240126.
HSL color Cylindrical-coordinate representation of color #FECDF7: hue angle of 308.57º 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 #FECDF7 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 205 | 247 | - |
CMYK | 0 | 0.19 | 0.03 | 0.00 |
HSL | 308.57º | 0.96% | 0.9% | - |
HSV(B) | 308.57º | 0.19% | 1% | - |
XYZ | 79.49 | 71.45 | 97.6 | - |
YUV | 224.44 | 140.73 | 149.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 205 | 247 | 0 | 0.19 | 0.03 | 0.00 | 308.57 | 0.96 | 0.9 |
Hex | FE | CD | F7 | 0 | 13 | 3 | 0 | 135 | 60 | 5A |
Octal | 376 | 315 | 367 | 0 | 23 | 3 | 0 | 465 | 140 | 132 |
Binary | 11111110 | 11001101 | 11110111 | 0 | 10011 | 11 | 0 | 100110101 | 1100000 | 1011010 |
Color Harmonies of #FECDF7
Complementary color
Monochromatic Colors of #FECDF7
Black with #FECDF7
Text Example
Text Example
White with #FECDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDF7; }
p { color: rgb(254,205,247); }
H1.HeaderClassName
{
color: #FECDF7;
}
.AnyTagClassName
{
color: #FECDF7;
}
</style>
background-color css
<style>
a { background-color: #FECDF7; }
a { background-color: rgb(254,205,247); }
div.DivClassName
{
background-color: #FECDF7;
}
.BgClassName
{
background-color: #FECDF7;
}
</style>
border-color css
<style>
span { border-color: #FECDF7; }
span { border-color: rgb(254,205,247); }
td.TdClassName
{
border-color: #FECDF7;
}
.TagClassName
{
border-color: #FECDF7;
}
</style>