Shades of Snuff #FECEF8
Tints of Snuff #FECEF8
RGB
CMYK
RGB Variations
Color information
#FECEF8 (or 0xFECEF8) is known color: Snuff. HEX triplet: FE, CE and F8. RGB value is (254,206,248). Sum of RGB (Red+Green+Blue) = 254+206+248=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 206 (80.86% from 255 or 29.10% from 708); Blue value is 248 (97.27% from 255 or 35.03% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEF8 is #013107. Grayscale: #E1E1E1. Windows color (decimal): -78088 or 16305918. OLE color: 16305918.
HSL color Cylindrical-coordinate representation of color #FECEF8: hue angle of 307.5º 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 #FECEF8 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 248 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.00 |
| HSL | 307.5º | 0.96% | 0.9% | - |
| HSV(B) | 307.5º | 0.19% | 1% | - |
| XYZ | 79.89 | 71.99 | 98.49 | - |
| YUV | 225.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 248 | 0 | 0.19 | 0.02 | 0.00 | 307.5 | 0.96 | 0.9 |
| Hex | FE | CE | F8 | 0 | 13 | 2 | 0 | 134 | 60 | 5A |
| Octal | 376 | 316 | 370 | 0 | 23 | 2 | 0 | 464 | 140 | 132 |
| Binary | 11111110 | 11001110 | 11111000 | 0 | 10011 | 10 | 0 | 100110100 | 1100000 | 1011010 |
Color Harmonies of #FECEF8
Complementary color
Monochromatic Colors of #FECEF8
Black with #FECEF8
Text Example
Text Example
White with #FECEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEF8; }
p { color: rgb(254,206,248); }
H1.HeaderClassName
{
color: #FECEF8;
}
.AnyTagClassName
{
color: #FECEF8;
}
</style>
background-color css
<style>
a { background-color: #FECEF8; }
a { background-color: rgb(254,206,248); }
div.DivClassName
{
background-color: #FECEF8;
}
.BgClassName
{
background-color: #FECEF8;
}
</style>
border-color css
<style>
span { border-color: #FECEF8; }
span { border-color: rgb(254,206,248); }
td.TdClassName
{
border-color: #FECEF8;
}
.TagClassName
{
border-color: #FECEF8;
}
</style>