Shades of Snuff #FFCDF7
Tints of Snuff #FFCDF7
RGB
CMYK
RGB Variations
Color information
#FFCDF7 (or 0xFFCDF7) is known color: Snuff. HEX triplet: FF, CD and F7. RGB value is (255,205,247). Sum of RGB (Red+Green+Blue) = 255+205+247=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 205 (80.47% from 255 or 29.00% from 707); Blue value is 247 (96.88% from 255 or 34.94% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCDF7 is #003208. Grayscale: #E0E0E0. Windows color (decimal): -12809 or 16240127. OLE color: 16240127.
HSL color Cylindrical-coordinate representation of color #FFCDF7: hue angle of 309.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 #FFCDF7 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 247 | - |
| CMYK | 0 | 0.20 | 0.03 | 0 |
| HSL | 309.6º | 1% | 0.9% | - |
| HSV(B) | 309.6º | 0.2% | 1% | - |
| XYZ | 79.86 | 71.64 | 97.61 | - |
| YUV | 224.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 247 | 0 | 0.20 | 0.03 | 0 | 309.6 | 1 | 0.9 |
| Hex | FF | CD | F7 | 0 | 14 | 3 | 0 | 136 | 64 | 5A |
| Octal | 377 | 315 | 367 | 0 | 24 | 3 | 0 | 466 | 144 | 132 |
| Binary | 11111111 | 11001101 | 11110111 | 0 | 10100 | 11 | 0 | 100110110 | 1100100 | 1011010 |
Color Harmonies of #FFCDF7
Complementary color
Monochromatic Colors of #FFCDF7
Black with #FFCDF7
Text Example
Text Example
White with #FFCDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDF7; }
p { color: rgb(255,205,247); }
H1.HeaderClassName
{
color: #FFCDF7;
}
.AnyTagClassName
{
color: #FFCDF7;
}
</style>
background-color css
<style>
a { background-color: #FFCDF7; }
a { background-color: rgb(255,205,247); }
div.DivClassName
{
background-color: #FFCDF7;
}
.BgClassName
{
background-color: #FFCDF7;
}
</style>
border-color css
<style>
span { border-color: #FFCDF7; }
span { border-color: rgb(255,205,247); }
td.TdClassName
{
border-color: #FFCDF7;
}
.TagClassName
{
border-color: #FFCDF7;
}
</style>