Shades of Picasso #FEEE90
Tints of Picasso #FEEE90
RGB
CMYK
RGB Variations
Color information
#FEEE90 (or 0xFEEE90) is known color: Picasso. HEX triplet: FE, EE and 90. RGB value is (254,238,144). Sum of RGB (Red+Green+Blue) = 254+238+144=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 144 (56.64% from 255 or 22.64% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEE90 is #01116F. Grayscale: #E8E8E8. Windows color (decimal): -70000 or 9498366. OLE color: 9498366.
HSL color Cylindrical-coordinate representation of color #FEEE90: hue angle of 51.27º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FEEE90 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 144 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.00 |
| HSL | 51.27º | 0.98% | 0.78% | - |
| HSV(B) | 51.27º | 0.43% | 1% | - |
| XYZ | 76.48 | 84.23 | 38.61 | - |
| YUV | 232.07 | 78.3 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 144 | 0 | 0.06 | 0.43 | 0.00 | 51.27 | 0.98 | 0.78 |
| Hex | FE | EE | 90 | 0 | 6 | 2B | 0 | 33 | 62 | 4E |
| Octal | 376 | 356 | 220 | 0 | 6 | 53 | 0 | 63 | 142 | 116 |
| Binary | 11111110 | 11101110 | 10010000 | 0 | 110 | 101011 | 0 | 110011 | 1100010 | 1001110 |
Color Harmonies of #FEEE90
Complementary color
Monochromatic Colors of #FEEE90
Black with #FEEE90
Text Example
Text Example
White with #FEEE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE90; }
p { color: rgb(254,238,144); }
H1.HeaderClassName
{
color: #FEEE90;
}
.AnyTagClassName
{
color: #FEEE90;
}
</style>
background-color css
<style>
a { background-color: #FEEE90; }
a { background-color: rgb(254,238,144); }
div.DivClassName
{
background-color: #FEEE90;
}
.BgClassName
{
background-color: #FEEE90;
}
</style>
border-color css
<style>
span { border-color: #FEEE90; }
span { border-color: rgb(254,238,144); }
td.TdClassName
{
border-color: #FEEE90;
}
.TagClassName
{
border-color: #FEEE90;
}
</style>