Shades of Vis Vis #F8DB8D
Tints of Vis Vis #F8DB8D
RGB
CMYK
RGB Variations
Color information
#F8DB8D (or 0xF8DB8D) is known color: Vis Vis. HEX triplet: F8, DB and 8D. RGB value is (248,219,141). Sum of RGB (Red+Green+Blue) = 248+219+141=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 141 (55.47% from 255 or 23.19% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DB8D is #072472. Grayscale: #DBDBDB. Windows color (decimal): -468083 or 9296888. OLE color: 9296888.
HSL color Cylindrical-coordinate representation of color #F8DB8D: hue angle of 43.74º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8DB8D is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 141 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.03 |
| HSL | 43.74º | 0.88% | 0.76% | - |
| HSV(B) | 43.74º | 0.43% | 0.97% | - |
| XYZ | 68.85 | 72.54 | 35.57 | - |
| YUV | 218.78 | 84.11 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 141 | 0 | 0.12 | 0.43 | 0.03 | 43.74 | 0.88 | 0.76 |
| Hex | F8 | DB | 8D | 0 | C | 2B | 3 | 2C | 58 | 4C |
| Octal | 370 | 333 | 215 | 0 | 14 | 53 | 3 | 54 | 130 | 114 |
| Binary | 11111000 | 11011011 | 10001101 | 0 | 1100 | 101011 | 11 | 101100 | 1011000 | 1001100 |
Color Harmonies of #F8DB8D
Complementary color
Monochromatic Colors of #F8DB8D
Black with #F8DB8D
Text Example
Text Example
White with #F8DB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB8D; }
p { color: rgb(248,219,141); }
H1.HeaderClassName
{
color: #F8DB8D;
}
.AnyTagClassName
{
color: #F8DB8D;
}
</style>
background-color css
<style>
a { background-color: #F8DB8D; }
a { background-color: rgb(248,219,141); }
div.DivClassName
{
background-color: #F8DB8D;
}
.BgClassName
{
background-color: #F8DB8D;
}
</style>
border-color css
<style>
span { border-color: #F8DB8D; }
span { border-color: rgb(248,219,141); }
td.TdClassName
{
border-color: #F8DB8D;
}
.TagClassName
{
border-color: #F8DB8D;
}
</style>