Shades of Vis Vis #FBE290
Tints of Vis Vis #FBE290
RGB
CMYK
RGB Variations
Color information
#FBE290 (or 0xFBE290) is known color: Vis Vis. HEX triplet: FB, E2 and 90. RGB value is (251,226,144). Sum of RGB (Red+Green+Blue) = 251+226+144=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 144 (56.64% from 255 or 23.19% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE290 is #041D6F. Grayscale: #E0E0E0. Windows color (decimal): -269680 or 9495291. OLE color: 9495291.
HSL color Cylindrical-coordinate representation of color #FBE290: hue angle of 45.98º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FBE290 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 226 | 144 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.02 |
| HSL | 45.98º | 0.93% | 0.77% | - |
| HSV(B) | 45.98º | 0.43% | 0.98% | - |
| XYZ | 72.01 | 76.92 | 37.44 | - |
| YUV | 224.13 | 82.78 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 226 | 144 | 0 | 0.10 | 0.43 | 0.02 | 45.98 | 0.93 | 0.77 |
| Hex | FB | E2 | 90 | 0 | A | 2B | 2 | 2E | 5D | 4D |
| Octal | 373 | 342 | 220 | 0 | 12 | 53 | 2 | 56 | 135 | 115 |
| Binary | 11111011 | 11100010 | 10010000 | 0 | 1010 | 101011 | 10 | 101110 | 1011101 | 1001101 |
Color Harmonies of #FBE290
Complementary color
Monochromatic Colors of #FBE290
Black with #FBE290
Text Example
Text Example
White with #FBE290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE290; }
p { color: rgb(251,226,144); }
H1.HeaderClassName
{
color: #FBE290;
}
.AnyTagClassName
{
color: #FBE290;
}
</style>
background-color css
<style>
a { background-color: #FBE290; }
a { background-color: rgb(251,226,144); }
div.DivClassName
{
background-color: #FBE290;
}
.BgClassName
{
background-color: #FBE290;
}
</style>
border-color css
<style>
span { border-color: #FBE290; }
span { border-color: rgb(251,226,144); }
td.TdClassName
{
border-color: #FBE290;
}
.TagClassName
{
border-color: #FBE290;
}
</style>