Shades of Snuff #FEC6FF
Tints of Snuff #FEC6FF
RGB
CMYK
RGB Variations
Color information
#FEC6FF (or 0xFEC6FF) is known color: Snuff. HEX triplet: FE, C6 and FF. RGB value is (254,198,255). Sum of RGB (Red+Green+Blue) = 254+198+255=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 198 (77.73% from 255 or 28.01% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEC6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC6FF is #013900. Grayscale: #DDDDDD. Windows color (decimal): -80129 or 16762622. OLE color: 16762622.
HSL color Cylindrical-coordinate representation of color #FEC6FF: hue angle of 298.95º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC6FF is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 198 | 255 | - |
| CMYK | 0.00 | 0.22 | 0 | 0 |
| HSL | 298.95º | 1% | 0.89% | - |
| HSV(B) | 298.95º | 0.22% | 1% | - |
| XYZ | 79.12 | 68.68 | 103.69 | - |
| YUV | 221.24 | 147.05 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 255 | 0.00 | 0.22 | 0 | 0 | 298.95 | 1 | 0.89 |
| Hex | FE | C6 | FF | 0 | 16 | 0 | 0 | 12B | 64 | 59 |
| Octal | 376 | 306 | 377 | 0 | 26 | 0 | 0 | 453 | 144 | 131 |
| Binary | 11111110 | 11000110 | 11111111 | 0 | 10110 | 0 | 0 | 100101011 | 1100100 | 1011001 |
Color Harmonies of #FEC6FF
Complementary color
Monochromatic Colors of #FEC6FF
Black with #FEC6FF
Text Example
Text Example
White with #FEC6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6FF; }
p { color: rgb(254,198,255); }
H1.HeaderClassName
{
color: #FEC6FF;
}
.AnyTagClassName
{
color: #FEC6FF;
}
</style>
background-color css
<style>
a { background-color: #FEC6FF; }
a { background-color: rgb(254,198,255); }
div.DivClassName
{
background-color: #FEC6FF;
}
.BgClassName
{
background-color: #FEC6FF;
}
</style>
border-color css
<style>
span { border-color: #FEC6FF; }
span { border-color: rgb(254,198,255); }
td.TdClassName
{
border-color: #FEC6FF;
}
.TagClassName
{
border-color: #FEC6FF;
}
</style>