Shades of Snuff #FDC6FF
Tints of Snuff #FDC6FF
RGB
CMYK
RGB Variations
Color information
#FDC6FF (or 0xFDC6FF) is known color: Snuff. HEX triplet: FD, C6 and FF. RGB value is (253,198,255). Sum of RGB (Red+Green+Blue) = 253+198+255=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 198 (77.73% from 255 or 28.05% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDC6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC6FF is #023900. Grayscale: #DCDCDC. Windows color (decimal): -145665 or 16762621. OLE color: 16762621.
HSL color Cylindrical-coordinate representation of color #FDC6FF: hue angle of 297.89º 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 #FDC6FF is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 198 | 255 | - |
| CMYK | 0.01 | 0.22 | 0 | 0 |
| HSL | 297.89º | 1% | 0.89% | - |
| HSV(B) | 297.89º | 0.22% | 1% | - |
| XYZ | 78.75 | 68.49 | 103.68 | - |
| YUV | 220.94 | 147.22 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 255 | 0.01 | 0.22 | 0 | 0 | 297.89 | 1 | 0.89 |
| Hex | FD | C6 | FF | 1 | 16 | 0 | 0 | 12A | 64 | 59 |
| Octal | 375 | 306 | 377 | 1 | 26 | 0 | 0 | 452 | 144 | 131 |
| Binary | 11111101 | 11000110 | 11111111 | 1 | 10110 | 0 | 0 | 100101010 | 1100100 | 1011001 |
Color Harmonies of #FDC6FF
Complementary color
Monochromatic Colors of #FDC6FF
Black with #FDC6FF
Text Example
Text Example
White with #FDC6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC6FF; }
p { color: rgb(253,198,255); }
H1.HeaderClassName
{
color: #FDC6FF;
}
.AnyTagClassName
{
color: #FDC6FF;
}
</style>
background-color css
<style>
a { background-color: #FDC6FF; }
a { background-color: rgb(253,198,255); }
div.DivClassName
{
background-color: #FDC6FF;
}
.BgClassName
{
background-color: #FDC6FF;
}
</style>
border-color css
<style>
span { border-color: #FDC6FF; }
span { border-color: rgb(253,198,255); }
td.TdClassName
{
border-color: #FDC6FF;
}
.TagClassName
{
border-color: #FDC6FF;
}
</style>