Shades of Picasso #F3E995
Tints of Picasso #F3E995
RGB
CMYK
RGB Variations
Color information
#F3E995 (or 0xF3E995) is known color: Picasso. HEX triplet: F3, E9 and 95. RGB value is (243,233,149). Sum of RGB (Red+Green+Blue) = 243+233+149=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 149 (58.59% from 255 or 23.84% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E995 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3E995 is #0C166A. Grayscale: #E2E2E2. Windows color (decimal): -792171 or 9824755. OLE color: 9824755.
HSL color Cylindrical-coordinate representation of color #F3E995: hue angle of 53.62º 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 #F3E995 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 233 | 149 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.05 |
| HSL | 53.62º | 0.8% | 0.77% | - |
| HSV(B) | 53.62º | 0.39% | 0.95% | - |
| XYZ | 71.53 | 79.5 | 40.01 | - |
| YUV | 226.41 | 84.31 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 233 | 149 | 0 | 0.04 | 0.39 | 0.05 | 53.62 | 0.8 | 0.77 |
| Hex | F3 | E9 | 95 | 0 | 4 | 27 | 5 | 36 | 50 | 4D |
| Octal | 363 | 351 | 225 | 0 | 4 | 47 | 5 | 66 | 120 | 115 |
| Binary | 11110011 | 11101001 | 10010101 | 0 | 100 | 100111 | 101 | 110110 | 1010000 | 1001101 |
Color Harmonies of #F3E995
Complementary color
Monochromatic Colors of #F3E995
Black with #F3E995
Text Example
Text Example
White with #F3E995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E995; }
p { color: rgb(243,233,149); }
H1.HeaderClassName
{
color: #F3E995;
}
.AnyTagClassName
{
color: #F3E995;
}
</style>
background-color css
<style>
a { background-color: #F3E995; }
a { background-color: rgb(243,233,149); }
div.DivClassName
{
background-color: #F3E995;
}
.BgClassName
{
background-color: #F3E995;
}
</style>
border-color css
<style>
span { border-color: #F3E995; }
span { border-color: rgb(243,233,149); }
td.TdClassName
{
border-color: #F3E995;
}
.TagClassName
{
border-color: #F3E995;
}
</style>