Shades of Vis Vis #FBE38A
Tints of Vis Vis #FBE38A
RGB
CMYK
RGB Variations
Color information
#FBE38A (or 0xFBE38A) is known color: Vis Vis. HEX triplet: FB, E3 and 8A. RGB value is (251,227,138). Sum of RGB (Red+Green+Blue) = 251+227+138=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 227 (89.06% from 255 or 36.85% from 616); Blue value is 138 (54.30% from 255 or 22.40% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE38A is #041C75. Grayscale: #E0E0E0. Windows color (decimal): -269430 or 9102331. OLE color: 9102331.
HSL color Cylindrical-coordinate representation of color #FBE38A: hue angle of 47.26º 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 #FBE38A is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 227 | 138 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.02 |
| HSL | 47.26º | 0.93% | 0.76% | - |
| HSV(B) | 47.26º | 0.45% | 0.98% | - |
| XYZ | 71.84 | 77.28 | 35.18 | - |
| YUV | 224.03 | 79.45 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 227 | 138 | 0 | 0.10 | 0.45 | 0.02 | 47.26 | 0.93 | 0.76 |
| Hex | FB | E3 | 8A | 0 | A | 2D | 2 | 2F | 5D | 4C |
| Octal | 373 | 343 | 212 | 0 | 12 | 55 | 2 | 57 | 135 | 114 |
| Binary | 11111011 | 11100011 | 10001010 | 0 | 1010 | 101101 | 10 | 101111 | 1011101 | 1001100 |
Color Harmonies of #FBE38A
Complementary color
Monochromatic Colors of #FBE38A
Black with #FBE38A
Text Example
Text Example
White with #FBE38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE38A; }
p { color: rgb(251,227,138); }
H1.HeaderClassName
{
color: #FBE38A;
}
.AnyTagClassName
{
color: #FBE38A;
}
</style>
background-color css
<style>
a { background-color: #FBE38A; }
a { background-color: rgb(251,227,138); }
div.DivClassName
{
background-color: #FBE38A;
}
.BgClassName
{
background-color: #FBE38A;
}
</style>
border-color css
<style>
span { border-color: #FBE38A; }
span { border-color: rgb(251,227,138); }
td.TdClassName
{
border-color: #FBE38A;
}
.TagClassName
{
border-color: #FBE38A;
}
</style>