Shades of Picasso #F3EA97
Tints of Picasso #F3EA97
RGB
CMYK
RGB Variations
Color information
#F3EA97 (or 0xF3EA97) is known color: Picasso. HEX triplet: F3, EA and 97. RGB value is (243,234,151). Sum of RGB (Red+Green+Blue) = 243+234+151=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 151 (59.38% from 255 or 24.04% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EA97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3EA97 is #0C1568. Grayscale: #E3E3E3. Windows color (decimal): -791913 or 9956083. OLE color: 9956083.
HSL color Cylindrical-coordinate representation of color #F3EA97: hue angle of 54.13º degrees, saturation: 0.79, 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 #F3EA97 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 234 | 151 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.05 |
| HSL | 54.13º | 0.79% | 0.77% | - |
| HSV(B) | 54.13º | 0.38% | 0.95% | - |
| XYZ | 71.97 | 80.13 | 40.95 | - |
| YUV | 227.23 | 84.98 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 234 | 151 | 0 | 0.04 | 0.38 | 0.05 | 54.13 | 0.79 | 0.77 |
| Hex | F3 | EA | 97 | 0 | 4 | 26 | 5 | 36 | 4F | 4D |
| Octal | 363 | 352 | 227 | 0 | 4 | 46 | 5 | 66 | 117 | 115 |
| Binary | 11110011 | 11101010 | 10010111 | 0 | 100 | 100110 | 101 | 110110 | 1001111 | 1001101 |
Color Harmonies of #F3EA97
Complementary color
Monochromatic Colors of #F3EA97
Black with #F3EA97
Text Example
Text Example
White with #F3EA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EA97; }
p { color: rgb(243,234,151); }
H1.HeaderClassName
{
color: #F3EA97;
}
.AnyTagClassName
{
color: #F3EA97;
}
</style>
background-color css
<style>
a { background-color: #F3EA97; }
a { background-color: rgb(243,234,151); }
div.DivClassName
{
background-color: #F3EA97;
}
.BgClassName
{
background-color: #F3EA97;
}
</style>
border-color css
<style>
span { border-color: #F3EA97; }
span { border-color: rgb(243,234,151); }
td.TdClassName
{
border-color: #F3EA97;
}
.TagClassName
{
border-color: #F3EA97;
}
</style>