Shades of Picasso #F2EA97
Tints of Picasso #F2EA97
RGB
CMYK
RGB Variations
Color information
#F2EA97 (or 0xF2EA97) is known color: Picasso. HEX triplet: F2, EA and 97. RGB value is (242,234,151). Sum of RGB (Red+Green+Blue) = 242+234+151=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 151 (59.38% from 255 or 24.08% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EA97 is #0D1568. Grayscale: #E3E3E3. Windows color (decimal): -857449 or 9956082. OLE color: 9956082.
HSL color Cylindrical-coordinate representation of color #F2EA97: hue angle of 54.73º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F2EA97 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 151 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.05 |
| HSL | 54.73º | 0.78% | 0.77% | - |
| HSV(B) | 54.73º | 0.38% | 0.95% | - |
| XYZ | 71.63 | 79.96 | 40.94 | - |
| YUV | 226.93 | 85.15 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 151 | 0 | 0.03 | 0.38 | 0.05 | 54.73 | 0.78 | 0.77 |
| Hex | F2 | EA | 97 | 0 | 3 | 26 | 5 | 37 | 4E | 4D |
| Octal | 362 | 352 | 227 | 0 | 3 | 46 | 5 | 67 | 116 | 115 |
| Binary | 11110010 | 11101010 | 10010111 | 0 | 11 | 100110 | 101 | 110111 | 1001110 | 1001101 |
Color Harmonies of #F2EA97
Complementary color
Monochromatic Colors of #F2EA97
Black with #F2EA97
Text Example
Text Example
White with #F2EA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EA97; }
p { color: rgb(242,234,151); }
H1.HeaderClassName
{
color: #F2EA97;
}
.AnyTagClassName
{
color: #F2EA97;
}
</style>
background-color css
<style>
a { background-color: #F2EA97; }
a { background-color: rgb(242,234,151); }
div.DivClassName
{
background-color: #F2EA97;
}
.BgClassName
{
background-color: #F2EA97;
}
</style>
border-color css
<style>
span { border-color: #F2EA97; }
span { border-color: rgb(242,234,151); }
td.TdClassName
{
border-color: #F2EA97;
}
.TagClassName
{
border-color: #F2EA97;
}
</style>