Shades of Picasso #F2E7A0
Tints of Picasso #F2E7A0
RGB
CMYK
RGB Variations
Color information
#F2E7A0 (or 0xF2E7A0) is known color: Picasso. HEX triplet: F2, E7 and A0. RGB value is (242,231,160). Sum of RGB (Red+Green+Blue) = 242+231+160=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 231 (90.62% from 255 or 36.49% from 633); Blue value is 160 (62.89% from 255 or 25.28% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E7A0 is #0D185F. Grayscale: #E2E2E2. Windows color (decimal): -858208 or 10545138. OLE color: 10545138.
HSL color Cylindrical-coordinate representation of color #F2E7A0: hue angle of 51.95º 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 #F2E7A0 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 160 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.05 |
| HSL | 51.95º | 0.76% | 0.79% | - |
| HSV(B) | 51.95º | 0.34% | 0.95% | - |
| XYZ | 71.54 | 78.57 | 44.65 | - |
| YUV | 226.2 | 90.64 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 160 | 0 | 0.05 | 0.34 | 0.05 | 51.95 | 0.76 | 0.79 |
| Hex | F2 | E7 | A0 | 0 | 5 | 22 | 5 | 34 | 4C | 4F |
| Octal | 362 | 347 | 240 | 0 | 5 | 42 | 5 | 64 | 114 | 117 |
| Binary | 11110010 | 11100111 | 10100000 | 0 | 101 | 100010 | 101 | 110100 | 1001100 | 1001111 |
Color Harmonies of #F2E7A0
Complementary color
Monochromatic Colors of #F2E7A0
Black with #F2E7A0
Text Example
Text Example
White with #F2E7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E7A0; }
p { color: rgb(242,231,160); }
H1.HeaderClassName
{
color: #F2E7A0;
}
.AnyTagClassName
{
color: #F2E7A0;
}
</style>
background-color css
<style>
a { background-color: #F2E7A0; }
a { background-color: rgb(242,231,160); }
div.DivClassName
{
background-color: #F2E7A0;
}
.BgClassName
{
background-color: #F2E7A0;
}
</style>
border-color css
<style>
span { border-color: #F2E7A0; }
span { border-color: rgb(242,231,160); }
td.TdClassName
{
border-color: #F2E7A0;
}
.TagClassName
{
border-color: #F2E7A0;
}
</style>