Shades of Snuff #FDC8FF
Tints of Snuff #FDC8FF
RGB
CMYK
RGB Variations
Color information
#FDC8FF (or 0xFDC8FF) is known color: Snuff. HEX triplet: FD, C8 and FF. RGB value is (253,200,255). Sum of RGB (Red+Green+Blue) = 253+200+255=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 200 (78.52% from 255 or 28.25% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDC8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC8FF is #023700. Grayscale: #DDDDDD. Windows color (decimal): -145153 or 16763133. OLE color: 16763133.
HSL color Cylindrical-coordinate representation of color #FDC8FF: hue angle of 297.82º 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 #FDC8FF is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 200 | 255 | - |
| CMYK | 0.01 | 0.22 | 0 | 0 |
| HSL | 297.82º | 1% | 0.89% | - |
| HSV(B) | 297.82º | 0.22% | 1% | - |
| XYZ | 79.21 | 69.41 | 103.83 | - |
| YUV | 222.12 | 146.56 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 255 | 0.01 | 0.22 | 0 | 0 | 297.82 | 1 | 0.89 |
| Hex | FD | C8 | FF | 1 | 16 | 0 | 0 | 12A | 64 | 59 |
| Octal | 375 | 310 | 377 | 1 | 26 | 0 | 0 | 452 | 144 | 131 |
| Binary | 11111101 | 11001000 | 11111111 | 1 | 10110 | 0 | 0 | 100101010 | 1100100 | 1011001 |
Color Harmonies of #FDC8FF
Complementary color
Monochromatic Colors of #FDC8FF
Black with #FDC8FF
Text Example
Text Example
White with #FDC8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC8FF; }
p { color: rgb(253,200,255); }
H1.HeaderClassName
{
color: #FDC8FF;
}
.AnyTagClassName
{
color: #FDC8FF;
}
</style>
background-color css
<style>
a { background-color: #FDC8FF; }
a { background-color: rgb(253,200,255); }
div.DivClassName
{
background-color: #FDC8FF;
}
.BgClassName
{
background-color: #FDC8FF;
}
</style>
border-color css
<style>
span { border-color: #FDC8FF; }
span { border-color: rgb(253,200,255); }
td.TdClassName
{
border-color: #FDC8FF;
}
.TagClassName
{
border-color: #FDC8FF;
}
</style>