Shades of Vis Vis #FBDA91
Tints of Vis Vis #FBDA91
RGB
CMYK
RGB Variations
Color information
#FBDA91 (or 0xFBDA91) is known color: Vis Vis. HEX triplet: FB, DA and 91. RGB value is (251,218,145). Sum of RGB (Red+Green+Blue) = 251+218+145=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 145 (57.03% from 255 or 23.62% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDA91 is #04256E. Grayscale: #DBDBDB. Windows color (decimal): -271727 or 9558779. OLE color: 9558779.
HSL color Cylindrical-coordinate representation of color #FBDA91: hue angle of 41.32º 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 #FBDA91 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 145 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.02 |
| HSL | 41.32º | 0.93% | 0.78% | - |
| HSV(B) | 41.32º | 0.42% | 0.98% | - |
| XYZ | 69.97 | 72.7 | 37.13 | - |
| YUV | 219.55 | 85.93 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 145 | 0 | 0.13 | 0.42 | 0.02 | 41.32 | 0.93 | 0.78 |
| Hex | FB | DA | 91 | 0 | D | 2A | 2 | 29 | 5D | 4E |
| Octal | 373 | 332 | 221 | 0 | 15 | 52 | 2 | 51 | 135 | 116 |
| Binary | 11111011 | 11011010 | 10010001 | 0 | 1101 | 101010 | 10 | 101001 | 1011101 | 1001110 |
Color Harmonies of #FBDA91
Complementary color
Monochromatic Colors of #FBDA91
Black with #FBDA91
Text Example
Text Example
White with #FBDA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDA91; }
p { color: rgb(251,218,145); }
H1.HeaderClassName
{
color: #FBDA91;
}
.AnyTagClassName
{
color: #FBDA91;
}
</style>
background-color css
<style>
a { background-color: #FBDA91; }
a { background-color: rgb(251,218,145); }
div.DivClassName
{
background-color: #FBDA91;
}
.BgClassName
{
background-color: #FBDA91;
}
</style>
border-color css
<style>
span { border-color: #FBDA91; }
span { border-color: rgb(251,218,145); }
td.TdClassName
{
border-color: #FBDA91;
}
.TagClassName
{
border-color: #FBDA91;
}
</style>