Shades of Picasso #FBEA8E
Tints of Picasso #FBEA8E
RGB
CMYK
RGB Variations
Color information
#FBEA8E (or 0xFBEA8E) is known color: Picasso. HEX triplet: FB, EA and 8E. RGB value is (251,234,142). Sum of RGB (Red+Green+Blue) = 251+234+142=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 142 (55.86% from 255 or 22.65% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEA8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEA8E is #041571. Grayscale: #E4E4E4. Windows color (decimal): -267634 or 9366267. OLE color: 9366267.
HSL color Cylindrical-coordinate representation of color #FBEA8E: hue angle of 50.64º 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 #FBEA8E is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 142 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.02 |
| HSL | 50.64º | 0.93% | 0.77% | - |
| HSV(B) | 50.64º | 0.43% | 0.98% | - |
| XYZ | 74.09 | 81.31 | 37.38 | - |
| YUV | 228.6 | 79.13 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 142 | 0 | 0.07 | 0.43 | 0.02 | 50.64 | 0.93 | 0.77 |
| Hex | FB | EA | 8E | 0 | 7 | 2B | 2 | 33 | 5D | 4D |
| Octal | 373 | 352 | 216 | 0 | 7 | 53 | 2 | 63 | 135 | 115 |
| Binary | 11111011 | 11101010 | 10001110 | 0 | 111 | 101011 | 10 | 110011 | 1011101 | 1001101 |
Color Harmonies of #FBEA8E
Complementary color
Monochromatic Colors of #FBEA8E
Black with #FBEA8E
Text Example
Text Example
White with #FBEA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEA8E; }
p { color: rgb(251,234,142); }
H1.HeaderClassName
{
color: #FBEA8E;
}
.AnyTagClassName
{
color: #FBEA8E;
}
</style>
background-color css
<style>
a { background-color: #FBEA8E; }
a { background-color: rgb(251,234,142); }
div.DivClassName
{
background-color: #FBEA8E;
}
.BgClassName
{
background-color: #FBEA8E;
}
</style>
border-color css
<style>
span { border-color: #FBEA8E; }
span { border-color: rgb(251,234,142); }
td.TdClassName
{
border-color: #FBEA8E;
}
.TagClassName
{
border-color: #FBEA8E;
}
</style>