Shades of Picasso #F5E993
Tints of Picasso #F5E993
RGB
CMYK
RGB Variations
Color information
#F5E993 (or 0xF5E993) is known color: Picasso. HEX triplet: F5, E9 and 93. RGB value is (245,233,147). Sum of RGB (Red+Green+Blue) = 245+233+147=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 147 (57.81% from 255 or 23.52% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E993 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E993 is #0A166C. Grayscale: #E3E3E3. Windows color (decimal): -661101 or 9693685. OLE color: 9693685.
HSL color Cylindrical-coordinate representation of color #F5E993: hue angle of 52.65º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5E993 is Cyan = 0, Magento = 0.05, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 233 | 147 | - |
| CMYK | 0 | 0.05 | 0.4 | 0.04 |
| HSL | 52.65º | 0.83% | 0.77% | - |
| HSV(B) | 52.65º | 0.4% | 0.96% | - |
| XYZ | 72.06 | 79.8 | 39.21 | - |
| YUV | 226.78 | 82.98 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 233 | 147 | 0 | 0.05 | 0.4 | 0.04 | 52.65 | 0.83 | 0.77 |
| Hex | F5 | E9 | 93 | 0 | 5 | 28 | 4 | 35 | 53 | 4D |
| Octal | 365 | 351 | 223 | 0 | 5 | 50 | 4 | 65 | 123 | 115 |
| Binary | 11110101 | 11101001 | 10010011 | 0 | 101 | 101000 | 100 | 110101 | 1010011 | 1001101 |
Color Harmonies of #F5E993
Complementary color
Monochromatic Colors of #F5E993
Black with #F5E993
Text Example
Text Example
White with #F5E993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E993; }
p { color: rgb(245,233,147); }
H1.HeaderClassName
{
color: #F5E993;
}
.AnyTagClassName
{
color: #F5E993;
}
</style>
background-color css
<style>
a { background-color: #F5E993; }
a { background-color: rgb(245,233,147); }
div.DivClassName
{
background-color: #F5E993;
}
.BgClassName
{
background-color: #F5E993;
}
</style>
border-color css
<style>
span { border-color: #F5E993; }
span { border-color: rgb(245,233,147); }
td.TdClassName
{
border-color: #F5E993;
}
.TagClassName
{
border-color: #F5E993;
}
</style>