Shades of Picasso #FBEA8D
Tints of Picasso #FBEA8D
RGB
CMYK
RGB Variations
Color information
#FBEA8D (or 0xFBEA8D) is known color: Picasso. HEX triplet: FB, EA and 8D. RGB value is (251,234,141). Sum of RGB (Red+Green+Blue) = 251+234+141=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 141 (55.47% from 255 or 22.52% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEA8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEA8D is #041572. Grayscale: #E4E4E4. Windows color (decimal): -267635 or 9300731. OLE color: 9300731.
HSL color Cylindrical-coordinate representation of color #FBEA8D: hue angle of 50.73º 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 #FBEA8D is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 234 | 141 | - |
CMYK | 0 | 0.07 | 0.44 | 0.02 |
HSL | 50.73º | 0.93% | 0.77% | - |
HSV(B) | 50.73º | 0.44% | 0.98% | - |
XYZ | 74.01 | 81.28 | 36.99 | - |
YUV | 228.48 | 78.63 | 144.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 234 | 141 | 0 | 0.07 | 0.44 | 0.02 | 50.73 | 0.93 | 0.77 |
Hex | FB | EA | 8D | 0 | 7 | 2C | 2 | 33 | 5D | 4D |
Octal | 373 | 352 | 215 | 0 | 7 | 54 | 2 | 63 | 135 | 115 |
Binary | 11111011 | 11101010 | 10001101 | 0 | 111 | 101100 | 10 | 110011 | 1011101 | 1001101 |
Color Harmonies of #FBEA8D
Complementary color
Monochromatic Colors of #FBEA8D
Black with #FBEA8D
Text Example
Text Example
White with #FBEA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEA8D; }
p { color: rgb(251,234,141); }
H1.HeaderClassName
{
color: #FBEA8D;
}
.AnyTagClassName
{
color: #FBEA8D;
}
</style>
background-color css
<style>
a { background-color: #FBEA8D; }
a { background-color: rgb(251,234,141); }
div.DivClassName
{
background-color: #FBEA8D;
}
.BgClassName
{
background-color: #FBEA8D;
}
</style>
border-color css
<style>
span { border-color: #FBEA8D; }
span { border-color: rgb(251,234,141); }
td.TdClassName
{
border-color: #FBEA8D;
}
.TagClassName
{
border-color: #FBEA8D;
}
</style>