Shades of Snuff #FECDF8
Tints of Snuff #FECDF8
RGB
CMYK
RGB Variations
Color information
#FECDF8 (or 0xFECDF8) is known color: Snuff. HEX triplet: FE, CD and F8. RGB value is (254,205,248). Sum of RGB (Red+Green+Blue) = 254+205+248=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 205 (80.47% from 255 or 29.00% from 707); Blue value is 248 (97.27% from 255 or 35.08% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDF8 is #013207. Grayscale: #E0E0E0. Windows color (decimal): -78344 or 16305662. OLE color: 16305662.
HSL color Cylindrical-coordinate representation of color #FECDF8: hue angle of 307.35º 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 #FECDF8 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 205 | 248 | - |
CMYK | 0 | 0.19 | 0.02 | 0.00 |
HSL | 307.35º | 0.96% | 0.9% | - |
HSV(B) | 307.35º | 0.19% | 1% | - |
XYZ | 79.65 | 71.51 | 98.41 | - |
YUV | 224.55 | 141.23 | 149 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 205 | 248 | 0 | 0.19 | 0.02 | 0.00 | 307.35 | 0.96 | 0.9 |
Hex | FE | CD | F8 | 0 | 13 | 2 | 0 | 133 | 60 | 5A |
Octal | 376 | 315 | 370 | 0 | 23 | 2 | 0 | 463 | 140 | 132 |
Binary | 11111110 | 11001101 | 11111000 | 0 | 10011 | 10 | 0 | 100110011 | 1100000 | 1011010 |
Color Harmonies of #FECDF8
Complementary color
Monochromatic Colors of #FECDF8
Black with #FECDF8
Text Example
Text Example
White with #FECDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDF8; }
p { color: rgb(254,205,248); }
H1.HeaderClassName
{
color: #FECDF8;
}
.AnyTagClassName
{
color: #FECDF8;
}
</style>
background-color css
<style>
a { background-color: #FECDF8; }
a { background-color: rgb(254,205,248); }
div.DivClassName
{
background-color: #FECDF8;
}
.BgClassName
{
background-color: #FECDF8;
}
</style>
border-color css
<style>
span { border-color: #FECDF8; }
span { border-color: rgb(254,205,248); }
td.TdClassName
{
border-color: #FECDF8;
}
.TagClassName
{
border-color: #FECDF8;
}
</style>