Shades of Vis Vis #FBE291
Tints of Vis Vis #FBE291
RGB
CMYK
RGB Variations
Color information
#FBE291 (or 0xFBE291) is known color: Vis Vis. HEX triplet: FB, E2 and 91. RGB value is (251,226,145). Sum of RGB (Red+Green+Blue) = 251+226+145=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 226 (88.67% from 255 or 36.33% from 622); Blue value is 145 (57.03% from 255 or 23.31% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE291 is #041D6E. Grayscale: #E0E0E0. Windows color (decimal): -269679 or 9560827. OLE color: 9560827.
HSL color Cylindrical-coordinate representation of color #FBE291: hue angle of 45.85º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FBE291 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 226 | 145 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.02 |
| HSL | 45.85º | 0.93% | 0.78% | - |
| HSV(B) | 45.85º | 0.42% | 0.98% | - |
| XYZ | 72.09 | 76.95 | 37.84 | - |
| YUV | 224.24 | 83.28 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 226 | 145 | 0 | 0.10 | 0.42 | 0.02 | 45.85 | 0.93 | 0.78 |
| Hex | FB | E2 | 91 | 0 | A | 2A | 2 | 2E | 5D | 4E |
| Octal | 373 | 342 | 221 | 0 | 12 | 52 | 2 | 56 | 135 | 116 |
| Binary | 11111011 | 11100010 | 10010001 | 0 | 1010 | 101010 | 10 | 101110 | 1011101 | 1001110 |
Color Harmonies of #FBE291
Complementary color
Monochromatic Colors of #FBE291
Black with #FBE291
Text Example
Text Example
White with #FBE291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE291; }
p { color: rgb(251,226,145); }
H1.HeaderClassName
{
color: #FBE291;
}
.AnyTagClassName
{
color: #FBE291;
}
</style>
background-color css
<style>
a { background-color: #FBE291; }
a { background-color: rgb(251,226,145); }
div.DivClassName
{
background-color: #FBE291;
}
.BgClassName
{
background-color: #FBE291;
}
</style>
border-color css
<style>
span { border-color: #FBE291; }
span { border-color: rgb(251,226,145); }
td.TdClassName
{
border-color: #FBE291;
}
.TagClassName
{
border-color: #FBE291;
}
</style>