Shades of Snuff #F6DBEF
Tints of Snuff #F6DBEF
RGB
CMYK
RGB Variations
Color information
#F6DBEF (or 0xF6DBEF) is known color: Snuff. HEX triplet: F6, DB and EF. RGB value is (246,219,239). Sum of RGB (Red+Green+Blue) = 246+219+239=704 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.94% from 704); Green value is 219 (85.94% from 255 or 31.11% from 704); Blue value is 239 (93.75% from 255 or 33.95% from 704); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DBEF is #092410. Grayscale: #E5E5E5. Windows color (decimal): -599057 or 15719414. OLE color: 15719414.
HSL color Cylindrical-coordinate representation of color #F6DBEF: hue angle of 315.56º 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 #F6DBEF is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 239 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.04 |
| HSL | 315.56º | 0.6% | 0.91% | - |
| HSV(B) | 315.56º | 0.11% | 0.96% | - |
| XYZ | 78.92 | 76.49 | 92.27 | - |
| YUV | 229.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 239 | 0 | 0.11 | 0.03 | 0.04 | 315.56 | 0.6 | 0.91 |
| Hex | F6 | DB | EF | 0 | B | 3 | 4 | 13C | 3C | 5B |
| Octal | 366 | 333 | 357 | 0 | 13 | 3 | 4 | 474 | 74 | 133 |
| Binary | 11110110 | 11011011 | 11101111 | 0 | 1011 | 11 | 100 | 100111100 | 111100 | 1011011 |
Color Harmonies of #F6DBEF
Complementary color
Monochromatic Colors of #F6DBEF
Black with #F6DBEF
Text Example
Text Example
White with #F6DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DBEF; }
p { color: rgb(246,219,239); }
H1.HeaderClassName
{
color: #F6DBEF;
}
.AnyTagClassName
{
color: #F6DBEF;
}
</style>
background-color css
<style>
a { background-color: #F6DBEF; }
a { background-color: rgb(246,219,239); }
div.DivClassName
{
background-color: #F6DBEF;
}
.BgClassName
{
background-color: #F6DBEF;
}
</style>
border-color css
<style>
span { border-color: #F6DBEF; }
span { border-color: rgb(246,219,239); }
td.TdClassName
{
border-color: #F6DBEF;
}
.TagClassName
{
border-color: #F6DBEF;
}
</style>