Shades of Vis Vis #F8DB95
Tints of Vis Vis #F8DB95
RGB
CMYK
RGB Variations
Color information
#F8DB95 (or 0xF8DB95) is known color: Vis Vis. HEX triplet: F8, DB and 95. RGB value is (248,219,149). Sum of RGB (Red+Green+Blue) = 248+219+149=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 149 (58.59% from 255 or 24.19% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DB95 is #07246A. Grayscale: #DBDBDB. Windows color (decimal): -468075 or 9821176. OLE color: 9821176.
HSL color Cylindrical-coordinate representation of color #F8DB95: hue angle of 42.42º degrees, saturation: 0.88, 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 #F8DB95 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 149 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.03 |
| HSL | 42.42º | 0.88% | 0.78% | - |
| HSV(B) | 42.42º | 0.4% | 0.97% | - |
| XYZ | 69.47 | 72.79 | 38.82 | - |
| YUV | 219.69 | 88.11 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 149 | 0 | 0.12 | 0.40 | 0.03 | 42.42 | 0.88 | 0.78 |
| Hex | F8 | DB | 95 | 0 | C | 28 | 3 | 2A | 58 | 4E |
| Octal | 370 | 333 | 225 | 0 | 14 | 50 | 3 | 52 | 130 | 116 |
| Binary | 11111000 | 11011011 | 10010101 | 0 | 1100 | 101000 | 11 | 101010 | 1011000 | 1001110 |
Color Harmonies of #F8DB95
Complementary color
Monochromatic Colors of #F8DB95
Black with #F8DB95
Text Example
Text Example
White with #F8DB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB95; }
p { color: rgb(248,219,149); }
H1.HeaderClassName
{
color: #F8DB95;
}
.AnyTagClassName
{
color: #F8DB95;
}
</style>
background-color css
<style>
a { background-color: #F8DB95; }
a { background-color: rgb(248,219,149); }
div.DivClassName
{
background-color: #F8DB95;
}
.BgClassName
{
background-color: #F8DB95;
}
</style>
border-color css
<style>
span { border-color: #F8DB95; }
span { border-color: rgb(248,219,149); }
td.TdClassName
{
border-color: #F8DB95;
}
.TagClassName
{
border-color: #F8DB95;
}
</style>