Shades of Snuff #FDCDFC
Tints of Snuff #FDCDFC
RGB
CMYK
RGB Variations
Color information
#FDCDFC (or 0xFDCDFC) is known color: Snuff. HEX triplet: FD, CD and FC. RGB value is (253,205,252). Sum of RGB (Red+Green+Blue) = 253+205+252=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 205 (80.47% from 255 or 28.87% from 710); Blue value is 252 (98.83% from 255 or 35.49% from 710); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDFC is #023203. Grayscale: #E0E0E0. Windows color (decimal): -143876 or 16567805. OLE color: 16567805.
HSL color Cylindrical-coordinate representation of color #FDCDFC: hue angle of 301.25º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCDFC is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 252 | - |
| CMYK | 0 | 0.19 | 0.00 | 0.01 |
| HSL | 301.25º | 0.92% | 0.9% | - |
| HSV(B) | 301.25º | 0.19% | 0.99% | - |
| XYZ | 79.91 | 71.57 | 101.7 | - |
| YUV | 224.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 252 | 0 | 0.19 | 0.00 | 0.01 | 301.25 | 0.92 | 0.9 |
| Hex | FD | CD | FC | 0 | 13 | 0 | 1 | 12D | 5C | 5A |
| Octal | 375 | 315 | 374 | 0 | 23 | 0 | 1 | 455 | 134 | 132 |
| Binary | 11111101 | 11001101 | 11111100 | 0 | 10011 | 0 | 1 | 100101101 | 1011100 | 1011010 |
Color Harmonies of #FDCDFC
Complementary color
Monochromatic Colors of #FDCDFC
Black with #FDCDFC
Text Example
Text Example
White with #FDCDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDFC; }
p { color: rgb(253,205,252); }
H1.HeaderClassName
{
color: #FDCDFC;
}
.AnyTagClassName
{
color: #FDCDFC;
}
</style>
background-color css
<style>
a { background-color: #FDCDFC; }
a { background-color: rgb(253,205,252); }
div.DivClassName
{
background-color: #FDCDFC;
}
.BgClassName
{
background-color: #FDCDFC;
}
</style>
border-color css
<style>
span { border-color: #FDCDFC; }
span { border-color: rgb(253,205,252); }
td.TdClassName
{
border-color: #FDCDFC;
}
.TagClassName
{
border-color: #FDCDFC;
}
</style>