Shades of Picasso #F4EA97
Tints of Picasso #F4EA97
RGB
CMYK
RGB Variations
Color information
#F4EA97 (or 0xF4EA97) is known color: Picasso. HEX triplet: F4, EA and 97. RGB value is (244,234,151). Sum of RGB (Red+Green+Blue) = 244+234+151=629 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.79% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 151 (59.38% from 255 or 24.01% from 629); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EA97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EA97 is #0B1568. Grayscale: #E3E3E3. Windows color (decimal): -726377 or 9956084. OLE color: 9956084.
HSL color Cylindrical-coordinate representation of color #F4EA97: hue angle of 53.55º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F4EA97 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 234 | 151 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.04 |
| HSL | 53.55º | 0.81% | 0.77% | - |
| HSV(B) | 53.55º | 0.38% | 0.96% | - |
| XYZ | 72.32 | 80.31 | 40.97 | - |
| YUV | 227.53 | 84.81 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 234 | 151 | 0 | 0.04 | 0.38 | 0.04 | 53.55 | 0.81 | 0.77 |
| Hex | F4 | EA | 97 | 0 | 4 | 26 | 4 | 36 | 51 | 4D |
| Octal | 364 | 352 | 227 | 0 | 4 | 46 | 4 | 66 | 121 | 115 |
| Binary | 11110100 | 11101010 | 10010111 | 0 | 100 | 100110 | 100 | 110110 | 1010001 | 1001101 |
Color Harmonies of #F4EA97
Complementary color
Monochromatic Colors of #F4EA97
Black with #F4EA97
Text Example
Text Example
White with #F4EA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EA97; }
p { color: rgb(244,234,151); }
H1.HeaderClassName
{
color: #F4EA97;
}
.AnyTagClassName
{
color: #F4EA97;
}
</style>
background-color css
<style>
a { background-color: #F4EA97; }
a { background-color: rgb(244,234,151); }
div.DivClassName
{
background-color: #F4EA97;
}
.BgClassName
{
background-color: #F4EA97;
}
</style>
border-color css
<style>
span { border-color: #F4EA97; }
span { border-color: rgb(244,234,151); }
td.TdClassName
{
border-color: #F4EA97;
}
.TagClassName
{
border-color: #F4EA97;
}
</style>