Shades of Vis Vis #FBE189
Tints of Vis Vis #FBE189
RGB
CMYK
RGB Variations
Color information
#FBE189 (or 0xFBE189) is known color: Vis Vis. HEX triplet: FB, E1 and 89. RGB value is (251,225,137). Sum of RGB (Red+Green+Blue) = 251+225+137=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 137 (53.91% from 255 or 22.35% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE189 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE189 is #041E76. Grayscale: #DFDFDF. Windows color (decimal): -269943 or 9036283. OLE color: 9036283.
HSL color Cylindrical-coordinate representation of color #FBE189: hue angle of 46.32º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBE189 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 137 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.02 |
| HSL | 46.32º | 0.93% | 0.76% | - |
| HSV(B) | 46.32º | 0.45% | 0.98% | - |
| XYZ | 71.22 | 76.17 | 34.61 | - |
| YUV | 222.74 | 79.61 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 137 | 0 | 0.10 | 0.45 | 0.02 | 46.32 | 0.93 | 0.76 |
| Hex | FB | E1 | 89 | 0 | A | 2D | 2 | 2E | 5D | 4C |
| Octal | 373 | 341 | 211 | 0 | 12 | 55 | 2 | 56 | 135 | 114 |
| Binary | 11111011 | 11100001 | 10001001 | 0 | 1010 | 101101 | 10 | 101110 | 1011101 | 1001100 |
Color Harmonies of #FBE189
Complementary color
Monochromatic Colors of #FBE189
Black with #FBE189
Text Example
Text Example
White with #FBE189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE189; }
p { color: rgb(251,225,137); }
H1.HeaderClassName
{
color: #FBE189;
}
.AnyTagClassName
{
color: #FBE189;
}
</style>
background-color css
<style>
a { background-color: #FBE189; }
a { background-color: rgb(251,225,137); }
div.DivClassName
{
background-color: #FBE189;
}
.BgClassName
{
background-color: #FBE189;
}
</style>
border-color css
<style>
span { border-color: #FBE189; }
span { border-color: rgb(251,225,137); }
td.TdClassName
{
border-color: #FBE189;
}
.TagClassName
{
border-color: #FBE189;
}
</style>