Shades of Picasso #F3E993
Tints of Picasso #F3E993
RGB
CMYK
RGB Variations
Color information
#F3E993 (or 0xF3E993) is known color: Picasso. HEX triplet: F3, E9 and 93. RGB value is (243,233,147). Sum of RGB (Red+Green+Blue) = 243+233+147=623 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.00% from 623); Green value is 233 (91.41% from 255 or 37.40% from 623); Blue value is 147 (57.81% from 255 or 23.60% from 623); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E993 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3E993 is #0C166C. Grayscale: #E2E2E2. Windows color (decimal): -792173 or 9693683. OLE color: 9693683.
HSL color Cylindrical-coordinate representation of color #F3E993: hue angle of 53.75º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F3E993 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 233 | 147 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.05 |
| HSL | 53.75º | 0.8% | 0.76% | - |
| HSV(B) | 53.75º | 0.4% | 0.95% | - |
| XYZ | 71.37 | 79.44 | 39.18 | - |
| YUV | 226.19 | 83.31 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 233 | 147 | 0 | 0.04 | 0.40 | 0.05 | 53.75 | 0.8 | 0.76 |
| Hex | F3 | E9 | 93 | 0 | 4 | 28 | 5 | 36 | 50 | 4C |
| Octal | 363 | 351 | 223 | 0 | 4 | 50 | 5 | 66 | 120 | 114 |
| Binary | 11110011 | 11101001 | 10010011 | 0 | 100 | 101000 | 101 | 110110 | 1010000 | 1001100 |
Color Harmonies of #F3E993
Complementary color
Monochromatic Colors of #F3E993
Black with #F3E993
Text Example
Text Example
White with #F3E993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E993; }
p { color: rgb(243,233,147); }
H1.HeaderClassName
{
color: #F3E993;
}
.AnyTagClassName
{
color: #F3E993;
}
</style>
background-color css
<style>
a { background-color: #F3E993; }
a { background-color: rgb(243,233,147); }
div.DivClassName
{
background-color: #F3E993;
}
.BgClassName
{
background-color: #F3E993;
}
</style>
border-color css
<style>
span { border-color: #F3E993; }
span { border-color: rgb(243,233,147); }
td.TdClassName
{
border-color: #F3E993;
}
.TagClassName
{
border-color: #F3E993;
}
</style>