Shades of Vis Vis #FBE58D
Tints of Vis Vis #FBE58D
RGB
CMYK
RGB Variations
Color information
#FBE58D (or 0xFBE58D) is known color: Vis Vis. HEX triplet: FB, E5 and 8D. RGB value is (251,229,141). Sum of RGB (Red+Green+Blue) = 251+229+141=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 141 (55.47% from 255 or 22.71% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE58D is #041A72. Grayscale: #E1E1E1. Windows color (decimal): -268915 or 9299451. OLE color: 9299451.
HSL color Cylindrical-coordinate representation of color #FBE58D: hue angle of 48º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBE58D is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 141 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.02 |
| HSL | 48º | 0.93% | 0.77% | - |
| HSV(B) | 48º | 0.44% | 0.98% | - |
| XYZ | 72.61 | 78.47 | 36.52 | - |
| YUV | 225.55 | 80.29 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 141 | 0 | 0.09 | 0.44 | 0.02 | 48 | 0.93 | 0.77 |
| Hex | FB | E5 | 8D | 0 | 9 | 2C | 2 | 30 | 5D | 4D |
| Octal | 373 | 345 | 215 | 0 | 11 | 54 | 2 | 60 | 135 | 115 |
| Binary | 11111011 | 11100101 | 10001101 | 0 | 1001 | 101100 | 10 | 110000 | 1011101 | 1001101 |
Color Harmonies of #FBE58D
Complementary color
Monochromatic Colors of #FBE58D
Black with #FBE58D
Text Example
Text Example
White with #FBE58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE58D; }
p { color: rgb(251,229,141); }
H1.HeaderClassName
{
color: #FBE58D;
}
.AnyTagClassName
{
color: #FBE58D;
}
</style>
background-color css
<style>
a { background-color: #FBE58D; }
a { background-color: rgb(251,229,141); }
div.DivClassName
{
background-color: #FBE58D;
}
.BgClassName
{
background-color: #FBE58D;
}
</style>
border-color css
<style>
span { border-color: #FBE58D; }
span { border-color: rgb(251,229,141); }
td.TdClassName
{
border-color: #FBE58D;
}
.TagClassName
{
border-color: #FBE58D;
}
</style>