Shades of Picasso #F2E89A
Tints of Picasso #F2E89A
RGB
CMYK
RGB Variations
Color information
#F2E89A (or 0xF2E89A) is known color: Picasso. HEX triplet: F2, E8 and 9A. RGB value is (242,232,154). Sum of RGB (Red+Green+Blue) = 242+232+154=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 154 (60.55% from 255 or 24.52% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E89A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E89A is #0D1765. Grayscale: #E2E2E2. Windows color (decimal): -857958 or 10152178. OLE color: 10152178.
HSL color Cylindrical-coordinate representation of color #F2E89A: hue angle of 53.18º 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 #F2E89A is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 232 | 154 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.05 |
| HSL | 53.18º | 0.77% | 0.78% | - |
| HSV(B) | 53.18º | 0.36% | 0.95% | - |
| XYZ | 71.31 | 78.92 | 42.05 | - |
| YUV | 226.1 | 87.31 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 232 | 154 | 0 | 0.04 | 0.36 | 0.05 | 53.18 | 0.77 | 0.78 |
| Hex | F2 | E8 | 9A | 0 | 4 | 24 | 5 | 35 | 4D | 4E |
| Octal | 362 | 350 | 232 | 0 | 4 | 44 | 5 | 65 | 115 | 116 |
| Binary | 11110010 | 11101000 | 10011010 | 0 | 100 | 100100 | 101 | 110101 | 1001101 | 1001110 |
Color Harmonies of #F2E89A
Complementary color
Monochromatic Colors of #F2E89A
Black with #F2E89A
Text Example
Text Example
White with #F2E89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E89A; }
p { color: rgb(242,232,154); }
H1.HeaderClassName
{
color: #F2E89A;
}
.AnyTagClassName
{
color: #F2E89A;
}
</style>
background-color css
<style>
a { background-color: #F2E89A; }
a { background-color: rgb(242,232,154); }
div.DivClassName
{
background-color: #F2E89A;
}
.BgClassName
{
background-color: #F2E89A;
}
</style>
border-color css
<style>
span { border-color: #F2E89A; }
span { border-color: rgb(242,232,154); }
td.TdClassName
{
border-color: #F2E89A;
}
.TagClassName
{
border-color: #F2E89A;
}
</style>