Shades of Picasso #F0E696
Tints of Picasso #F0E696
RGB
CMYK
RGB Variations
Color information
#F0E696 (or 0xF0E696) is known color: Picasso. HEX triplet: F0, E6 and 96. RGB value is (240,230,150). Sum of RGB (Red+Green+Blue) = 240+230+150=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 150 (58.98% from 255 or 24.19% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E696 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E696 is #0F1969. Grayscale: #E0E0E0. Windows color (decimal): -989546 or 9889520. OLE color: 9889520.
HSL color Cylindrical-coordinate representation of color #F0E696: hue angle of 53.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0E696 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 230 | 150 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.06 |
| HSL | 53.33º | 0.75% | 0.76% | - |
| HSV(B) | 53.33º | 0.38% | 0.94% | - |
| XYZ | 69.74 | 77.32 | 40.1 | - |
| YUV | 223.87 | 86.31 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 230 | 150 | 0 | 0.04 | 0.37 | 0.06 | 53.33 | 0.75 | 0.76 |
| Hex | F0 | E6 | 96 | 0 | 4 | 25 | 6 | 35 | 4B | 4C |
| Octal | 360 | 346 | 226 | 0 | 4 | 45 | 6 | 65 | 113 | 114 |
| Binary | 11110000 | 11100110 | 10010110 | 0 | 100 | 100101 | 110 | 110101 | 1001011 | 1001100 |
Color Harmonies of #F0E696
Complementary color
Monochromatic Colors of #F0E696
Black with #F0E696
Text Example
Text Example
White with #F0E696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E696; }
p { color: rgb(240,230,150); }
H1.HeaderClassName
{
color: #F0E696;
}
.AnyTagClassName
{
color: #F0E696;
}
</style>
background-color css
<style>
a { background-color: #F0E696; }
a { background-color: rgb(240,230,150); }
div.DivClassName
{
background-color: #F0E696;
}
.BgClassName
{
background-color: #F0E696;
}
</style>
border-color css
<style>
span { border-color: #F0E696; }
span { border-color: rgb(240,230,150); }
td.TdClassName
{
border-color: #F0E696;
}
.TagClassName
{
border-color: #F0E696;
}
</style>