Shades of Picasso #F1E495
Tints of Picasso #F1E495
RGB
CMYK
RGB Variations
Color information
#F1E495 (or 0xF1E495) is known color: Picasso. HEX triplet: F1, E4 and 95. RGB value is (241,228,149). Sum of RGB (Red+Green+Blue) = 241+228+149=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 228 (89.45% from 255 or 36.89% from 618); Blue value is 149 (58.59% from 255 or 24.11% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E495 is #0E1B6A. Grayscale: #DFDFDF. Windows color (decimal): -924523 or 9823473. OLE color: 9823473.
HSL color Cylindrical-coordinate representation of color #F1E495: hue angle of 51.52º 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 #F1E495 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 228 | 149 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.05 |
| HSL | 51.52º | 0.77% | 0.76% | - |
| HSV(B) | 51.52º | 0.38% | 0.95% | - |
| XYZ | 69.44 | 76.36 | 39.51 | - |
| YUV | 222.88 | 86.31 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 228 | 149 | 0 | 0.05 | 0.38 | 0.05 | 51.52 | 0.77 | 0.76 |
| Hex | F1 | E4 | 95 | 0 | 5 | 26 | 5 | 34 | 4D | 4C |
| Octal | 361 | 344 | 225 | 0 | 5 | 46 | 5 | 64 | 115 | 114 |
| Binary | 11110001 | 11100100 | 10010101 | 0 | 101 | 100110 | 101 | 110100 | 1001101 | 1001100 |
Color Harmonies of #F1E495
Complementary color
Monochromatic Colors of #F1E495
Black with #F1E495
Text Example
Text Example
White with #F1E495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E495; }
p { color: rgb(241,228,149); }
H1.HeaderClassName
{
color: #F1E495;
}
.AnyTagClassName
{
color: #F1E495;
}
</style>
background-color css
<style>
a { background-color: #F1E495; }
a { background-color: rgb(241,228,149); }
div.DivClassName
{
background-color: #F1E495;
}
.BgClassName
{
background-color: #F1E495;
}
</style>
border-color css
<style>
span { border-color: #F1E495; }
span { border-color: rgb(241,228,149); }
td.TdClassName
{
border-color: #F1E495;
}
.TagClassName
{
border-color: #F1E495;
}
</style>