Shades of Snuff #FEC6FE
Tints of Snuff #FEC6FE
RGB
CMYK
RGB Variations
Color information
#FEC6FE (or 0xFEC6FE) is known color: Snuff. HEX triplet: FE, C6 and FE. RGB value is (254,198,254). Sum of RGB (Red+Green+Blue) = 254+198+254=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 198 (77.73% from 255 or 28.05% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEC6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC6FE is #013901. Grayscale: #DCDCDC. Windows color (decimal): -80130 or 16697086. OLE color: 16697086.
HSL color Cylindrical-coordinate representation of color #FEC6FE: hue angle of 300º 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 #FEC6FE is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 254 | - |
| CMYK | 0 | 0.22 | 0 | 0.00 |
| HSL | 300º | 0.97% | 0.89% | - |
| HSV(B) | 300º | 0.22% | 1% | - |
| XYZ | 78.96 | 68.61 | 102.85 | - |
| YUV | 221.13 | 146.55 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 254 | 0 | 0.22 | 0 | 0.00 | 300 | 0.97 | 0.89 |
| Hex | FE | C6 | FE | 0 | 16 | 0 | 0 | 12C | 61 | 59 |
| Octal | 376 | 306 | 376 | 0 | 26 | 0 | 0 | 454 | 141 | 131 |
| Binary | 11111110 | 11000110 | 11111110 | 0 | 10110 | 0 | 0 | 100101100 | 1100001 | 1011001 |
Color Harmonies of #FEC6FE
Complementary color
Monochromatic Colors of #FEC6FE
Black with #FEC6FE
Text Example
Text Example
White with #FEC6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6FE; }
p { color: rgb(254,198,254); }
H1.HeaderClassName
{
color: #FEC6FE;
}
.AnyTagClassName
{
color: #FEC6FE;
}
</style>
background-color css
<style>
a { background-color: #FEC6FE; }
a { background-color: rgb(254,198,254); }
div.DivClassName
{
background-color: #FEC6FE;
}
.BgClassName
{
background-color: #FEC6FE;
}
</style>
border-color css
<style>
span { border-color: #FEC6FE; }
span { border-color: rgb(254,198,254); }
td.TdClassName
{
border-color: #FEC6FE;
}
.TagClassName
{
border-color: #FEC6FE;
}
</style>