Shades of Picasso #F0E49D
Tints of Picasso #F0E49D
RGB
CMYK
RGB Variations
Color information
#F0E49D (or 0xF0E49D) is known color: Picasso. HEX triplet: F0, E4 and 9D. RGB value is (240,228,157). Sum of RGB (Red+Green+Blue) = 240+228+157=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 157 (61.72% from 255 or 25.12% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E49D is #0F1B62. Grayscale: #DFDFDF. Windows color (decimal): -990051 or 10347760. OLE color: 10347760.
HSL color Cylindrical-coordinate representation of color #F0E49D: hue angle of 51.33º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0E49D is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 228 | 157 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.06 |
| HSL | 51.33º | 0.73% | 0.78% | - |
| HSV(B) | 51.33º | 0.35% | 0.94% | - |
| XYZ | 69.76 | 76.45 | 42.98 | - |
| YUV | 223.49 | 90.48 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 157 | 0 | 0.05 | 0.35 | 0.06 | 51.33 | 0.73 | 0.78 |
| Hex | F0 | E4 | 9D | 0 | 5 | 23 | 6 | 33 | 49 | 4E |
| Octal | 360 | 344 | 235 | 0 | 5 | 43 | 6 | 63 | 111 | 116 |
| Binary | 11110000 | 11100100 | 10011101 | 0 | 101 | 100011 | 110 | 110011 | 1001001 | 1001110 |
Color Harmonies of #F0E49D
Complementary color
Monochromatic Colors of #F0E49D
Black with #F0E49D
Text Example
Text Example
White with #F0E49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E49D; }
p { color: rgb(240,228,157); }
H1.HeaderClassName
{
color: #F0E49D;
}
.AnyTagClassName
{
color: #F0E49D;
}
</style>
background-color css
<style>
a { background-color: #F0E49D; }
a { background-color: rgb(240,228,157); }
div.DivClassName
{
background-color: #F0E49D;
}
.BgClassName
{
background-color: #F0E49D;
}
</style>
border-color css
<style>
span { border-color: #F0E49D; }
span { border-color: rgb(240,228,157); }
td.TdClassName
{
border-color: #F0E49D;
}
.TagClassName
{
border-color: #F0E49D;
}
</style>