Shades of Picasso #FEEC8C
Tints of Picasso #FEEC8C
RGB
CMYK
RGB Variations
Color information
#FEEC8C (or 0xFEEC8C) is known color: Picasso. HEX triplet: FE, EC and 8C. RGB value is (254,236,140). Sum of RGB (Red+Green+Blue) = 254+236+140=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 140 (55.08% from 255 or 22.22% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEC8C is #011373. Grayscale: #E6E6E6. Windows color (decimal): -70516 or 9235710. OLE color: 9235710.
HSL color Cylindrical-coordinate representation of color #FEEC8C: hue angle of 50.53º 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 #FEEC8C is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 140 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.00 |
| HSL | 50.53º | 0.98% | 0.77% | - |
| HSV(B) | 50.53º | 0.45% | 1% | - |
| XYZ | 75.6 | 82.96 | 36.84 | - |
| YUV | 230.44 | 76.96 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 140 | 0 | 0.07 | 0.45 | 0.00 | 50.53 | 0.98 | 0.77 |
| Hex | FE | EC | 8C | 0 | 7 | 2D | 0 | 33 | 62 | 4D |
| Octal | 376 | 354 | 214 | 0 | 7 | 55 | 0 | 63 | 142 | 115 |
| Binary | 11111110 | 11101100 | 10001100 | 0 | 111 | 101101 | 0 | 110011 | 1100010 | 1001101 |
Color Harmonies of #FEEC8C
Complementary color
Monochromatic Colors of #FEEC8C
Black with #FEEC8C
Text Example
Text Example
White with #FEEC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC8C; }
p { color: rgb(254,236,140); }
H1.HeaderClassName
{
color: #FEEC8C;
}
.AnyTagClassName
{
color: #FEEC8C;
}
</style>
background-color css
<style>
a { background-color: #FEEC8C; }
a { background-color: rgb(254,236,140); }
div.DivClassName
{
background-color: #FEEC8C;
}
.BgClassName
{
background-color: #FEEC8C;
}
</style>
border-color css
<style>
span { border-color: #FEEC8C; }
span { border-color: rgb(254,236,140); }
td.TdClassName
{
border-color: #FEEC8C;
}
.TagClassName
{
border-color: #FEEC8C;
}
</style>