Shades of Snuff #FFCDFD
Tints of Snuff #FFCDFD
RGB
CMYK
RGB Variations
Color information
#FFCDFD (or 0xFFCDFD) is known color: Snuff. HEX triplet: FF, CD and FD. RGB value is (255,205,253). Sum of RGB (Red+Green+Blue) = 255+205+253=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 205 (80.47% from 255 or 28.75% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCDFD is #003202. Grayscale: #E1E1E1. Windows color (decimal): -12803 or 16633343. OLE color: 16633343.
HSL color Cylindrical-coordinate representation of color #FFCDFD: hue angle of 302.4º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCDFD is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 253 | - |
| CMYK | 0 | 0.20 | 0.01 | 0 |
| HSL | 302.4º | 1% | 0.9% | - |
| HSV(B) | 302.4º | 0.2% | 1% | - |
| XYZ | 80.8 | 72.01 | 102.57 | - |
| YUV | 225.42 | 143.57 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 253 | 0 | 0.20 | 0.01 | 0 | 302.4 | 1 | 0.9 |
| Hex | FF | CD | FD | 0 | 14 | 1 | 0 | 12E | 64 | 5A |
| Octal | 377 | 315 | 375 | 0 | 24 | 1 | 0 | 456 | 144 | 132 |
| Binary | 11111111 | 11001101 | 11111101 | 0 | 10100 | 1 | 0 | 100101110 | 1100100 | 1011010 |
Color Harmonies of #FFCDFD
Complementary color
Monochromatic Colors of #FFCDFD
Black with #FFCDFD
Text Example
Text Example
White with #FFCDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDFD; }
p { color: rgb(255,205,253); }
H1.HeaderClassName
{
color: #FFCDFD;
}
.AnyTagClassName
{
color: #FFCDFD;
}
</style>
background-color css
<style>
a { background-color: #FFCDFD; }
a { background-color: rgb(255,205,253); }
div.DivClassName
{
background-color: #FFCDFD;
}
.BgClassName
{
background-color: #FFCDFD;
}
</style>
border-color css
<style>
span { border-color: #FFCDFD; }
span { border-color: rgb(255,205,253); }
td.TdClassName
{
border-color: #FFCDFD;
}
.TagClassName
{
border-color: #FFCDFD;
}
</style>