Shades of Vis Vis #FBE78B
Tints of Vis Vis #FBE78B
RGB
CMYK
RGB Variations
Color information
#FBE78B (or 0xFBE78B) is known color: Vis Vis. HEX triplet: FB, E7 and 8B. RGB value is (251,231,139). Sum of RGB (Red+Green+Blue) = 251+231+139=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 231 (90.62% from 255 or 37.20% from 621); Blue value is 139 (54.69% from 255 or 22.38% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE78B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBE78B is #041874. Grayscale: #E2E2E2. Windows color (decimal): -268405 or 9168891. OLE color: 9168891.
HSL color Cylindrical-coordinate representation of color #FBE78B: hue angle of 49.29º 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 #FBE78B is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 231 | 139 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.02 |
| HSL | 49.29º | 0.93% | 0.76% | - |
| HSV(B) | 49.29º | 0.45% | 0.98% | - |
| XYZ | 73.02 | 79.53 | 35.93 | - |
| YUV | 226.49 | 78.63 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 231 | 139 | 0 | 0.08 | 0.45 | 0.02 | 49.29 | 0.93 | 0.76 |
| Hex | FB | E7 | 8B | 0 | 8 | 2D | 2 | 31 | 5D | 4C |
| Octal | 373 | 347 | 213 | 0 | 10 | 55 | 2 | 61 | 135 | 114 |
| Binary | 11111011 | 11100111 | 10001011 | 0 | 1000 | 101101 | 10 | 110001 | 1011101 | 1001100 |
Color Harmonies of #FBE78B
Complementary color
Monochromatic Colors of #FBE78B
Black with #FBE78B
Text Example
Text Example
White with #FBE78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE78B; }
p { color: rgb(251,231,139); }
H1.HeaderClassName
{
color: #FBE78B;
}
.AnyTagClassName
{
color: #FBE78B;
}
</style>
background-color css
<style>
a { background-color: #FBE78B; }
a { background-color: rgb(251,231,139); }
div.DivClassName
{
background-color: #FBE78B;
}
.BgClassName
{
background-color: #FBE78B;
}
</style>
border-color css
<style>
span { border-color: #FBE78B; }
span { border-color: rgb(251,231,139); }
td.TdClassName
{
border-color: #FBE78B;
}
.TagClassName
{
border-color: #FBE78B;
}
</style>