Shades of Snuff #FFCDF9
Tints of Snuff #FFCDF9
RGB
CMYK
RGB Variations
Color information
#FFCDF9 (or 0xFFCDF9) is known color: Snuff. HEX triplet: FF, CD and F9. RGB value is (255,205,249). Sum of RGB (Red+Green+Blue) = 255+205+249=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 205 (80.47% from 255 or 28.91% from 709); Blue value is 249 (97.66% from 255 or 35.12% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCDF9 is #003206. Grayscale: #E0E0E0. Windows color (decimal): -12807 or 16371199. OLE color: 16371199.
HSL color Cylindrical-coordinate representation of color #FFCDF9: hue angle of 307.2º 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 #FFCDF9 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 249 | - |
| CMYK | 0 | 0.20 | 0.02 | 0 |
| HSL | 307.2º | 1% | 0.9% | - |
| HSV(B) | 307.2º | 0.2% | 1% | - |
| XYZ | 80.17 | 71.76 | 99.25 | - |
| YUV | 224.97 | 141.57 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 249 | 0 | 0.20 | 0.02 | 0 | 307.2 | 1 | 0.9 |
| Hex | FF | CD | F9 | 0 | 14 | 2 | 0 | 133 | 64 | 5A |
| Octal | 377 | 315 | 371 | 0 | 24 | 2 | 0 | 463 | 144 | 132 |
| Binary | 11111111 | 11001101 | 11111001 | 0 | 10100 | 10 | 0 | 100110011 | 1100100 | 1011010 |
Color Harmonies of #FFCDF9
Complementary color
Monochromatic Colors of #FFCDF9
Black with #FFCDF9
Text Example
Text Example
White with #FFCDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDF9; }
p { color: rgb(255,205,249); }
H1.HeaderClassName
{
color: #FFCDF9;
}
.AnyTagClassName
{
color: #FFCDF9;
}
</style>
background-color css
<style>
a { background-color: #FFCDF9; }
a { background-color: rgb(255,205,249); }
div.DivClassName
{
background-color: #FFCDF9;
}
.BgClassName
{
background-color: #FFCDF9;
}
</style>
border-color css
<style>
span { border-color: #FFCDF9; }
span { border-color: rgb(255,205,249); }
td.TdClassName
{
border-color: #FFCDF9;
}
.TagClassName
{
border-color: #FFCDF9;
}
</style>