Shades of Picasso #FBEF90
Tints of Picasso #FBEF90
RGB
CMYK
RGB Variations
Color information
#FBEF90 (or 0xFBEF90) is known color: Picasso. HEX triplet: FB, EF and 90. RGB value is (251,239,144). Sum of RGB (Red+Green+Blue) = 251+239+144=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 144 (56.64% from 255 or 22.71% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEF90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEF90 is #04106F. Grayscale: #E8E8E8. Windows color (decimal): -266352 or 9498619. OLE color: 9498619.
HSL color Cylindrical-coordinate representation of color #FBEF90: hue angle of 53.27º 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 #FBEF90 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 239 | 144 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.02 |
| HSL | 53.27º | 0.93% | 0.77% | - |
| HSV(B) | 53.27º | 0.43% | 0.98% | - |
| XYZ | 75.68 | 84.26 | 38.66 | - |
| YUV | 231.76 | 78.48 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 239 | 144 | 0 | 0.05 | 0.43 | 0.02 | 53.27 | 0.93 | 0.77 |
| Hex | FB | EF | 90 | 0 | 5 | 2B | 2 | 35 | 5D | 4D |
| Octal | 373 | 357 | 220 | 0 | 5 | 53 | 2 | 65 | 135 | 115 |
| Binary | 11111011 | 11101111 | 10010000 | 0 | 101 | 101011 | 10 | 110101 | 1011101 | 1001101 |
Color Harmonies of #FBEF90
Complementary color
Monochromatic Colors of #FBEF90
Black with #FBEF90
Text Example
Text Example
White with #FBEF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEF90; }
p { color: rgb(251,239,144); }
H1.HeaderClassName
{
color: #FBEF90;
}
.AnyTagClassName
{
color: #FBEF90;
}
</style>
background-color css
<style>
a { background-color: #FBEF90; }
a { background-color: rgb(251,239,144); }
div.DivClassName
{
background-color: #FBEF90;
}
.BgClassName
{
background-color: #FBEF90;
}
</style>
border-color css
<style>
span { border-color: #FBEF90; }
span { border-color: rgb(251,239,144); }
td.TdClassName
{
border-color: #FBEF90;
}
.TagClassName
{
border-color: #FBEF90;
}
</style>