Shades of Picasso #F3EA9A
Tints of Picasso #F3EA9A
RGB
CMYK
RGB Variations
Color information
#F3EA9A (or 0xF3EA9A) is known color: Picasso. HEX triplet: F3, EA and 9A. RGB value is (243,234,154). Sum of RGB (Red+Green+Blue) = 243+234+154=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 154 (60.55% from 255 or 24.41% from 631); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EA9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3EA9A is #0C1565. Grayscale: #E3E3E3. Windows color (decimal): -791910 or 10152691. OLE color: 10152691.
HSL color Cylindrical-coordinate representation of color #F3EA9A: hue angle of 53.93º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F3EA9A is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 234 | 154 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.05 |
| HSL | 53.93º | 0.79% | 0.78% | - |
| HSV(B) | 53.93º | 0.37% | 0.95% | - |
| XYZ | 72.22 | 80.23 | 42.25 | - |
| YUV | 227.57 | 86.48 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 234 | 154 | 0 | 0.04 | 0.37 | 0.05 | 53.93 | 0.79 | 0.78 |
| Hex | F3 | EA | 9A | 0 | 4 | 25 | 5 | 36 | 4F | 4E |
| Octal | 363 | 352 | 232 | 0 | 4 | 45 | 5 | 66 | 117 | 116 |
| Binary | 11110011 | 11101010 | 10011010 | 0 | 100 | 100101 | 101 | 110110 | 1001111 | 1001110 |
Color Harmonies of #F3EA9A
Complementary color
Monochromatic Colors of #F3EA9A
Black with #F3EA9A
Text Example
Text Example
White with #F3EA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EA9A; }
p { color: rgb(243,234,154); }
H1.HeaderClassName
{
color: #F3EA9A;
}
.AnyTagClassName
{
color: #F3EA9A;
}
</style>
background-color css
<style>
a { background-color: #F3EA9A; }
a { background-color: rgb(243,234,154); }
div.DivClassName
{
background-color: #F3EA9A;
}
.BgClassName
{
background-color: #F3EA9A;
}
</style>
border-color css
<style>
span { border-color: #F3EA9A; }
span { border-color: rgb(243,234,154); }
td.TdClassName
{
border-color: #F3EA9A;
}
.TagClassName
{
border-color: #F3EA9A;
}
</style>