Shades of Snuff #FECFF7
Tints of Snuff #FECFF7
RGB
CMYK
RGB Variations
Color information
#FECFF7 (or 0xFECFF7) is known color: Snuff. HEX triplet: FE, CF and F7. RGB value is (254,207,247). Sum of RGB (Red+Green+Blue) = 254+207+247=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 207 (81.25% from 255 or 29.24% from 708); Blue value is 247 (96.88% from 255 or 34.89% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFF7 is #013008. Grayscale: #E1E1E1. Windows color (decimal): -77833 or 16240638. OLE color: 16240638.
HSL color Cylindrical-coordinate representation of color #FECFF7: hue angle of 308.94º 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 #FECFF7 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 247 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.00 |
| HSL | 308.94º | 0.96% | 0.9% | - |
| HSV(B) | 308.94º | 0.19% | 1% | - |
| XYZ | 79.97 | 72.41 | 97.76 | - |
| YUV | 225.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 247 | 0 | 0.19 | 0.03 | 0.00 | 308.94 | 0.96 | 0.9 |
| Hex | FE | CF | F7 | 0 | 13 | 3 | 0 | 135 | 60 | 5A |
| Octal | 376 | 317 | 367 | 0 | 23 | 3 | 0 | 465 | 140 | 132 |
| Binary | 11111110 | 11001111 | 11110111 | 0 | 10011 | 11 | 0 | 100110101 | 1100000 | 1011010 |
Color Harmonies of #FECFF7
Complementary color
Monochromatic Colors of #FECFF7
Black with #FECFF7
Text Example
Text Example
White with #FECFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFF7; }
p { color: rgb(254,207,247); }
H1.HeaderClassName
{
color: #FECFF7;
}
.AnyTagClassName
{
color: #FECFF7;
}
</style>
background-color css
<style>
a { background-color: #FECFF7; }
a { background-color: rgb(254,207,247); }
div.DivClassName
{
background-color: #FECFF7;
}
.BgClassName
{
background-color: #FECFF7;
}
</style>
border-color css
<style>
span { border-color: #FECFF7; }
span { border-color: rgb(254,207,247); }
td.TdClassName
{
border-color: #FECFF7;
}
.TagClassName
{
border-color: #FECFF7;
}
</style>