Shades of Snuff #F6DBF0
Tints of Snuff #F6DBF0
RGB
CMYK
RGB Variations
Color information
#F6DBF0 (or 0xF6DBF0) is known color: Snuff. HEX triplet: F6, DB and F0. RGB value is (246,219,240). Sum of RGB (Red+Green+Blue) = 246+219+240=705 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.89% from 705); Green value is 219 (85.94% from 255 or 31.06% from 705); Blue value is 240 (94.14% from 255 or 34.04% from 705); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DBF0 is #09240F. Grayscale: #E5E5E5. Windows color (decimal): -599056 or 15784950. OLE color: 15784950.
HSL color Cylindrical-coordinate representation of color #F6DBF0: hue angle of 313.33º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F6DBF0 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 240 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.04 |
| HSL | 313.33º | 0.6% | 0.91% | - |
| HSV(B) | 313.33º | 0.11% | 0.96% | - |
| XYZ | 79.07 | 76.55 | 93.05 | - |
| YUV | 229.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 240 | 0 | 0.11 | 0.02 | 0.04 | 313.33 | 0.6 | 0.91 |
| Hex | F6 | DB | F0 | 0 | B | 2 | 4 | 139 | 3C | 5B |
| Octal | 366 | 333 | 360 | 0 | 13 | 2 | 4 | 471 | 74 | 133 |
| Binary | 11110110 | 11011011 | 11110000 | 0 | 1011 | 10 | 100 | 100111001 | 111100 | 1011011 |
Color Harmonies of #F6DBF0
Complementary color
Monochromatic Colors of #F6DBF0
Black with #F6DBF0
Text Example
Text Example
White with #F6DBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DBF0; }
p { color: rgb(246,219,240); }
H1.HeaderClassName
{
color: #F6DBF0;
}
.AnyTagClassName
{
color: #F6DBF0;
}
</style>
background-color css
<style>
a { background-color: #F6DBF0; }
a { background-color: rgb(246,219,240); }
div.DivClassName
{
background-color: #F6DBF0;
}
.BgClassName
{
background-color: #F6DBF0;
}
</style>
border-color css
<style>
span { border-color: #F6DBF0; }
span { border-color: rgb(246,219,240); }
td.TdClassName
{
border-color: #F6DBF0;
}
.TagClassName
{
border-color: #F6DBF0;
}
</style>