Shades of Picasso #FBE992
Tints of Picasso #FBE992
RGB
CMYK
RGB Variations
Color information
#FBE992 (or 0xFBE992) is known color: Picasso. HEX triplet: FB, E9 and 92. RGB value is (251,233,146). Sum of RGB (Red+Green+Blue) = 251+233+146=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 146 (57.42% from 255 or 23.17% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE992 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBE992 is #04166D. Grayscale: #E4E4E4. Windows color (decimal): -267886 or 9628155. OLE color: 9628155.
HSL color Cylindrical-coordinate representation of color #FBE992: hue angle of 49.71º 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 #FBE992 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 233 | 146 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.02 |
| HSL | 49.71º | 0.93% | 0.78% | - |
| HSV(B) | 49.71º | 0.42% | 0.98% | - |
| XYZ | 74.11 | 80.86 | 38.9 | - |
| YUV | 228.46 | 81.46 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 233 | 146 | 0 | 0.07 | 0.42 | 0.02 | 49.71 | 0.93 | 0.78 |
| Hex | FB | E9 | 92 | 0 | 7 | 2A | 2 | 32 | 5D | 4E |
| Octal | 373 | 351 | 222 | 0 | 7 | 52 | 2 | 62 | 135 | 116 |
| Binary | 11111011 | 11101001 | 10010010 | 0 | 111 | 101010 | 10 | 110010 | 1011101 | 1001110 |
Color Harmonies of #FBE992
Complementary color
Monochromatic Colors of #FBE992
Black with #FBE992
Text Example
Text Example
White with #FBE992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE992; }
p { color: rgb(251,233,146); }
H1.HeaderClassName
{
color: #FBE992;
}
.AnyTagClassName
{
color: #FBE992;
}
</style>
background-color css
<style>
a { background-color: #FBE992; }
a { background-color: rgb(251,233,146); }
div.DivClassName
{
background-color: #FBE992;
}
.BgClassName
{
background-color: #FBE992;
}
</style>
border-color css
<style>
span { border-color: #FBE992; }
span { border-color: rgb(251,233,146); }
td.TdClassName
{
border-color: #FBE992;
}
.TagClassName
{
border-color: #FBE992;
}
</style>