Shades of Snuff #FFDCF9
Tints of Snuff #FFDCF9
RGB
CMYK
RGB Variations
Color information
#FFDCF9 (or 0xFFDCF9) is known color: Snuff. HEX triplet: FF, DC and F9. RGB value is (255,220,249). Sum of RGB (Red+Green+Blue) = 255+220+249=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 220 (86.33% from 255 or 30.39% from 724); Blue value is 249 (97.66% from 255 or 34.39% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDCF9 is #002306. Grayscale: #E9E9E9. Windows color (decimal): -8967 or 16375039. OLE color: 16375039.
HSL color Cylindrical-coordinate representation of color #FFDCF9: hue angle of 310.29º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFDCF9 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 249 | - |
| CMYK | 0 | 0.14 | 0.02 | 0 |
| HSL | 310.29º | 1% | 0.93% | - |
| HSV(B) | 310.29º | 0.14% | 1% | - |
| XYZ | 83.93 | 79.29 | 100.5 | - |
| YUV | 233.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 249 | 0 | 0.14 | 0.02 | 0 | 310.29 | 1 | 0.93 |
| Hex | FF | DC | F9 | 0 | E | 2 | 0 | 136 | 64 | 5D |
| Octal | 377 | 334 | 371 | 0 | 16 | 2 | 0 | 466 | 144 | 135 |
| Binary | 11111111 | 11011100 | 11111001 | 0 | 1110 | 10 | 0 | 100110110 | 1100100 | 1011101 |
Color Harmonies of #FFDCF9
Complementary color
Monochromatic Colors of #FFDCF9
Black with #FFDCF9
Text Example
Text Example
White with #FFDCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCF9; }
p { color: rgb(255,220,249); }
H1.HeaderClassName
{
color: #FFDCF9;
}
.AnyTagClassName
{
color: #FFDCF9;
}
</style>
background-color css
<style>
a { background-color: #FFDCF9; }
a { background-color: rgb(255,220,249); }
div.DivClassName
{
background-color: #FFDCF9;
}
.BgClassName
{
background-color: #FFDCF9;
}
</style>
border-color css
<style>
span { border-color: #FFDCF9; }
span { border-color: rgb(255,220,249); }
td.TdClassName
{
border-color: #FFDCF9;
}
.TagClassName
{
border-color: #FFDCF9;
}
</style>