Shades of Vis Vis #F6DB93
Tints of Vis Vis #F6DB93
RGB
CMYK
RGB Variations
Color information
#F6DB93 (or 0xF6DB93) is known color: Vis Vis. HEX triplet: F6, DB and 93. RGB value is (246,219,147). Sum of RGB (Red+Green+Blue) = 246+219+147=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 147 (57.81% from 255 or 24.02% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DB93 is #09246C. Grayscale: #DBDBDB. Windows color (decimal): -599149 or 9690102. OLE color: 9690102.
HSL color Cylindrical-coordinate representation of color #F6DB93: hue angle of 43.64º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F6DB93 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 147 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.04 |
| HSL | 43.64º | 0.85% | 0.77% | - |
| HSV(B) | 43.64º | 0.4% | 0.96% | - |
| XYZ | 68.6 | 72.36 | 37.96 | - |
| YUV | 218.87 | 87.45 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 147 | 0 | 0.11 | 0.40 | 0.04 | 43.64 | 0.85 | 0.77 |
| Hex | F6 | DB | 93 | 0 | B | 28 | 4 | 2C | 55 | 4D |
| Octal | 366 | 333 | 223 | 0 | 13 | 50 | 4 | 54 | 125 | 115 |
| Binary | 11110110 | 11011011 | 10010011 | 0 | 1011 | 101000 | 100 | 101100 | 1010101 | 1001101 |
Color Harmonies of #F6DB93
Complementary color
Monochromatic Colors of #F6DB93
Black with #F6DB93
Text Example
Text Example
White with #F6DB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DB93; }
p { color: rgb(246,219,147); }
H1.HeaderClassName
{
color: #F6DB93;
}
.AnyTagClassName
{
color: #F6DB93;
}
</style>
background-color css
<style>
a { background-color: #F6DB93; }
a { background-color: rgb(246,219,147); }
div.DivClassName
{
background-color: #F6DB93;
}
.BgClassName
{
background-color: #F6DB93;
}
</style>
border-color css
<style>
span { border-color: #F6DB93; }
span { border-color: rgb(246,219,147); }
td.TdClassName
{
border-color: #F6DB93;
}
.TagClassName
{
border-color: #F6DB93;
}
</style>