Shades of Picasso #F2E89C
Tints of Picasso #F2E89C
RGB
CMYK
RGB Variations
Color information
#F2E89C (or 0xF2E89C) is known color: Picasso. HEX triplet: F2, E8 and 9C. RGB value is (242,232,156). Sum of RGB (Red+Green+Blue) = 242+232+156=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 232 (91.02% from 255 or 36.83% from 630); Blue value is 156 (61.33% from 255 or 24.76% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E89C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E89C is #0D1763. Grayscale: #E2E2E2. Windows color (decimal): -857956 or 10283250. OLE color: 10283250.
HSL color Cylindrical-coordinate representation of color #F2E89C: hue angle of 53.02º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2E89C is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 232 | 156 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.05 |
| HSL | 53.02º | 0.77% | 0.78% | - |
| HSV(B) | 53.02º | 0.36% | 0.95% | - |
| XYZ | 71.48 | 78.99 | 42.93 | - |
| YUV | 226.33 | 88.31 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 232 | 156 | 0 | 0.04 | 0.36 | 0.05 | 53.02 | 0.77 | 0.78 |
| Hex | F2 | E8 | 9C | 0 | 4 | 24 | 5 | 35 | 4D | 4E |
| Octal | 362 | 350 | 234 | 0 | 4 | 44 | 5 | 65 | 115 | 116 |
| Binary | 11110010 | 11101000 | 10011100 | 0 | 100 | 100100 | 101 | 110101 | 1001101 | 1001110 |
Color Harmonies of #F2E89C
Complementary color
Monochromatic Colors of #F2E89C
Black with #F2E89C
Text Example
Text Example
White with #F2E89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E89C; }
p { color: rgb(242,232,156); }
H1.HeaderClassName
{
color: #F2E89C;
}
.AnyTagClassName
{
color: #F2E89C;
}
</style>
background-color css
<style>
a { background-color: #F2E89C; }
a { background-color: rgb(242,232,156); }
div.DivClassName
{
background-color: #F2E89C;
}
.BgClassName
{
background-color: #F2E89C;
}
</style>
border-color css
<style>
span { border-color: #F2E89C; }
span { border-color: rgb(242,232,156); }
td.TdClassName
{
border-color: #F2E89C;
}
.TagClassName
{
border-color: #F2E89C;
}
</style>