Shades of Picasso #FEEA8C
Tints of Picasso #FEEA8C
RGB
CMYK
RGB Variations
Color information
#FEEA8C (or 0xFEEA8C) is known color: Picasso. HEX triplet: FE, EA and 8C. RGB value is (254,234,140). Sum of RGB (Red+Green+Blue) = 254+234+140=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 140 (55.08% from 255 or 22.29% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEA8C is #011573. Grayscale: #E5E5E5. Windows color (decimal): -71028 or 9235198. OLE color: 9235198.
HSL color Cylindrical-coordinate representation of color #FEEA8C: hue angle of 49.47º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEEA8C is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 140 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.00 |
| HSL | 49.47º | 0.98% | 0.77% | - |
| HSV(B) | 49.47º | 0.45% | 1% | - |
| XYZ | 75.03 | 81.81 | 36.65 | - |
| YUV | 229.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 140 | 0 | 0.08 | 0.45 | 0.00 | 49.47 | 0.98 | 0.77 |
| Hex | FE | EA | 8C | 0 | 8 | 2D | 0 | 31 | 62 | 4D |
| Octal | 376 | 352 | 214 | 0 | 10 | 55 | 0 | 61 | 142 | 115 |
| Binary | 11111110 | 11101010 | 10001100 | 0 | 1000 | 101101 | 0 | 110001 | 1100010 | 1001101 |
Color Harmonies of #FEEA8C
Complementary color
Monochromatic Colors of #FEEA8C
Black with #FEEA8C
Text Example
Text Example
White with #FEEA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA8C; }
p { color: rgb(254,234,140); }
H1.HeaderClassName
{
color: #FEEA8C;
}
.AnyTagClassName
{
color: #FEEA8C;
}
</style>
background-color css
<style>
a { background-color: #FEEA8C; }
a { background-color: rgb(254,234,140); }
div.DivClassName
{
background-color: #FEEA8C;
}
.BgClassName
{
background-color: #FEEA8C;
}
</style>
border-color css
<style>
span { border-color: #FEEA8C; }
span { border-color: rgb(254,234,140); }
td.TdClassName
{
border-color: #FEEA8C;
}
.TagClassName
{
border-color: #FEEA8C;
}
</style>