Shades of Picasso #FEEE8C
Tints of Picasso #FEEE8C
RGB
CMYK
RGB Variations
Color information
#FEEE8C (or 0xFEEE8C) is known color: Picasso. HEX triplet: FE, EE and 8C. RGB value is (254,238,140). Sum of RGB (Red+Green+Blue) = 254+238+140=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 140 (55.08% from 255 or 22.15% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEE8C is #011173. Grayscale: #E8E8E8. Windows color (decimal): -70004 or 9236222. OLE color: 9236222.
HSL color Cylindrical-coordinate representation of color #FEEE8C: hue angle of 51.58º 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 #FEEE8C is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 140 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.00 |
| HSL | 51.58º | 0.98% | 0.77% | - |
| HSV(B) | 51.58º | 0.45% | 1% | - |
| XYZ | 76.18 | 84.11 | 37.03 | - |
| YUV | 231.61 | 76.3 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 140 | 0 | 0.06 | 0.45 | 0.00 | 51.58 | 0.98 | 0.77 |
| Hex | FE | EE | 8C | 0 | 6 | 2D | 0 | 34 | 62 | 4D |
| Octal | 376 | 356 | 214 | 0 | 6 | 55 | 0 | 64 | 142 | 115 |
| Binary | 11111110 | 11101110 | 10001100 | 0 | 110 | 101101 | 0 | 110100 | 1100010 | 1001101 |
Color Harmonies of #FEEE8C
Complementary color
Monochromatic Colors of #FEEE8C
Black with #FEEE8C
Text Example
Text Example
White with #FEEE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE8C; }
p { color: rgb(254,238,140); }
H1.HeaderClassName
{
color: #FEEE8C;
}
.AnyTagClassName
{
color: #FEEE8C;
}
</style>
background-color css
<style>
a { background-color: #FEEE8C; }
a { background-color: rgb(254,238,140); }
div.DivClassName
{
background-color: #FEEE8C;
}
.BgClassName
{
background-color: #FEEE8C;
}
</style>
border-color css
<style>
span { border-color: #FEEE8C; }
span { border-color: rgb(254,238,140); }
td.TdClassName
{
border-color: #FEEE8C;
}
.TagClassName
{
border-color: #FEEE8C;
}
</style>