Shades of Vis Vis #FBE68B
Tints of Vis Vis #FBE68B
RGB
CMYK
RGB Variations
Color information
#FBE68B (or 0xFBE68B) is known color: Vis Vis. HEX triplet: FB, E6 and 8B. RGB value is (251,230,139). Sum of RGB (Red+Green+Blue) = 251+230+139=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 139 (54.69% from 255 or 22.42% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE68B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBE68B is #041974. Grayscale: #E2E2E2. Windows color (decimal): -268661 or 9168635. OLE color: 9168635.
HSL color Cylindrical-coordinate representation of color #FBE68B: hue angle of 48.75º 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 #FBE68B is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 230 | 139 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.02 |
| HSL | 48.75º | 0.93% | 0.76% | - |
| HSV(B) | 48.75º | 0.45% | 0.98% | - |
| XYZ | 72.74 | 78.97 | 35.83 | - |
| YUV | 225.91 | 78.96 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 230 | 139 | 0 | 0.08 | 0.45 | 0.02 | 48.75 | 0.93 | 0.76 |
| Hex | FB | E6 | 8B | 0 | 8 | 2D | 2 | 31 | 5D | 4C |
| Octal | 373 | 346 | 213 | 0 | 10 | 55 | 2 | 61 | 135 | 114 |
| Binary | 11111011 | 11100110 | 10001011 | 0 | 1000 | 101101 | 10 | 110001 | 1011101 | 1001100 |
Color Harmonies of #FBE68B
Complementary color
Monochromatic Colors of #FBE68B
Black with #FBE68B
Text Example
Text Example
White with #FBE68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE68B; }
p { color: rgb(251,230,139); }
H1.HeaderClassName
{
color: #FBE68B;
}
.AnyTagClassName
{
color: #FBE68B;
}
</style>
background-color css
<style>
a { background-color: #FBE68B; }
a { background-color: rgb(251,230,139); }
div.DivClassName
{
background-color: #FBE68B;
}
.BgClassName
{
background-color: #FBE68B;
}
</style>
border-color css
<style>
span { border-color: #FBE68B; }
span { border-color: rgb(251,230,139); }
td.TdClassName
{
border-color: #FBE68B;
}
.TagClassName
{
border-color: #FBE68B;
}
</style>