Shades of Vis Vis #F6DB92
Tints of Vis Vis #F6DB92
RGB
CMYK
RGB Variations
Color information
#F6DB92 (or 0xF6DB92) is known color: Vis Vis. HEX triplet: F6, DB and 92. RGB value is (246,219,146). Sum of RGB (Red+Green+Blue) = 246+219+146=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 146 (57.42% from 255 or 23.90% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DB92 is #09246D. Grayscale: #DBDBDB. Windows color (decimal): -599150 or 9624566. OLE color: 9624566.
HSL color Cylindrical-coordinate representation of color #F6DB92: hue angle of 43.8º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F6DB92 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 146 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.04 |
| HSL | 43.8º | 0.85% | 0.77% | - |
| HSV(B) | 43.8º | 0.41% | 0.96% | - |
| XYZ | 68.53 | 72.33 | 37.54 | - |
| YUV | 218.75 | 86.95 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 146 | 0 | 0.11 | 0.41 | 0.04 | 43.8 | 0.85 | 0.77 |
| Hex | F6 | DB | 92 | 0 | B | 29 | 4 | 2C | 55 | 4D |
| Octal | 366 | 333 | 222 | 0 | 13 | 51 | 4 | 54 | 125 | 115 |
| Binary | 11110110 | 11011011 | 10010010 | 0 | 1011 | 101001 | 100 | 101100 | 1010101 | 1001101 |
Color Harmonies of #F6DB92
Complementary color
Monochromatic Colors of #F6DB92
Black with #F6DB92
Text Example
Text Example
White with #F6DB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DB92; }
p { color: rgb(246,219,146); }
H1.HeaderClassName
{
color: #F6DB92;
}
.AnyTagClassName
{
color: #F6DB92;
}
</style>
background-color css
<style>
a { background-color: #F6DB92; }
a { background-color: rgb(246,219,146); }
div.DivClassName
{
background-color: #F6DB92;
}
.BgClassName
{
background-color: #F6DB92;
}
</style>
border-color css
<style>
span { border-color: #F6DB92; }
span { border-color: rgb(246,219,146); }
td.TdClassName
{
border-color: #F6DB92;
}
.TagClassName
{
border-color: #F6DB92;
}
</style>