Shades of Picasso #F0E69C
Tints of Picasso #F0E69C
RGB
CMYK
RGB Variations
Color information
#F0E69C (or 0xF0E69C) is known color: Picasso. HEX triplet: F0, E6 and 9C. RGB value is (240,230,156). Sum of RGB (Red+Green+Blue) = 240+230+156=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 230 (90.23% from 255 or 36.74% from 626); Blue value is 156 (61.33% from 255 or 24.92% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E69C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E69C is #0F1963. Grayscale: #E0E0E0. Windows color (decimal): -989540 or 10282736. OLE color: 10282736.
HSL color Cylindrical-coordinate representation of color #F0E69C: hue angle of 52.86º degrees, saturation: 0.74, 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 #F0E69C is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 230 | 156 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.06 |
| HSL | 52.86º | 0.74% | 0.78% | - |
| HSV(B) | 52.86º | 0.35% | 0.94% | - |
| XYZ | 70.23 | 77.52 | 42.71 | - |
| YUV | 224.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 230 | 156 | 0 | 0.04 | 0.35 | 0.06 | 52.86 | 0.74 | 0.78 |
| Hex | F0 | E6 | 9C | 0 | 4 | 23 | 6 | 35 | 4A | 4E |
| Octal | 360 | 346 | 234 | 0 | 4 | 43 | 6 | 65 | 112 | 116 |
| Binary | 11110000 | 11100110 | 10011100 | 0 | 100 | 100011 | 110 | 110101 | 1001010 | 1001110 |
Color Harmonies of #F0E69C
Complementary color
Monochromatic Colors of #F0E69C
Black with #F0E69C
Text Example
Text Example
White with #F0E69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E69C; }
p { color: rgb(240,230,156); }
H1.HeaderClassName
{
color: #F0E69C;
}
.AnyTagClassName
{
color: #F0E69C;
}
</style>
background-color css
<style>
a { background-color: #F0E69C; }
a { background-color: rgb(240,230,156); }
div.DivClassName
{
background-color: #F0E69C;
}
.BgClassName
{
background-color: #F0E69C;
}
</style>
border-color css
<style>
span { border-color: #F0E69C; }
span { border-color: rgb(240,230,156); }
td.TdClassName
{
border-color: #F0E69C;
}
.TagClassName
{
border-color: #F0E69C;
}
</style>