Shades of Snuff #FEC6F7
Tints of Snuff #FEC6F7
RGB
CMYK
RGB Variations
Color information
#FEC6F7 (or 0xFEC6F7) is known color: Snuff. HEX triplet: FE, C6 and F7. RGB value is (254,198,247). Sum of RGB (Red+Green+Blue) = 254+198+247=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 198 (77.73% from 255 or 28.33% from 699); Blue value is 247 (96.88% from 255 or 35.34% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC6F7 is #013908. Grayscale: #DCDCDC. Windows color (decimal): -80137 or 16238334. OLE color: 16238334.
HSL color Cylindrical-coordinate representation of color #FEC6F7: hue angle of 307.5º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC6F7 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 247 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.00 |
| HSL | 307.5º | 0.97% | 0.89% | - |
| HSV(B) | 307.5º | 0.22% | 1% | - |
| XYZ | 77.86 | 68.17 | 97.05 | - |
| YUV | 220.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 247 | 0 | 0.22 | 0.03 | 0.00 | 307.5 | 0.97 | 0.89 |
| Hex | FE | C6 | F7 | 0 | 16 | 3 | 0 | 134 | 61 | 59 |
| Octal | 376 | 306 | 367 | 0 | 26 | 3 | 0 | 464 | 141 | 131 |
| Binary | 11111110 | 11000110 | 11110111 | 0 | 10110 | 11 | 0 | 100110100 | 1100001 | 1011001 |
Color Harmonies of #FEC6F7
Complementary color
Monochromatic Colors of #FEC6F7
Black with #FEC6F7
Text Example
Text Example
White with #FEC6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6F7; }
p { color: rgb(254,198,247); }
H1.HeaderClassName
{
color: #FEC6F7;
}
.AnyTagClassName
{
color: #FEC6F7;
}
</style>
background-color css
<style>
a { background-color: #FEC6F7; }
a { background-color: rgb(254,198,247); }
div.DivClassName
{
background-color: #FEC6F7;
}
.BgClassName
{
background-color: #FEC6F7;
}
</style>
border-color css
<style>
span { border-color: #FEC6F7; }
span { border-color: rgb(254,198,247); }
td.TdClassName
{
border-color: #FEC6F7;
}
.TagClassName
{
border-color: #FEC6F7;
}
</style>