Shades of Picasso #FBEA8C
Tints of Picasso #FBEA8C
RGB
CMYK
RGB Variations
Color information
#FBEA8C (or 0xFBEA8C) is known color: Picasso. HEX triplet: FB, EA and 8C. RGB value is (251,234,140). Sum of RGB (Red+Green+Blue) = 251+234+140=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 140 (55.08% from 255 or 22.4% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEA8C is #041573. Grayscale: #E4E4E4. Windows color (decimal): -267636 or 9235195. OLE color: 9235195.
HSL color Cylindrical-coordinate representation of color #FBEA8C: hue angle of 50.81º 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 #FBEA8C is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 140 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.02 |
| HSL | 50.81º | 0.93% | 0.77% | - |
| HSV(B) | 50.81º | 0.44% | 0.98% | - |
| XYZ | 73.94 | 81.25 | 36.6 | - |
| YUV | 228.37 | 78.13 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 140 | 0 | 0.07 | 0.44 | 0.02 | 50.81 | 0.93 | 0.77 |
| Hex | FB | EA | 8C | 0 | 7 | 2C | 2 | 33 | 5D | 4D |
| Octal | 373 | 352 | 214 | 0 | 7 | 54 | 2 | 63 | 135 | 115 |
| Binary | 11111011 | 11101010 | 10001100 | 0 | 111 | 101100 | 10 | 110011 | 1011101 | 1001101 |
Color Harmonies of #FBEA8C
Complementary color
Monochromatic Colors of #FBEA8C
Black with #FBEA8C
Text Example
Text Example
White with #FBEA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEA8C; }
p { color: rgb(251,234,140); }
H1.HeaderClassName
{
color: #FBEA8C;
}
.AnyTagClassName
{
color: #FBEA8C;
}
</style>
background-color css
<style>
a { background-color: #FBEA8C; }
a { background-color: rgb(251,234,140); }
div.DivClassName
{
background-color: #FBEA8C;
}
.BgClassName
{
background-color: #FBEA8C;
}
</style>
border-color css
<style>
span { border-color: #FBEA8C; }
span { border-color: rgb(251,234,140); }
td.TdClassName
{
border-color: #FBEA8C;
}
.TagClassName
{
border-color: #FBEA8C;
}
</style>