Shades of Picasso #FBEC8C
Tints of Picasso #FBEC8C
RGB
CMYK
RGB Variations
Color information
#FBEC8C (or 0xFBEC8C) is known color: Picasso. HEX triplet: FB, EC and 8C. RGB value is (251,236,140). Sum of RGB (Red+Green+Blue) = 251+236+140=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 140 (55.08% from 255 or 22.33% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEC8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEC8C is #041373. Grayscale: #E5E5E5. Windows color (decimal): -267124 or 9235707. OLE color: 9235707.
HSL color Cylindrical-coordinate representation of color #FBEC8C: hue angle of 51.89º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBEC8C is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 236 | 140 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.02 |
| HSL | 51.89º | 0.93% | 0.77% | - |
| HSV(B) | 51.89º | 0.44% | 0.98% | - |
| XYZ | 74.51 | 82.39 | 36.79 | - |
| YUV | 229.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 236 | 140 | 0 | 0.06 | 0.44 | 0.02 | 51.89 | 0.93 | 0.77 |
| Hex | FB | EC | 8C | 0 | 6 | 2C | 2 | 34 | 5D | 4D |
| Octal | 373 | 354 | 214 | 0 | 6 | 54 | 2 | 64 | 135 | 115 |
| Binary | 11111011 | 11101100 | 10001100 | 0 | 110 | 101100 | 10 | 110100 | 1011101 | 1001101 |
Color Harmonies of #FBEC8C
Complementary color
Monochromatic Colors of #FBEC8C
Black with #FBEC8C
Text Example
Text Example
White with #FBEC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEC8C; }
p { color: rgb(251,236,140); }
H1.HeaderClassName
{
color: #FBEC8C;
}
.AnyTagClassName
{
color: #FBEC8C;
}
</style>
background-color css
<style>
a { background-color: #FBEC8C; }
a { background-color: rgb(251,236,140); }
div.DivClassName
{
background-color: #FBEC8C;
}
.BgClassName
{
background-color: #FBEC8C;
}
</style>
border-color css
<style>
span { border-color: #FBEC8C; }
span { border-color: rgb(251,236,140); }
td.TdClassName
{
border-color: #FBEC8C;
}
.TagClassName
{
border-color: #FBEC8C;
}
</style>