Shades of Picasso #F2E6A0
Tints of Picasso #F2E6A0
RGB
CMYK
RGB Variations
Color information
#F2E6A0 (or 0xF2E6A0) is known color: Picasso. HEX triplet: F2, E6 and A0. RGB value is (242,230,160). Sum of RGB (Red+Green+Blue) = 242+230+160=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 230 (90.23% from 255 or 36.39% from 632); Blue value is 160 (62.89% from 255 or 25.32% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E6A0 is #0D195F. Grayscale: #E1E1E1. Windows color (decimal): -858464 or 10544882. OLE color: 10544882.
HSL color Cylindrical-coordinate representation of color #F2E6A0: hue angle of 51.22º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2E6A0 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 160 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.05 |
| HSL | 51.22º | 0.76% | 0.79% | - |
| HSV(B) | 51.22º | 0.34% | 0.95% | - |
| XYZ | 71.26 | 78.01 | 44.56 | - |
| YUV | 225.61 | 90.98 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 160 | 0 | 0.05 | 0.34 | 0.05 | 51.22 | 0.76 | 0.79 |
| Hex | F2 | E6 | A0 | 0 | 5 | 22 | 5 | 33 | 4C | 4F |
| Octal | 362 | 346 | 240 | 0 | 5 | 42 | 5 | 63 | 114 | 117 |
| Binary | 11110010 | 11100110 | 10100000 | 0 | 101 | 100010 | 101 | 110011 | 1001100 | 1001111 |
Color Harmonies of #F2E6A0
Complementary color
Monochromatic Colors of #F2E6A0
Black with #F2E6A0
Text Example
Text Example
White with #F2E6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E6A0; }
p { color: rgb(242,230,160); }
H1.HeaderClassName
{
color: #F2E6A0;
}
.AnyTagClassName
{
color: #F2E6A0;
}
</style>
background-color css
<style>
a { background-color: #F2E6A0; }
a { background-color: rgb(242,230,160); }
div.DivClassName
{
background-color: #F2E6A0;
}
.BgClassName
{
background-color: #F2E6A0;
}
</style>
border-color css
<style>
span { border-color: #F2E6A0; }
span { border-color: rgb(242,230,160); }
td.TdClassName
{
border-color: #F2E6A0;
}
.TagClassName
{
border-color: #F2E6A0;
}
</style>