Shades of Picasso #F2E89F
Tints of Picasso #F2E89F
RGB
CMYK
RGB Variations
Color information
#F2E89F (or 0xF2E89F) is known color: Picasso. HEX triplet: F2, E8 and 9F. RGB value is (242,232,159). Sum of RGB (Red+Green+Blue) = 242+232+159=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 232 (91.02% from 255 or 36.65% from 633); Blue value is 159 (62.5% from 255 or 25.12% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E89F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E89F is #0D1760. Grayscale: #E2E2E2. Windows color (decimal): -857953 or 10479858. OLE color: 10479858.
HSL color Cylindrical-coordinate representation of color #F2E89F: hue angle of 52.77º 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 #F2E89F is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 232 | 159 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.05 |
| HSL | 52.77º | 0.76% | 0.79% | - |
| HSV(B) | 52.77º | 0.34% | 0.95% | - |
| XYZ | 71.73 | 79.09 | 44.29 | - |
| YUV | 226.67 | 89.81 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 232 | 159 | 0 | 0.04 | 0.34 | 0.05 | 52.77 | 0.76 | 0.79 |
| Hex | F2 | E8 | 9F | 0 | 4 | 22 | 5 | 35 | 4C | 4F |
| Octal | 362 | 350 | 237 | 0 | 4 | 42 | 5 | 65 | 114 | 117 |
| Binary | 11110010 | 11101000 | 10011111 | 0 | 100 | 100010 | 101 | 110101 | 1001100 | 1001111 |
Color Harmonies of #F2E89F
Complementary color
Monochromatic Colors of #F2E89F
Black with #F2E89F
Text Example
Text Example
White with #F2E89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E89F; }
p { color: rgb(242,232,159); }
H1.HeaderClassName
{
color: #F2E89F;
}
.AnyTagClassName
{
color: #F2E89F;
}
</style>
background-color css
<style>
a { background-color: #F2E89F; }
a { background-color: rgb(242,232,159); }
div.DivClassName
{
background-color: #F2E89F;
}
.BgClassName
{
background-color: #F2E89F;
}
</style>
border-color css
<style>
span { border-color: #F2E89F; }
span { border-color: rgb(242,232,159); }
td.TdClassName
{
border-color: #F2E89F;
}
.TagClassName
{
border-color: #F2E89F;
}
</style>