Shades of Vis Vis #FBDB91
Tints of Vis Vis #FBDB91
RGB
CMYK
RGB Variations
Color information
#FBDB91 (or 0xFBDB91) is known color: Vis Vis. HEX triplet: FB, DB and 91. RGB value is (251,219,145). Sum of RGB (Red+Green+Blue) = 251+219+145=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 145 (57.03% from 255 or 23.58% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDB91 is #04246E. Grayscale: #DCDCDC. Windows color (decimal): -271471 or 9559035. OLE color: 9559035.
HSL color Cylindrical-coordinate representation of color #FBDB91: hue angle of 41.89º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FBDB91 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 145 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.02 |
| HSL | 41.89º | 0.93% | 0.78% | - |
| HSV(B) | 41.89º | 0.42% | 0.98% | - |
| XYZ | 70.23 | 73.22 | 37.22 | - |
| YUV | 220.13 | 85.6 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 145 | 0 | 0.13 | 0.42 | 0.02 | 41.89 | 0.93 | 0.78 |
| Hex | FB | DB | 91 | 0 | D | 2A | 2 | 2A | 5D | 4E |
| Octal | 373 | 333 | 221 | 0 | 15 | 52 | 2 | 52 | 135 | 116 |
| Binary | 11111011 | 11011011 | 10010001 | 0 | 1101 | 101010 | 10 | 101010 | 1011101 | 1001110 |
Color Harmonies of #FBDB91
Complementary color
Monochromatic Colors of #FBDB91
Black with #FBDB91
Text Example
Text Example
White with #FBDB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB91; }
p { color: rgb(251,219,145); }
H1.HeaderClassName
{
color: #FBDB91;
}
.AnyTagClassName
{
color: #FBDB91;
}
</style>
background-color css
<style>
a { background-color: #FBDB91; }
a { background-color: rgb(251,219,145); }
div.DivClassName
{
background-color: #FBDB91;
}
.BgClassName
{
background-color: #FBDB91;
}
</style>
border-color css
<style>
span { border-color: #FBDB91; }
span { border-color: rgb(251,219,145); }
td.TdClassName
{
border-color: #FBDB91;
}
.TagClassName
{
border-color: #FBDB91;
}
</style>