Shades of Vis Vis #FBE096
Tints of Vis Vis #FBE096
RGB
CMYK
RGB Variations
Color information
#FBE096 (or 0xFBE096) is known color: Vis Vis. HEX triplet: FB, E0 and 96. RGB value is (251,224,150). Sum of RGB (Red+Green+Blue) = 251+224+150=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 224 (87.89% from 255 or 35.84% from 625); Blue value is 150 (58.98% from 255 or 24% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE096 is #041F69. Grayscale: #DFDFDF. Windows color (decimal): -270186 or 9887995. OLE color: 9887995.
HSL color Cylindrical-coordinate representation of color #FBE096: hue angle of 43.96º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FBE096 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 150 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.02 |
| HSL | 43.96º | 0.93% | 0.79% | - |
| HSV(B) | 43.96º | 0.4% | 0.98% | - |
| XYZ | 71.94 | 76.02 | 39.74 | - |
| YUV | 223.64 | 86.45 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 150 | 0 | 0.11 | 0.40 | 0.02 | 43.96 | 0.93 | 0.79 |
| Hex | FB | E0 | 96 | 0 | B | 28 | 2 | 2C | 5D | 4F |
| Octal | 373 | 340 | 226 | 0 | 13 | 50 | 2 | 54 | 135 | 117 |
| Binary | 11111011 | 11100000 | 10010110 | 0 | 1011 | 101000 | 10 | 101100 | 1011101 | 1001111 |
Color Harmonies of #FBE096
Complementary color
Monochromatic Colors of #FBE096
Black with #FBE096
Text Example
Text Example
White with #FBE096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE096; }
p { color: rgb(251,224,150); }
H1.HeaderClassName
{
color: #FBE096;
}
.AnyTagClassName
{
color: #FBE096;
}
</style>
background-color css
<style>
a { background-color: #FBE096; }
a { background-color: rgb(251,224,150); }
div.DivClassName
{
background-color: #FBE096;
}
.BgClassName
{
background-color: #FBE096;
}
</style>
border-color css
<style>
span { border-color: #FBE096; }
span { border-color: rgb(251,224,150); }
td.TdClassName
{
border-color: #FBE096;
}
.TagClassName
{
border-color: #FBE096;
}
</style>