Shades of Snuff #FECEF7
Tints of Snuff #FECEF7
RGB
CMYK
RGB Variations
Color information
#FECEF7 (or 0xFECEF7) is known color: Snuff. HEX triplet: FE, CE and F7. RGB value is (254,206,247). Sum of RGB (Red+Green+Blue) = 254+206+247=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 206 (80.86% from 255 or 29.14% from 707); Blue value is 247 (96.88% from 255 or 34.94% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEF7 is #013108. Grayscale: #E0E0E0. Windows color (decimal): -78089 or 16240382. OLE color: 16240382.
HSL color Cylindrical-coordinate representation of color #FECEF7: hue angle of 308.75º 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 #FECEF7 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 247 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.00 |
| HSL | 308.75º | 0.96% | 0.9% | - |
| HSV(B) | 308.75º | 0.19% | 1% | - |
| XYZ | 79.73 | 71.93 | 97.68 | - |
| YUV | 225.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 247 | 0 | 0.19 | 0.03 | 0.00 | 308.75 | 0.96 | 0.9 |
| Hex | FE | CE | F7 | 0 | 13 | 3 | 0 | 135 | 60 | 5A |
| Octal | 376 | 316 | 367 | 0 | 23 | 3 | 0 | 465 | 140 | 132 |
| Binary | 11111110 | 11001110 | 11110111 | 0 | 10011 | 11 | 0 | 100110101 | 1100000 | 1011010 |
Color Harmonies of #FECEF7
Complementary color
Monochromatic Colors of #FECEF7
Black with #FECEF7
Text Example
Text Example
White with #FECEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEF7; }
p { color: rgb(254,206,247); }
H1.HeaderClassName
{
color: #FECEF7;
}
.AnyTagClassName
{
color: #FECEF7;
}
</style>
background-color css
<style>
a { background-color: #FECEF7; }
a { background-color: rgb(254,206,247); }
div.DivClassName
{
background-color: #FECEF7;
}
.BgClassName
{
background-color: #FECEF7;
}
</style>
border-color css
<style>
span { border-color: #FECEF7; }
span { border-color: rgb(254,206,247); }
td.TdClassName
{
border-color: #FECEF7;
}
.TagClassName
{
border-color: #FECEF7;
}
</style>