Shades of Picasso #F1E697
Tints of Picasso #F1E697
RGB
CMYK
RGB Variations
Color information
#F1E697 (or 0xF1E697) is known color: Picasso. HEX triplet: F1, E6 and 97. RGB value is (241,230,151). Sum of RGB (Red+Green+Blue) = 241+230+151=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 151 (59.38% from 255 or 24.28% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E697 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E697 is #0E1968. Grayscale: #E0E0E0. Windows color (decimal): -924009 or 9955057. OLE color: 9955057.
HSL color Cylindrical-coordinate representation of color #F1E697: hue angle of 52.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 #F1E697 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 230 | 151 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.05 |
| HSL | 52.67º | 0.76% | 0.77% | - |
| HSV(B) | 52.67º | 0.37% | 0.95% | - |
| XYZ | 70.16 | 77.53 | 40.54 | - |
| YUV | 224.28 | 86.64 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 230 | 151 | 0 | 0.05 | 0.37 | 0.05 | 52.67 | 0.76 | 0.77 |
| Hex | F1 | E6 | 97 | 0 | 5 | 25 | 5 | 35 | 4C | 4D |
| Octal | 361 | 346 | 227 | 0 | 5 | 45 | 5 | 65 | 114 | 115 |
| Binary | 11110001 | 11100110 | 10010111 | 0 | 101 | 100101 | 101 | 110101 | 1001100 | 1001101 |
Color Harmonies of #F1E697
Complementary color
Monochromatic Colors of #F1E697
Black with #F1E697
Text Example
Text Example
White with #F1E697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E697; }
p { color: rgb(241,230,151); }
H1.HeaderClassName
{
color: #F1E697;
}
.AnyTagClassName
{
color: #F1E697;
}
</style>
background-color css
<style>
a { background-color: #F1E697; }
a { background-color: rgb(241,230,151); }
div.DivClassName
{
background-color: #F1E697;
}
.BgClassName
{
background-color: #F1E697;
}
</style>
border-color css
<style>
span { border-color: #F1E697; }
span { border-color: rgb(241,230,151); }
td.TdClassName
{
border-color: #F1E697;
}
.TagClassName
{
border-color: #F1E697;
}
</style>