Shades of Picasso #F1E997
Tints of Picasso #F1E997
RGB
CMYK
RGB Variations
Color information
#F1E997 (or 0xF1E997) is known color: Picasso. HEX triplet: F1, E9 and 97. RGB value is (241,233,151). Sum of RGB (Red+Green+Blue) = 241+233+151=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 151 (59.38% from 255 or 24.16% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E997 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E997 is #0E1668. Grayscale: #E2E2E2. Windows color (decimal): -923241 or 9955825. OLE color: 9955825.
HSL color Cylindrical-coordinate representation of color #F1E997: hue angle of 54.67º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F1E997 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 233 | 151 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.05 |
| HSL | 54.67º | 0.76% | 0.77% | - |
| HSV(B) | 54.67º | 0.37% | 0.95% | - |
| XYZ | 71 | 79.21 | 40.83 | - |
| YUV | 226.04 | 85.65 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 233 | 151 | 0 | 0.03 | 0.37 | 0.05 | 54.67 | 0.76 | 0.77 |
| Hex | F1 | E9 | 97 | 0 | 3 | 25 | 5 | 37 | 4C | 4D |
| Octal | 361 | 351 | 227 | 0 | 3 | 45 | 5 | 67 | 114 | 115 |
| Binary | 11110001 | 11101001 | 10010111 | 0 | 11 | 100101 | 101 | 110111 | 1001100 | 1001101 |
Color Harmonies of #F1E997
Complementary color
Monochromatic Colors of #F1E997
Black with #F1E997
Text Example
Text Example
White with #F1E997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E997; }
p { color: rgb(241,233,151); }
H1.HeaderClassName
{
color: #F1E997;
}
.AnyTagClassName
{
color: #F1E997;
}
</style>
background-color css
<style>
a { background-color: #F1E997; }
a { background-color: rgb(241,233,151); }
div.DivClassName
{
background-color: #F1E997;
}
.BgClassName
{
background-color: #F1E997;
}
</style>
border-color css
<style>
span { border-color: #F1E997; }
span { border-color: rgb(241,233,151); }
td.TdClassName
{
border-color: #F1E997;
}
.TagClassName
{
border-color: #F1E997;
}
</style>