Shades of Vis Vis #FBDB92
Tints of Vis Vis #FBDB92
RGB
CMYK
RGB Variations
Color information
#FBDB92 (or 0xFBDB92) is known color: Vis Vis. HEX triplet: FB, DB and 92. RGB value is (251,219,146). Sum of RGB (Red+Green+Blue) = 251+219+146=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 146 (57.42% from 255 or 23.70% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDB92 is #04246D. Grayscale: #DCDCDC. Windows color (decimal): -271470 or 9624571. OLE color: 9624571.
HSL color Cylindrical-coordinate representation of color #FBDB92: hue angle of 41.71º 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 #FBDB92 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 146 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.02 |
| HSL | 41.71º | 0.93% | 0.78% | - |
| HSV(B) | 41.71º | 0.42% | 0.98% | - |
| XYZ | 70.3 | 73.25 | 37.63 | - |
| YUV | 220.25 | 86.1 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 146 | 0 | 0.13 | 0.42 | 0.02 | 41.71 | 0.93 | 0.78 |
| Hex | FB | DB | 92 | 0 | D | 2A | 2 | 2A | 5D | 4E |
| Octal | 373 | 333 | 222 | 0 | 15 | 52 | 2 | 52 | 135 | 116 |
| Binary | 11111011 | 11011011 | 10010010 | 0 | 1101 | 101010 | 10 | 101010 | 1011101 | 1001110 |
Color Harmonies of #FBDB92
Complementary color
Monochromatic Colors of #FBDB92
Black with #FBDB92
Text Example
Text Example
White with #FBDB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB92; }
p { color: rgb(251,219,146); }
H1.HeaderClassName
{
color: #FBDB92;
}
.AnyTagClassName
{
color: #FBDB92;
}
</style>
background-color css
<style>
a { background-color: #FBDB92; }
a { background-color: rgb(251,219,146); }
div.DivClassName
{
background-color: #FBDB92;
}
.BgClassName
{
background-color: #FBDB92;
}
</style>
border-color css
<style>
span { border-color: #FBDB92; }
span { border-color: rgb(251,219,146); }
td.TdClassName
{
border-color: #FBDB92;
}
.TagClassName
{
border-color: #FBDB92;
}
</style>