Shades of Snuff #FFCDFC
Tints of Snuff #FFCDFC
RGB
CMYK
RGB Variations
Color information
#FFCDFC (or 0xFFCDFC) is known color: Snuff. HEX triplet: FF, CD and FC. RGB value is (255,205,252). Sum of RGB (Red+Green+Blue) = 255+205+252=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 205 (80.47% from 255 or 28.79% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCDFC is #003203. Grayscale: #E1E1E1. Windows color (decimal): -12804 or 16567807. OLE color: 16567807.
HSL color Cylindrical-coordinate representation of color #FFCDFC: hue angle of 303.6º 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 #FFCDFC is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 252 | - |
| CMYK | 0 | 0.20 | 0.01 | 0 |
| HSL | 303.6º | 1% | 0.9% | - |
| HSV(B) | 303.6º | 0.2% | 1% | - |
| XYZ | 80.64 | 71.95 | 101.73 | - |
| YUV | 225.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 252 | 0 | 0.20 | 0.01 | 0 | 303.6 | 1 | 0.9 |
| Hex | FF | CD | FC | 0 | 14 | 1 | 0 | 130 | 64 | 5A |
| Octal | 377 | 315 | 374 | 0 | 24 | 1 | 0 | 460 | 144 | 132 |
| Binary | 11111111 | 11001101 | 11111100 | 0 | 10100 | 1 | 0 | 100110000 | 1100100 | 1011010 |
Color Harmonies of #FFCDFC
Complementary color
Monochromatic Colors of #FFCDFC
Black with #FFCDFC
Text Example
Text Example
White with #FFCDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDFC; }
p { color: rgb(255,205,252); }
H1.HeaderClassName
{
color: #FFCDFC;
}
.AnyTagClassName
{
color: #FFCDFC;
}
</style>
background-color css
<style>
a { background-color: #FFCDFC; }
a { background-color: rgb(255,205,252); }
div.DivClassName
{
background-color: #FFCDFC;
}
.BgClassName
{
background-color: #FFCDFC;
}
</style>
border-color css
<style>
span { border-color: #FFCDFC; }
span { border-color: rgb(255,205,252); }
td.TdClassName
{
border-color: #FFCDFC;
}
.TagClassName
{
border-color: #FFCDFC;
}
</style>