Shades of Picasso #FEED88
Tints of Picasso #FEED88
RGB
CMYK
RGB Variations
Color information
#FEED88 (or 0xFEED88) is known color: Picasso. HEX triplet: FE, ED and 88. RGB value is (254,237,136). Sum of RGB (Red+Green+Blue) = 254+237+136=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 136 (53.52% from 255 or 21.69% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEED88 is #011277. Grayscale: #E6E6E6. Windows color (decimal): -70264 or 8973822. OLE color: 8973822.
HSL color Cylindrical-coordinate representation of color #FEED88: hue angle of 51.36º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEED88 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 136 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.00 |
| HSL | 51.36º | 0.98% | 0.76% | - |
| HSV(B) | 51.36º | 0.46% | 1% | - |
| XYZ | 75.6 | 83.42 | 35.41 | - |
| YUV | 230.57 | 74.63 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 136 | 0 | 0.07 | 0.46 | 0.00 | 51.36 | 0.98 | 0.76 |
| Hex | FE | ED | 88 | 0 | 7 | 2E | 0 | 33 | 62 | 4C |
| Octal | 376 | 355 | 210 | 0 | 7 | 56 | 0 | 63 | 142 | 114 |
| Binary | 11111110 | 11101101 | 10001000 | 0 | 111 | 101110 | 0 | 110011 | 1100010 | 1001100 |
Color Harmonies of #FEED88
Complementary color
Monochromatic Colors of #FEED88
Black with #FEED88
Text Example
Text Example
White with #FEED88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED88; }
p { color: rgb(254,237,136); }
H1.HeaderClassName
{
color: #FEED88;
}
.AnyTagClassName
{
color: #FEED88;
}
</style>
background-color css
<style>
a { background-color: #FEED88; }
a { background-color: rgb(254,237,136); }
div.DivClassName
{
background-color: #FEED88;
}
.BgClassName
{
background-color: #FEED88;
}
</style>
border-color css
<style>
span { border-color: #FEED88; }
span { border-color: rgb(254,237,136); }
td.TdClassName
{
border-color: #FEED88;
}
.TagClassName
{
border-color: #FEED88;
}
</style>