Shades of Picasso #F1E795
Tints of Picasso #F1E795
RGB
CMYK
RGB Variations
Color information
#F1E795 (or 0xF1E795) is known color: Picasso. HEX triplet: F1, E7 and 95. RGB value is (241,231,149). Sum of RGB (Red+Green+Blue) = 241+231+149=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 231 (90.62% from 255 or 37.20% from 621); Blue value is 149 (58.59% from 255 or 23.99% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E795 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E795 is #0E186A. Grayscale: #E0E0E0. Windows color (decimal): -923755 or 9824241. OLE color: 9824241.
HSL color Cylindrical-coordinate representation of color #F1E795: hue angle of 53.48º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F1E795 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 231 | 149 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.05 |
| HSL | 53.48º | 0.77% | 0.76% | - |
| HSV(B) | 53.48º | 0.38% | 0.95% | - |
| XYZ | 70.28 | 78.02 | 39.79 | - |
| YUV | 224.64 | 85.31 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 231 | 149 | 0 | 0.04 | 0.38 | 0.05 | 53.48 | 0.77 | 0.76 |
| Hex | F1 | E7 | 95 | 0 | 4 | 26 | 5 | 35 | 4D | 4C |
| Octal | 361 | 347 | 225 | 0 | 4 | 46 | 5 | 65 | 115 | 114 |
| Binary | 11110001 | 11100111 | 10010101 | 0 | 100 | 100110 | 101 | 110101 | 1001101 | 1001100 |
Color Harmonies of #F1E795
Complementary color
Monochromatic Colors of #F1E795
Black with #F1E795
Text Example
Text Example
White with #F1E795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E795; }
p { color: rgb(241,231,149); }
H1.HeaderClassName
{
color: #F1E795;
}
.AnyTagClassName
{
color: #F1E795;
}
</style>
background-color css
<style>
a { background-color: #F1E795; }
a { background-color: rgb(241,231,149); }
div.DivClassName
{
background-color: #F1E795;
}
.BgClassName
{
background-color: #F1E795;
}
</style>
border-color css
<style>
span { border-color: #F1E795; }
span { border-color: rgb(241,231,149); }
td.TdClassName
{
border-color: #F1E795;
}
.TagClassName
{
border-color: #F1E795;
}
</style>