Shades of Vis Vis #FBE08F
Tints of Vis Vis #FBE08F
RGB
CMYK
RGB Variations
Color information
#FBE08F (or 0xFBE08F) is known color: Vis Vis. HEX triplet: FB, E0 and 8F. RGB value is (251,224,143). Sum of RGB (Red+Green+Blue) = 251+224+143=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 143 (56.25% from 255 or 23.14% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE08F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE08F is #041F70. Grayscale: #DFDFDF. Windows color (decimal): -270193 or 9429243. OLE color: 9429243.
HSL color Cylindrical-coordinate representation of color #FBE08F: hue angle of 45º 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 #FBE08F is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 143 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.02 |
| HSL | 45º | 0.93% | 0.77% | - |
| HSV(B) | 45º | 0.43% | 0.98% | - |
| XYZ | 71.4 | 75.8 | 36.86 | - |
| YUV | 222.84 | 82.95 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 143 | 0 | 0.11 | 0.43 | 0.02 | 45 | 0.93 | 0.77 |
| Hex | FB | E0 | 8F | 0 | B | 2B | 2 | 2D | 5D | 4D |
| Octal | 373 | 340 | 217 | 0 | 13 | 53 | 2 | 55 | 135 | 115 |
| Binary | 11111011 | 11100000 | 10001111 | 0 | 1011 | 101011 | 10 | 101101 | 1011101 | 1001101 |
Color Harmonies of #FBE08F
Complementary color
Monochromatic Colors of #FBE08F
Black with #FBE08F
Text Example
Text Example
White with #FBE08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE08F; }
p { color: rgb(251,224,143); }
H1.HeaderClassName
{
color: #FBE08F;
}
.AnyTagClassName
{
color: #FBE08F;
}
</style>
background-color css
<style>
a { background-color: #FBE08F; }
a { background-color: rgb(251,224,143); }
div.DivClassName
{
background-color: #FBE08F;
}
.BgClassName
{
background-color: #FBE08F;
}
</style>
border-color css
<style>
span { border-color: #FBE08F; }
span { border-color: rgb(251,224,143); }
td.TdClassName
{
border-color: #FBE08F;
}
.TagClassName
{
border-color: #FBE08F;
}
</style>