Shades of Picasso #FEEA8B
Tints of Picasso #FEEA8B
RGB
CMYK
RGB Variations
Color information
#FEEA8B (or 0xFEEA8B) is known color: Picasso. HEX triplet: FE, EA and 8B. RGB value is (254,234,139). Sum of RGB (Red+Green+Blue) = 254+234+139=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 139 (54.69% from 255 or 22.17% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEA8B is #011574. Grayscale: #E5E5E5. Windows color (decimal): -71029 or 9169662. OLE color: 9169662.
HSL color Cylindrical-coordinate representation of color #FEEA8B: hue angle of 49.57º 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 #FEEA8B is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 139 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.00 |
| HSL | 49.57º | 0.98% | 0.77% | - |
| HSV(B) | 49.57º | 0.45% | 1% | - |
| XYZ | 74.96 | 81.78 | 36.26 | - |
| YUV | 229.15 | 77.13 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 139 | 0 | 0.08 | 0.45 | 0.00 | 49.57 | 0.98 | 0.77 |
| Hex | FE | EA | 8B | 0 | 8 | 2D | 0 | 32 | 62 | 4D |
| Octal | 376 | 352 | 213 | 0 | 10 | 55 | 0 | 62 | 142 | 115 |
| Binary | 11111110 | 11101010 | 10001011 | 0 | 1000 | 101101 | 0 | 110010 | 1100010 | 1001101 |
Color Harmonies of #FEEA8B
Complementary color
Monochromatic Colors of #FEEA8B
Black with #FEEA8B
Text Example
Text Example
White with #FEEA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA8B; }
p { color: rgb(254,234,139); }
H1.HeaderClassName
{
color: #FEEA8B;
}
.AnyTagClassName
{
color: #FEEA8B;
}
</style>
background-color css
<style>
a { background-color: #FEEA8B; }
a { background-color: rgb(254,234,139); }
div.DivClassName
{
background-color: #FEEA8B;
}
.BgClassName
{
background-color: #FEEA8B;
}
</style>
border-color css
<style>
span { border-color: #FEEA8B; }
span { border-color: rgb(254,234,139); }
td.TdClassName
{
border-color: #FEEA8B;
}
.TagClassName
{
border-color: #FEEA8B;
}
</style>