Shades of Picasso #F8EC8F
Tints of Picasso #F8EC8F
RGB
CMYK
RGB Variations
Color information
#F8EC8F (or 0xF8EC8F) is known color: Picasso. HEX triplet: F8, EC and 8F. RGB value is (248,236,143). Sum of RGB (Red+Green+Blue) = 248+236+143=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 143 (56.25% from 255 or 22.81% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EC8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EC8F is #071370. Grayscale: #E5E5E5. Windows color (decimal): -463729 or 9432312. OLE color: 9432312.
HSL color Cylindrical-coordinate representation of color #F8EC8F: hue angle of 53.14º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F8EC8F is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 143 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.03 |
| HSL | 53.14º | 0.88% | 0.77% | - |
| HSV(B) | 53.14º | 0.42% | 0.97% | - |
| XYZ | 73.66 | 81.93 | 37.92 | - |
| YUV | 228.99 | 79.48 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 143 | 0 | 0.05 | 0.42 | 0.03 | 53.14 | 0.88 | 0.77 |
| Hex | F8 | EC | 8F | 0 | 5 | 2A | 3 | 35 | 58 | 4D |
| Octal | 370 | 354 | 217 | 0 | 5 | 52 | 3 | 65 | 130 | 115 |
| Binary | 11111000 | 11101100 | 10001111 | 0 | 101 | 101010 | 11 | 110101 | 1011000 | 1001101 |
Color Harmonies of #F8EC8F
Complementary color
Monochromatic Colors of #F8EC8F
Black with #F8EC8F
Text Example
Text Example
White with #F8EC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EC8F; }
p { color: rgb(248,236,143); }
H1.HeaderClassName
{
color: #F8EC8F;
}
.AnyTagClassName
{
color: #F8EC8F;
}
</style>
background-color css
<style>
a { background-color: #F8EC8F; }
a { background-color: rgb(248,236,143); }
div.DivClassName
{
background-color: #F8EC8F;
}
.BgClassName
{
background-color: #F8EC8F;
}
</style>
border-color css
<style>
span { border-color: #F8EC8F; }
span { border-color: rgb(248,236,143); }
td.TdClassName
{
border-color: #F8EC8F;
}
.TagClassName
{
border-color: #F8EC8F;
}
</style>