Shades of Snuff #FFCDF6
Tints of Snuff #FFCDF6
RGB
CMYK
RGB Variations
Color information
#FFCDF6 (or 0xFFCDF6) is known color: Snuff. HEX triplet: FF, CD and F6. RGB value is (255,205,246). Sum of RGB (Red+Green+Blue) = 255+205+246=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 205 (80.47% from 255 or 29.04% from 706); Blue value is 246 (96.48% from 255 or 34.84% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCDF6 is #003209. Grayscale: #E0E0E0. Windows color (decimal): -12810 or 16174591. OLE color: 16174591.
HSL color Cylindrical-coordinate representation of color #FFCDF6: hue angle of 310.8º 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 #FFCDF6 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 205 | 246 | - |
CMYK | 0 | 0.20 | 0.04 | 0 |
HSL | 310.8º | 1% | 0.9% | - |
HSV(B) | 310.8º | 0.2% | 1% | - |
XYZ | 79.71 | 71.58 | 96.8 | - |
YUV | 224.62 | 140.07 | 149.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 205 | 246 | 0 | 0.20 | 0.04 | 0 | 310.8 | 1 | 0.9 |
Hex | FF | CD | F6 | 0 | 14 | 4 | 0 | 137 | 64 | 5A |
Octal | 377 | 315 | 366 | 0 | 24 | 4 | 0 | 467 | 144 | 132 |
Binary | 11111111 | 11001101 | 11110110 | 0 | 10100 | 100 | 0 | 100110111 | 1100100 | 1011010 |
Color Harmonies of #FFCDF6
Complementary color
Monochromatic Colors of #FFCDF6
Black with #FFCDF6
Text Example
Text Example
White with #FFCDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDF6; }
p { color: rgb(255,205,246); }
H1.HeaderClassName
{
color: #FFCDF6;
}
.AnyTagClassName
{
color: #FFCDF6;
}
</style>
background-color css
<style>
a { background-color: #FFCDF6; }
a { background-color: rgb(255,205,246); }
div.DivClassName
{
background-color: #FFCDF6;
}
.BgClassName
{
background-color: #FFCDF6;
}
</style>
border-color css
<style>
span { border-color: #FFCDF6; }
span { border-color: rgb(255,205,246); }
td.TdClassName
{
border-color: #FFCDF6;
}
.TagClassName
{
border-color: #FFCDF6;
}
</style>