Shades of Vis Vis #FBE88D
Tints of Vis Vis #FBE88D
RGB
CMYK
RGB Variations
Color information
#FBE88D (or 0xFBE88D) is known color: Vis Vis. HEX triplet: FB, E8 and 8D. RGB value is (251,232,141). Sum of RGB (Red+Green+Blue) = 251+232+141=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 141 (55.47% from 255 or 22.60% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE88D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBE88D is #041772. Grayscale: #E3E3E3. Windows color (decimal): -268147 or 9300219. OLE color: 9300219.
HSL color Cylindrical-coordinate representation of color #FBE88D: hue angle of 49.64º 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 #FBE88D is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 232 | 141 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.02 |
| HSL | 49.64º | 0.93% | 0.77% | - |
| HSV(B) | 49.64º | 0.44% | 0.98% | - |
| XYZ | 73.45 | 80.15 | 36.8 | - |
| YUV | 227.31 | 79.29 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 232 | 141 | 0 | 0.08 | 0.44 | 0.02 | 49.64 | 0.93 | 0.77 |
| Hex | FB | E8 | 8D | 0 | 8 | 2C | 2 | 32 | 5D | 4D |
| Octal | 373 | 350 | 215 | 0 | 10 | 54 | 2 | 62 | 135 | 115 |
| Binary | 11111011 | 11101000 | 10001101 | 0 | 1000 | 101100 | 10 | 110010 | 1011101 | 1001101 |
Color Harmonies of #FBE88D
Complementary color
Monochromatic Colors of #FBE88D
Black with #FBE88D
Text Example
Text Example
White with #FBE88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE88D; }
p { color: rgb(251,232,141); }
H1.HeaderClassName
{
color: #FBE88D;
}
.AnyTagClassName
{
color: #FBE88D;
}
</style>
background-color css
<style>
a { background-color: #FBE88D; }
a { background-color: rgb(251,232,141); }
div.DivClassName
{
background-color: #FBE88D;
}
.BgClassName
{
background-color: #FBE88D;
}
</style>
border-color css
<style>
span { border-color: #FBE88D; }
span { border-color: rgb(251,232,141); }
td.TdClassName
{
border-color: #FBE88D;
}
.TagClassName
{
border-color: #FBE88D;
}
</style>