Shades of Snuff #FECFF6
Tints of Snuff #FECFF6
RGB
CMYK
RGB Variations
Color information
#FECFF6 (or 0xFECFF6) is known color: Snuff. HEX triplet: FE, CF and F6. RGB value is (254,207,246). Sum of RGB (Red+Green+Blue) = 254+207+246=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 207 (81.25% from 255 or 29.28% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFF6 is #013009. Grayscale: #E1E1E1. Windows color (decimal): -77834 or 16175102. OLE color: 16175102.
HSL color Cylindrical-coordinate representation of color #FECFF6: hue angle of 310.21º 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 #FECFF6 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 246 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.00 |
| HSL | 310.21º | 0.96% | 0.9% | - |
| HSV(B) | 310.21º | 0.19% | 1% | - |
| XYZ | 79.82 | 72.35 | 96.95 | - |
| YUV | 225.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 246 | 0 | 0.19 | 0.03 | 0.00 | 310.21 | 0.96 | 0.9 |
| Hex | FE | CF | F6 | 0 | 13 | 3 | 0 | 136 | 60 | 5A |
| Octal | 376 | 317 | 366 | 0 | 23 | 3 | 0 | 466 | 140 | 132 |
| Binary | 11111110 | 11001111 | 11110110 | 0 | 10011 | 11 | 0 | 100110110 | 1100000 | 1011010 |
Color Harmonies of #FECFF6
Complementary color
Monochromatic Colors of #FECFF6
Black with #FECFF6
Text Example
Text Example
White with #FECFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFF6; }
p { color: rgb(254,207,246); }
H1.HeaderClassName
{
color: #FECFF6;
}
.AnyTagClassName
{
color: #FECFF6;
}
</style>
background-color css
<style>
a { background-color: #FECFF6; }
a { background-color: rgb(254,207,246); }
div.DivClassName
{
background-color: #FECFF6;
}
.BgClassName
{
background-color: #FECFF6;
}
</style>
border-color css
<style>
span { border-color: #FECFF6; }
span { border-color: rgb(254,207,246); }
td.TdClassName
{
border-color: #FECFF6;
}
.TagClassName
{
border-color: #FECFF6;
}
</style>