Shades of Picasso #F3E595
Tints of Picasso #F3E595
RGB
CMYK
RGB Variations
Color information
#F3E595 (or 0xF3E595) is known color: Picasso. HEX triplet: F3, E5 and 95. RGB value is (243,229,149). Sum of RGB (Red+Green+Blue) = 243+229+149=621 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.13% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 149 (58.59% from 255 or 23.99% from 621); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3E595 is #0C1A6A. Grayscale: #E0E0E0. Windows color (decimal): -793195 or 9823731. OLE color: 9823731.
HSL color Cylindrical-coordinate representation of color #F3E595: hue angle of 51.06º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F3E595 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 229 | 149 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.05 |
| HSL | 51.06º | 0.8% | 0.77% | - |
| HSV(B) | 51.06º | 0.39% | 0.95% | - |
| XYZ | 70.41 | 77.26 | 39.64 | - |
| YUV | 224.07 | 85.64 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 229 | 149 | 0 | 0.06 | 0.39 | 0.05 | 51.06 | 0.8 | 0.77 |
| Hex | F3 | E5 | 95 | 0 | 6 | 27 | 5 | 33 | 50 | 4D |
| Octal | 363 | 345 | 225 | 0 | 6 | 47 | 5 | 63 | 120 | 115 |
| Binary | 11110011 | 11100101 | 10010101 | 0 | 110 | 100111 | 101 | 110011 | 1010000 | 1001101 |
Color Harmonies of #F3E595
Complementary color
Monochromatic Colors of #F3E595
Black with #F3E595
Text Example
Text Example
White with #F3E595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E595; }
p { color: rgb(243,229,149); }
H1.HeaderClassName
{
color: #F3E595;
}
.AnyTagClassName
{
color: #F3E595;
}
</style>
background-color css
<style>
a { background-color: #F3E595; }
a { background-color: rgb(243,229,149); }
div.DivClassName
{
background-color: #F3E595;
}
.BgClassName
{
background-color: #F3E595;
}
</style>
border-color css
<style>
span { border-color: #F3E595; }
span { border-color: rgb(243,229,149); }
td.TdClassName
{
border-color: #F3E595;
}
.TagClassName
{
border-color: #F3E595;
}
</style>