Shades of Vis Vis #F8DB93
Tints of Vis Vis #F8DB93
RGB
CMYK
RGB Variations
Color information
#F8DB93 (or 0xF8DB93) is known color: Vis Vis. HEX triplet: F8, DB and 93. RGB value is (248,219,147). Sum of RGB (Red+Green+Blue) = 248+219+147=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 147 (57.81% from 255 or 23.94% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DB93 is #07246C. Grayscale: #DBDBDB. Windows color (decimal): -468077 or 9690104. OLE color: 9690104.
HSL color Cylindrical-coordinate representation of color #F8DB93: hue angle of 42.77º 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 #F8DB93 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 147 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.03 |
| HSL | 42.77º | 0.88% | 0.77% | - |
| HSV(B) | 42.77º | 0.41% | 0.97% | - |
| XYZ | 69.31 | 72.73 | 37.99 | - |
| YUV | 219.46 | 87.11 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 147 | 0 | 0.12 | 0.41 | 0.03 | 42.77 | 0.88 | 0.77 |
| Hex | F8 | DB | 93 | 0 | C | 29 | 3 | 2B | 58 | 4D |
| Octal | 370 | 333 | 223 | 0 | 14 | 51 | 3 | 53 | 130 | 115 |
| Binary | 11111000 | 11011011 | 10010011 | 0 | 1100 | 101001 | 11 | 101011 | 1011000 | 1001101 |
Color Harmonies of #F8DB93
Complementary color
Monochromatic Colors of #F8DB93
Black with #F8DB93
Text Example
Text Example
White with #F8DB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB93; }
p { color: rgb(248,219,147); }
H1.HeaderClassName
{
color: #F8DB93;
}
.AnyTagClassName
{
color: #F8DB93;
}
</style>
background-color css
<style>
a { background-color: #F8DB93; }
a { background-color: rgb(248,219,147); }
div.DivClassName
{
background-color: #F8DB93;
}
.BgClassName
{
background-color: #F8DB93;
}
</style>
border-color css
<style>
span { border-color: #F8DB93; }
span { border-color: rgb(248,219,147); }
td.TdClassName
{
border-color: #F8DB93;
}
.TagClassName
{
border-color: #F8DB93;
}
</style>