Shades of Picasso #F9EE90
Tints of Picasso #F9EE90
RGB
CMYK
RGB Variations
Color information
#F9EE90 (or 0xF9EE90) is known color: Picasso. HEX triplet: F9, EE and 90. RGB value is (249,238,144). Sum of RGB (Red+Green+Blue) = 249+238+144=631 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.46% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 144 (56.64% from 255 or 22.82% from 631); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EE90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9EE90 is #06116F. Grayscale: #E6E6E6. Windows color (decimal): -397680 or 9498361. OLE color: 9498361.
HSL color Cylindrical-coordinate representation of color #F9EE90: hue angle of 53.71º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F9EE90 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 238 | 144 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.02 |
| HSL | 53.71º | 0.9% | 0.77% | - |
| HSV(B) | 53.71º | 0.42% | 0.98% | - |
| XYZ | 74.68 | 83.3 | 38.53 | - |
| YUV | 230.57 | 79.14 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 238 | 144 | 0 | 0.04 | 0.42 | 0.02 | 53.71 | 0.9 | 0.77 |
| Hex | F9 | EE | 90 | 0 | 4 | 2A | 2 | 36 | 5A | 4D |
| Octal | 371 | 356 | 220 | 0 | 4 | 52 | 2 | 66 | 132 | 115 |
| Binary | 11111001 | 11101110 | 10010000 | 0 | 100 | 101010 | 10 | 110110 | 1011010 | 1001101 |
Color Harmonies of #F9EE90
Complementary color
Monochromatic Colors of #F9EE90
Black with #F9EE90
Text Example
Text Example
White with #F9EE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EE90; }
p { color: rgb(249,238,144); }
H1.HeaderClassName
{
color: #F9EE90;
}
.AnyTagClassName
{
color: #F9EE90;
}
</style>
background-color css
<style>
a { background-color: #F9EE90; }
a { background-color: rgb(249,238,144); }
div.DivClassName
{
background-color: #F9EE90;
}
.BgClassName
{
background-color: #F9EE90;
}
</style>
border-color css
<style>
span { border-color: #F9EE90; }
span { border-color: rgb(249,238,144); }
td.TdClassName
{
border-color: #F9EE90;
}
.TagClassName
{
border-color: #F9EE90;
}
</style>