Shades of Snuff #FFDBF7
Tints of Snuff #FFDBF7
RGB
CMYK
RGB Variations
Color information
#FFDBF7 (or 0xFFDBF7) is known color: Snuff. HEX triplet: FF, DB and F7. RGB value is (255,219,247). Sum of RGB (Red+Green+Blue) = 255+219+247=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 219 (85.94% from 255 or 30.37% from 721); Blue value is 247 (96.88% from 255 or 34.26% from 721); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDBF7 is #002408. Grayscale: #E8E8E8. Windows color (decimal): -9225 or 16243711. OLE color: 16243711.
HSL color Cylindrical-coordinate representation of color #FFDBF7: hue angle of 313.33º 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 #FFDBF7 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 247 | - |
| CMYK | 0 | 0.14 | 0.03 | 0 |
| HSL | 313.33º | 1% | 0.93% | - |
| HSV(B) | 313.33º | 0.14% | 1% | - |
| XYZ | 83.36 | 78.64 | 98.78 | - |
| YUV | 232.96 | 135.93 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 247 | 0 | 0.14 | 0.03 | 0 | 313.33 | 1 | 0.93 |
| Hex | FF | DB | F7 | 0 | E | 3 | 0 | 139 | 64 | 5D |
| Octal | 377 | 333 | 367 | 0 | 16 | 3 | 0 | 471 | 144 | 135 |
| Binary | 11111111 | 11011011 | 11110111 | 0 | 1110 | 11 | 0 | 100111001 | 1100100 | 1011101 |
Color Harmonies of #FFDBF7
Complementary color
Monochromatic Colors of #FFDBF7
Black with #FFDBF7
Text Example
Text Example
White with #FFDBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBF7; }
p { color: rgb(255,219,247); }
H1.HeaderClassName
{
color: #FFDBF7;
}
.AnyTagClassName
{
color: #FFDBF7;
}
</style>
background-color css
<style>
a { background-color: #FFDBF7; }
a { background-color: rgb(255,219,247); }
div.DivClassName
{
background-color: #FFDBF7;
}
.BgClassName
{
background-color: #FFDBF7;
}
</style>
border-color css
<style>
span { border-color: #FFDBF7; }
span { border-color: rgb(255,219,247); }
td.TdClassName
{
border-color: #FFDBF7;
}
.TagClassName
{
border-color: #FFDBF7;
}
</style>