Shades of Picasso #F3E997
Tints of Picasso #F3E997
RGB
CMYK
RGB Variations
Color information
#F3E997 (or 0xF3E997) is known color: Picasso. HEX triplet: F3, E9 and 97. RGB value is (243,233,151). Sum of RGB (Red+Green+Blue) = 243+233+151=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 151 (59.38% from 255 or 24.08% from 627); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E997 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3E997 is #0C1668. Grayscale: #E2E2E2. Windows color (decimal): -792169 or 9955827. OLE color: 9955827.
HSL color Cylindrical-coordinate representation of color #F3E997: hue angle of 53.48º 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 #F3E997 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 233 | 151 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.05 |
| HSL | 53.48º | 0.79% | 0.77% | - |
| HSV(B) | 53.48º | 0.38% | 0.95% | - |
| XYZ | 71.69 | 79.57 | 40.86 | - |
| YUV | 226.64 | 85.31 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 233 | 151 | 0 | 0.04 | 0.38 | 0.05 | 53.48 | 0.79 | 0.77 |
| Hex | F3 | E9 | 97 | 0 | 4 | 26 | 5 | 35 | 4F | 4D |
| Octal | 363 | 351 | 227 | 0 | 4 | 46 | 5 | 65 | 117 | 115 |
| Binary | 11110011 | 11101001 | 10010111 | 0 | 100 | 100110 | 101 | 110101 | 1001111 | 1001101 |
Color Harmonies of #F3E997
Complementary color
Monochromatic Colors of #F3E997
Black with #F3E997
Text Example
Text Example
White with #F3E997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E997; }
p { color: rgb(243,233,151); }
H1.HeaderClassName
{
color: #F3E997;
}
.AnyTagClassName
{
color: #F3E997;
}
</style>
background-color css
<style>
a { background-color: #F3E997; }
a { background-color: rgb(243,233,151); }
div.DivClassName
{
background-color: #F3E997;
}
.BgClassName
{
background-color: #F3E997;
}
</style>
border-color css
<style>
span { border-color: #F3E997; }
span { border-color: rgb(243,233,151); }
td.TdClassName
{
border-color: #F3E997;
}
.TagClassName
{
border-color: #F3E997;
}
</style>