Shades of Vis Vis #FBE78C
Tints of Vis Vis #FBE78C
RGB
CMYK
RGB Variations
Color information
#FBE78C (or 0xFBE78C) is known color: Vis Vis. HEX triplet: FB, E7 and 8C. RGB value is (251,231,140). Sum of RGB (Red+Green+Blue) = 251+231+140=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 140 (55.08% from 255 or 22.51% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE78C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBE78C is #041873. Grayscale: #E2E2E2. Windows color (decimal): -268404 or 9234427. OLE color: 9234427.
HSL color Cylindrical-coordinate representation of color #FBE78C: hue angle of 49.19º 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 #FBE78C is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 231 | 140 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.02 |
| HSL | 49.19º | 0.93% | 0.77% | - |
| HSV(B) | 49.19º | 0.44% | 0.98% | - |
| XYZ | 73.09 | 79.55 | 36.31 | - |
| YUV | 226.61 | 79.13 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 231 | 140 | 0 | 0.08 | 0.44 | 0.02 | 49.19 | 0.93 | 0.77 |
| Hex | FB | E7 | 8C | 0 | 8 | 2C | 2 | 31 | 5D | 4D |
| Octal | 373 | 347 | 214 | 0 | 10 | 54 | 2 | 61 | 135 | 115 |
| Binary | 11111011 | 11100111 | 10001100 | 0 | 1000 | 101100 | 10 | 110001 | 1011101 | 1001101 |
Color Harmonies of #FBE78C
Complementary color
Monochromatic Colors of #FBE78C
Black with #FBE78C
Text Example
Text Example
White with #FBE78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE78C; }
p { color: rgb(251,231,140); }
H1.HeaderClassName
{
color: #FBE78C;
}
.AnyTagClassName
{
color: #FBE78C;
}
</style>
background-color css
<style>
a { background-color: #FBE78C; }
a { background-color: rgb(251,231,140); }
div.DivClassName
{
background-color: #FBE78C;
}
.BgClassName
{
background-color: #FBE78C;
}
</style>
border-color css
<style>
span { border-color: #FBE78C; }
span { border-color: rgb(251,231,140); }
td.TdClassName
{
border-color: #FBE78C;
}
.TagClassName
{
border-color: #FBE78C;
}
</style>