Shades of Snuff #FFC6FE
Tints of Snuff #FFC6FE
RGB
CMYK
RGB Variations
Color information
#FFC6FE (or 0xFFC6FE) is known color: Snuff. HEX triplet: FF, C6 and FE. RGB value is (255,198,254). Sum of RGB (Red+Green+Blue) = 255+198+254=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 198 (77.73% from 255 or 28.01% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC6FE is #003901. Grayscale: #DDDDDD. Windows color (decimal): -14594 or 16697087. OLE color: 16697087.
HSL color Cylindrical-coordinate representation of color #FFC6FE: hue angle of 301.05º 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 #FFC6FE is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 254 | - |
| CMYK | 0 | 0.22 | 0.00 | 0 |
| HSL | 301.05º | 1% | 0.89% | - |
| HSV(B) | 301.05º | 0.22% | 1% | - |
| XYZ | 79.32 | 68.8 | 102.87 | - |
| YUV | 221.43 | 146.38 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 254 | 0 | 0.22 | 0.00 | 0 | 301.05 | 1 | 0.89 |
| Hex | FF | C6 | FE | 0 | 16 | 0 | 0 | 12D | 64 | 59 |
| Octal | 377 | 306 | 376 | 0 | 26 | 0 | 0 | 455 | 144 | 131 |
| Binary | 11111111 | 11000110 | 11111110 | 0 | 10110 | 0 | 0 | 100101101 | 1100100 | 1011001 |
Color Harmonies of #FFC6FE
Complementary color
Monochromatic Colors of #FFC6FE
Black with #FFC6FE
Text Example
Text Example
White with #FFC6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6FE; }
p { color: rgb(255,198,254); }
H1.HeaderClassName
{
color: #FFC6FE;
}
.AnyTagClassName
{
color: #FFC6FE;
}
</style>
background-color css
<style>
a { background-color: #FFC6FE; }
a { background-color: rgb(255,198,254); }
div.DivClassName
{
background-color: #FFC6FE;
}
.BgClassName
{
background-color: #FFC6FE;
}
</style>
border-color css
<style>
span { border-color: #FFC6FE; }
span { border-color: rgb(255,198,254); }
td.TdClassName
{
border-color: #FFC6FE;
}
.TagClassName
{
border-color: #FFC6FE;
}
</style>