Shades of Picasso #F8EC93
Tints of Picasso #F8EC93
RGB
CMYK
RGB Variations
Color information
#F8EC93 (or 0xF8EC93) is known color: Picasso. HEX triplet: F8, EC and 93. RGB value is (248,236,147). Sum of RGB (Red+Green+Blue) = 248+236+147=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 147 (57.81% from 255 or 23.30% from 631); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EC93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EC93 is #07136C. Grayscale: #E5E5E5. Windows color (decimal): -463725 or 9694456. OLE color: 9694456.
HSL color Cylindrical-coordinate representation of color #F8EC93: hue angle of 52.87º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F8EC93 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 147 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.03 |
| HSL | 52.87º | 0.88% | 0.77% | - |
| HSV(B) | 52.87º | 0.41% | 0.97% | - |
| XYZ | 73.97 | 82.05 | 39.54 | - |
| YUV | 229.44 | 81.48 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 147 | 0 | 0.05 | 0.41 | 0.03 | 52.87 | 0.88 | 0.77 |
| Hex | F8 | EC | 93 | 0 | 5 | 29 | 3 | 35 | 58 | 4D |
| Octal | 370 | 354 | 223 | 0 | 5 | 51 | 3 | 65 | 130 | 115 |
| Binary | 11111000 | 11101100 | 10010011 | 0 | 101 | 101001 | 11 | 110101 | 1011000 | 1001101 |
Color Harmonies of #F8EC93
Complementary color
Monochromatic Colors of #F8EC93
Black with #F8EC93
Text Example
Text Example
White with #F8EC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EC93; }
p { color: rgb(248,236,147); }
H1.HeaderClassName
{
color: #F8EC93;
}
.AnyTagClassName
{
color: #F8EC93;
}
</style>
background-color css
<style>
a { background-color: #F8EC93; }
a { background-color: rgb(248,236,147); }
div.DivClassName
{
background-color: #F8EC93;
}
.BgClassName
{
background-color: #F8EC93;
}
</style>
border-color css
<style>
span { border-color: #F8EC93; }
span { border-color: rgb(248,236,147); }
td.TdClassName
{
border-color: #F8EC93;
}
.TagClassName
{
border-color: #F8EC93;
}
</style>