Shades of Picasso #FEEF90
Tints of Picasso #FEEF90
RGB
CMYK
RGB Variations
Color information
#FEEF90 (or 0xFEEF90) is known color: Picasso. HEX triplet: FE, EF and 90. RGB value is (254,239,144). Sum of RGB (Red+Green+Blue) = 254+239+144=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 144 (56.64% from 255 or 22.61% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEF90 is #01106F. Grayscale: #E9E9E9. Windows color (decimal): -69744 or 9498622. OLE color: 9498622.
HSL color Cylindrical-coordinate representation of color #FEEF90: hue angle of 51.82º 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 #FEEF90 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 144 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.00 |
| HSL | 51.82º | 0.98% | 0.78% | - |
| HSV(B) | 51.82º | 0.43% | 1% | - |
| XYZ | 76.77 | 84.82 | 38.71 | - |
| YUV | 232.66 | 77.97 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 144 | 0 | 0.06 | 0.43 | 0.00 | 51.82 | 0.98 | 0.78 |
| Hex | FE | EF | 90 | 0 | 6 | 2B | 0 | 34 | 62 | 4E |
| Octal | 376 | 357 | 220 | 0 | 6 | 53 | 0 | 64 | 142 | 116 |
| Binary | 11111110 | 11101111 | 10010000 | 0 | 110 | 101011 | 0 | 110100 | 1100010 | 1001110 |
Color Harmonies of #FEEF90
Complementary color
Monochromatic Colors of #FEEF90
Black with #FEEF90
Text Example
Text Example
White with #FEEF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF90; }
p { color: rgb(254,239,144); }
H1.HeaderClassName
{
color: #FEEF90;
}
.AnyTagClassName
{
color: #FEEF90;
}
</style>
background-color css
<style>
a { background-color: #FEEF90; }
a { background-color: rgb(254,239,144); }
div.DivClassName
{
background-color: #FEEF90;
}
.BgClassName
{
background-color: #FEEF90;
}
</style>
border-color css
<style>
span { border-color: #FEEF90; }
span { border-color: rgb(254,239,144); }
td.TdClassName
{
border-color: #FEEF90;
}
.TagClassName
{
border-color: #FEEF90;
}
</style>