Shades of Vis Vis #F7DB90
Tints of Vis Vis #F7DB90
RGB
CMYK
RGB Variations
Color information
#F7DB90 (or 0xF7DB90) is known color: Vis Vis. HEX triplet: F7, DB and 90. RGB value is (247,219,144). Sum of RGB (Red+Green+Blue) = 247+219+144=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 144 (56.64% from 255 or 23.61% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DB90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7DB90 is #08246F. Grayscale: #DBDBDB. Windows color (decimal): -533616 or 9493495. OLE color: 9493495.
HSL color Cylindrical-coordinate representation of color #F7DB90: hue angle of 43.69º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F7DB90 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 219 | 144 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.03 |
| HSL | 43.69º | 0.87% | 0.77% | - |
| HSV(B) | 43.69º | 0.42% | 0.97% | - |
| XYZ | 68.72 | 72.45 | 36.75 | - |
| YUV | 218.82 | 85.78 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 219 | 144 | 0 | 0.11 | 0.42 | 0.03 | 43.69 | 0.87 | 0.77 |
| Hex | F7 | DB | 90 | 0 | B | 2A | 3 | 2C | 57 | 4D |
| Octal | 367 | 333 | 220 | 0 | 13 | 52 | 3 | 54 | 127 | 115 |
| Binary | 11110111 | 11011011 | 10010000 | 0 | 1011 | 101010 | 11 | 101100 | 1010111 | 1001101 |
Color Harmonies of #F7DB90
Complementary color
Monochromatic Colors of #F7DB90
Black with #F7DB90
Text Example
Text Example
White with #F7DB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DB90; }
p { color: rgb(247,219,144); }
H1.HeaderClassName
{
color: #F7DB90;
}
.AnyTagClassName
{
color: #F7DB90;
}
</style>
background-color css
<style>
a { background-color: #F7DB90; }
a { background-color: rgb(247,219,144); }
div.DivClassName
{
background-color: #F7DB90;
}
.BgClassName
{
background-color: #F7DB90;
}
</style>
border-color css
<style>
span { border-color: #F7DB90; }
span { border-color: rgb(247,219,144); }
td.TdClassName
{
border-color: #F7DB90;
}
.TagClassName
{
border-color: #F7DB90;
}
</style>