Shades of Snuff #FDC4FF
Tints of Snuff #FDC4FF
RGB
CMYK
RGB Variations
Color information
#FDC4FF (or 0xFDC4FF) is known color: Snuff. HEX triplet: FD, C4 and FF. RGB value is (253,196,255). Sum of RGB (Red+Green+Blue) = 253+196+255=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 196 (76.95% from 255 or 27.84% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDC4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC4FF is #023B00. Grayscale: #DBDBDB. Windows color (decimal): -146177 or 16762109. OLE color: 16762109.
HSL color Cylindrical-coordinate representation of color #FDC4FF: hue angle of 297.97º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC4FF is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 196 | 255 | - |
| CMYK | 0.01 | 0.23 | 0 | 0 |
| HSL | 297.97º | 1% | 0.88% | - |
| HSV(B) | 297.97º | 0.23% | 1% | - |
| XYZ | 78.3 | 67.58 | 103.53 | - |
| YUV | 219.77 | 147.88 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 255 | 0.01 | 0.23 | 0 | 0 | 297.97 | 1 | 0.88 |
| Hex | FD | C4 | FF | 1 | 17 | 0 | 0 | 12A | 64 | 58 |
| Octal | 375 | 304 | 377 | 1 | 27 | 0 | 0 | 452 | 144 | 130 |
| Binary | 11111101 | 11000100 | 11111111 | 1 | 10111 | 0 | 0 | 100101010 | 1100100 | 1011000 |
Color Harmonies of #FDC4FF
Complementary color
Monochromatic Colors of #FDC4FF
Black with #FDC4FF
Text Example
Text Example
White with #FDC4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC4FF; }
p { color: rgb(253,196,255); }
H1.HeaderClassName
{
color: #FDC4FF;
}
.AnyTagClassName
{
color: #FDC4FF;
}
</style>
background-color css
<style>
a { background-color: #FDC4FF; }
a { background-color: rgb(253,196,255); }
div.DivClassName
{
background-color: #FDC4FF;
}
.BgClassName
{
background-color: #FDC4FF;
}
</style>
border-color css
<style>
span { border-color: #FDC4FF; }
span { border-color: rgb(253,196,255); }
td.TdClassName
{
border-color: #FDC4FF;
}
.TagClassName
{
border-color: #FDC4FF;
}
</style>