Shades of Picasso #FEEF8F
Tints of Picasso #FEEF8F
RGB
CMYK
RGB Variations
Color information
#FEEF8F (or 0xFEEF8F) is known color: Picasso. HEX triplet: FE, EF and 8F. RGB value is (254,239,143). Sum of RGB (Red+Green+Blue) = 254+239+143=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 143 (56.25% from 255 or 22.48% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEF8F is #011070. Grayscale: #E8E8E8. Windows color (decimal): -69745 or 9433086. OLE color: 9433086.
HSL color Cylindrical-coordinate representation of color #FEEF8F: hue angle of 51.89º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEEF8F is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 143 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.00 |
| HSL | 51.89º | 0.98% | 0.78% | - |
| HSV(B) | 51.89º | 0.44% | 1% | - |
| XYZ | 76.7 | 84.79 | 38.31 | - |
| YUV | 232.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 143 | 0 | 0.06 | 0.44 | 0.00 | 51.89 | 0.98 | 0.78 |
| Hex | FE | EF | 8F | 0 | 6 | 2C | 0 | 34 | 62 | 4E |
| Octal | 376 | 357 | 217 | 0 | 6 | 54 | 0 | 64 | 142 | 116 |
| Binary | 11111110 | 11101111 | 10001111 | 0 | 110 | 101100 | 0 | 110100 | 1100010 | 1001110 |
Color Harmonies of #FEEF8F
Complementary color
Monochromatic Colors of #FEEF8F
Black with #FEEF8F
Text Example
Text Example
White with #FEEF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF8F; }
p { color: rgb(254,239,143); }
H1.HeaderClassName
{
color: #FEEF8F;
}
.AnyTagClassName
{
color: #FEEF8F;
}
</style>
background-color css
<style>
a { background-color: #FEEF8F; }
a { background-color: rgb(254,239,143); }
div.DivClassName
{
background-color: #FEEF8F;
}
.BgClassName
{
background-color: #FEEF8F;
}
</style>
border-color css
<style>
span { border-color: #FEEF8F; }
span { border-color: rgb(254,239,143); }
td.TdClassName
{
border-color: #FEEF8F;
}
.TagClassName
{
border-color: #FEEF8F;
}
</style>