Shades of Vis Vis #F7DB95
Tints of Vis Vis #F7DB95
RGB
CMYK
RGB Variations
Color information
#F7DB95 (or 0xF7DB95) is known color: Vis Vis. HEX triplet: F7, DB and 95. RGB value is (247,219,149). Sum of RGB (Red+Green+Blue) = 247+219+149=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 149 (58.59% from 255 or 24.23% from 615); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7DB95 is #08246A. Grayscale: #DBDBDB. Windows color (decimal): -533611 or 9821175. OLE color: 9821175.
HSL color Cylindrical-coordinate representation of color #F7DB95: hue angle of 42.86º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F7DB95 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 219 | 149 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.03 |
| HSL | 42.86º | 0.86% | 0.78% | - |
| HSV(B) | 42.86º | 0.4% | 0.97% | - |
| XYZ | 69.11 | 72.61 | 38.81 | - |
| YUV | 219.39 | 88.28 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 219 | 149 | 0 | 0.11 | 0.40 | 0.03 | 42.86 | 0.86 | 0.78 |
| Hex | F7 | DB | 95 | 0 | B | 28 | 3 | 2B | 56 | 4E |
| Octal | 367 | 333 | 225 | 0 | 13 | 50 | 3 | 53 | 126 | 116 |
| Binary | 11110111 | 11011011 | 10010101 | 0 | 1011 | 101000 | 11 | 101011 | 1010110 | 1001110 |
Color Harmonies of #F7DB95
Complementary color
Monochromatic Colors of #F7DB95
Black with #F7DB95
Text Example
Text Example
White with #F7DB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DB95; }
p { color: rgb(247,219,149); }
H1.HeaderClassName
{
color: #F7DB95;
}
.AnyTagClassName
{
color: #F7DB95;
}
</style>
background-color css
<style>
a { background-color: #F7DB95; }
a { background-color: rgb(247,219,149); }
div.DivClassName
{
background-color: #F7DB95;
}
.BgClassName
{
background-color: #F7DB95;
}
</style>
border-color css
<style>
span { border-color: #F7DB95; }
span { border-color: rgb(247,219,149); }
td.TdClassName
{
border-color: #F7DB95;
}
.TagClassName
{
border-color: #F7DB95;
}
</style>