Shades of Picasso #FEEB8D
Tints of Picasso #FEEB8D
RGB
CMYK
RGB Variations
Color information
#FEEB8D (or 0xFEEB8D) is known color: Picasso. HEX triplet: FE, EB and 8D. RGB value is (254,235,141). Sum of RGB (Red+Green+Blue) = 254+235+141=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 141 (55.47% from 255 or 22.38% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEB8D is #011472. Grayscale: #E6E6E6. Windows color (decimal): -70771 or 9300990. OLE color: 9300990.
HSL color Cylindrical-coordinate representation of color #FEEB8D: hue angle of 49.91º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEEB8D is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 141 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.00 |
| HSL | 49.91º | 0.98% | 0.77% | - |
| HSV(B) | 49.91º | 0.44% | 1% | - |
| XYZ | 75.39 | 82.41 | 37.13 | - |
| YUV | 229.97 | 77.79 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 141 | 0 | 0.07 | 0.44 | 0.00 | 49.91 | 0.98 | 0.77 |
| Hex | FE | EB | 8D | 0 | 7 | 2C | 0 | 32 | 62 | 4D |
| Octal | 376 | 353 | 215 | 0 | 7 | 54 | 0 | 62 | 142 | 115 |
| Binary | 11111110 | 11101011 | 10001101 | 0 | 111 | 101100 | 0 | 110010 | 1100010 | 1001101 |
Color Harmonies of #FEEB8D
Complementary color
Monochromatic Colors of #FEEB8D
Black with #FEEB8D
Text Example
Text Example
White with #FEEB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEB8D; }
p { color: rgb(254,235,141); }
H1.HeaderClassName
{
color: #FEEB8D;
}
.AnyTagClassName
{
color: #FEEB8D;
}
</style>
background-color css
<style>
a { background-color: #FEEB8D; }
a { background-color: rgb(254,235,141); }
div.DivClassName
{
background-color: #FEEB8D;
}
.BgClassName
{
background-color: #FEEB8D;
}
</style>
border-color css
<style>
span { border-color: #FEEB8D; }
span { border-color: rgb(254,235,141); }
td.TdClassName
{
border-color: #FEEB8D;
}
.TagClassName
{
border-color: #FEEB8D;
}
</style>