Shades of Picasso #FBEC90
Tints of Picasso #FBEC90
RGB
CMYK
RGB Variations
Color information
#FBEC90 (or 0xFBEC90) is known color: Picasso. HEX triplet: FB, EC and 90. RGB value is (251,236,144). Sum of RGB (Red+Green+Blue) = 251+236+144=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 144 (56.64% from 255 or 22.82% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEC90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEC90 is #04136F. Grayscale: #E6E6E6. Windows color (decimal): -267120 or 9497851. OLE color: 9497851.
HSL color Cylindrical-coordinate representation of color #FBEC90: hue angle of 51.59º 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 #FBEC90 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 236 | 144 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.02 |
| HSL | 51.59º | 0.93% | 0.77% | - |
| HSV(B) | 51.59º | 0.43% | 0.98% | - |
| XYZ | 74.81 | 82.51 | 38.37 | - |
| YUV | 230 | 79.47 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 236 | 144 | 0 | 0.06 | 0.43 | 0.02 | 51.59 | 0.93 | 0.77 |
| Hex | FB | EC | 90 | 0 | 6 | 2B | 2 | 34 | 5D | 4D |
| Octal | 373 | 354 | 220 | 0 | 6 | 53 | 2 | 64 | 135 | 115 |
| Binary | 11111011 | 11101100 | 10010000 | 0 | 110 | 101011 | 10 | 110100 | 1011101 | 1001101 |
Color Harmonies of #FBEC90
Complementary color
Monochromatic Colors of #FBEC90
Black with #FBEC90
Text Example
Text Example
White with #FBEC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEC90; }
p { color: rgb(251,236,144); }
H1.HeaderClassName
{
color: #FBEC90;
}
.AnyTagClassName
{
color: #FBEC90;
}
</style>
background-color css
<style>
a { background-color: #FBEC90; }
a { background-color: rgb(251,236,144); }
div.DivClassName
{
background-color: #FBEC90;
}
.BgClassName
{
background-color: #FBEC90;
}
</style>
border-color css
<style>
span { border-color: #FBEC90; }
span { border-color: rgb(251,236,144); }
td.TdClassName
{
border-color: #FBEC90;
}
.TagClassName
{
border-color: #FBEC90;
}
</style>