Shades of Vis Vis #F8DB92
Tints of Vis Vis #F8DB92
RGB
CMYK
RGB Variations
Color information
#F8DB92 (or 0xF8DB92) is known color: Vis Vis. HEX triplet: F8, DB and 92. RGB value is (248,219,146). Sum of RGB (Red+Green+Blue) = 248+219+146=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 146 (57.42% from 255 or 23.82% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DB92 is #07246D. Grayscale: #DBDBDB. Windows color (decimal): -468078 or 9624568. OLE color: 9624568.
HSL color Cylindrical-coordinate representation of color #F8DB92: hue angle of 42.94º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F8DB92 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 146 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.03 |
| HSL | 42.94º | 0.88% | 0.77% | - |
| HSV(B) | 42.94º | 0.41% | 0.97% | - |
| XYZ | 69.23 | 72.69 | 37.58 | - |
| YUV | 219.35 | 86.61 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 146 | 0 | 0.12 | 0.41 | 0.03 | 42.94 | 0.88 | 0.77 |
| Hex | F8 | DB | 92 | 0 | C | 29 | 3 | 2B | 58 | 4D |
| Octal | 370 | 333 | 222 | 0 | 14 | 51 | 3 | 53 | 130 | 115 |
| Binary | 11111000 | 11011011 | 10010010 | 0 | 1100 | 101001 | 11 | 101011 | 1011000 | 1001101 |
Color Harmonies of #F8DB92
Complementary color
Monochromatic Colors of #F8DB92
Black with #F8DB92
Text Example
Text Example
White with #F8DB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB92; }
p { color: rgb(248,219,146); }
H1.HeaderClassName
{
color: #F8DB92;
}
.AnyTagClassName
{
color: #F8DB92;
}
</style>
background-color css
<style>
a { background-color: #F8DB92; }
a { background-color: rgb(248,219,146); }
div.DivClassName
{
background-color: #F8DB92;
}
.BgClassName
{
background-color: #F8DB92;
}
</style>
border-color css
<style>
span { border-color: #F8DB92; }
span { border-color: rgb(248,219,146); }
td.TdClassName
{
border-color: #F8DB92;
}
.TagClassName
{
border-color: #F8DB92;
}
</style>