Shades of Picasso #FEEB90
Tints of Picasso #FEEB90
RGB
CMYK
RGB Variations
Color information
#FEEB90 (or 0xFEEB90) is known color: Picasso. HEX triplet: FE, EB and 90. RGB value is (254,235,144). Sum of RGB (Red+Green+Blue) = 254+235+144=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 144 (56.64% from 255 or 22.75% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEB90 is #01146F. Grayscale: #E6E6E6. Windows color (decimal): -70768 or 9497598. OLE color: 9497598.
HSL color Cylindrical-coordinate representation of color #FEEB90: hue angle of 49.64º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FEEB90 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 144 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.00 |
| HSL | 49.64º | 0.98% | 0.78% | - |
| HSV(B) | 49.64º | 0.43% | 1% | - |
| XYZ | 75.62 | 82.5 | 38.32 | - |
| YUV | 230.31 | 79.29 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 144 | 0 | 0.07 | 0.43 | 0.00 | 49.64 | 0.98 | 0.78 |
| Hex | FE | EB | 90 | 0 | 7 | 2B | 0 | 32 | 62 | 4E |
| Octal | 376 | 353 | 220 | 0 | 7 | 53 | 0 | 62 | 142 | 116 |
| Binary | 11111110 | 11101011 | 10010000 | 0 | 111 | 101011 | 0 | 110010 | 1100010 | 1001110 |
Color Harmonies of #FEEB90
Complementary color
Monochromatic Colors of #FEEB90
Black with #FEEB90
Text Example
Text Example
White with #FEEB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEB90; }
p { color: rgb(254,235,144); }
H1.HeaderClassName
{
color: #FEEB90;
}
.AnyTagClassName
{
color: #FEEB90;
}
</style>
background-color css
<style>
a { background-color: #FEEB90; }
a { background-color: rgb(254,235,144); }
div.DivClassName
{
background-color: #FEEB90;
}
.BgClassName
{
background-color: #FEEB90;
}
</style>
border-color css
<style>
span { border-color: #FEEB90; }
span { border-color: rgb(254,235,144); }
td.TdClassName
{
border-color: #FEEB90;
}
.TagClassName
{
border-color: #FEEB90;
}
</style>