Shades of Picasso #FEEA90
Tints of Picasso #FEEA90
RGB
CMYK
RGB Variations
Color information
#FEEA90 (or 0xFEEA90) is known color: Picasso. HEX triplet: FE, EA and 90. RGB value is (254,234,144). Sum of RGB (Red+Green+Blue) = 254+234+144=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 144 (56.64% from 255 or 22.78% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEA90 is #01156F. Grayscale: #E6E6E6. Windows color (decimal): -71024 or 9497342. OLE color: 9497342.
HSL color Cylindrical-coordinate representation of color #FEEA90: hue angle of 49.09º 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 #FEEA90 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 144 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.00 |
| HSL | 49.09º | 0.98% | 0.78% | - |
| HSV(B) | 49.09º | 0.43% | 1% | - |
| XYZ | 75.33 | 81.93 | 38.23 | - |
| YUV | 229.72 | 79.63 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 144 | 0 | 0.08 | 0.43 | 0.00 | 49.09 | 0.98 | 0.78 |
| Hex | FE | EA | 90 | 0 | 8 | 2B | 0 | 31 | 62 | 4E |
| Octal | 376 | 352 | 220 | 0 | 10 | 53 | 0 | 61 | 142 | 116 |
| Binary | 11111110 | 11101010 | 10010000 | 0 | 1000 | 101011 | 0 | 110001 | 1100010 | 1001110 |
Color Harmonies of #FEEA90
Complementary color
Monochromatic Colors of #FEEA90
Black with #FEEA90
Text Example
Text Example
White with #FEEA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA90; }
p { color: rgb(254,234,144); }
H1.HeaderClassName
{
color: #FEEA90;
}
.AnyTagClassName
{
color: #FEEA90;
}
</style>
background-color css
<style>
a { background-color: #FEEA90; }
a { background-color: rgb(254,234,144); }
div.DivClassName
{
background-color: #FEEA90;
}
.BgClassName
{
background-color: #FEEA90;
}
</style>
border-color css
<style>
span { border-color: #FEEA90; }
span { border-color: rgb(254,234,144); }
td.TdClassName
{
border-color: #FEEA90;
}
.TagClassName
{
border-color: #FEEA90;
}
</style>