Shades of Picasso #F8E88E
Tints of Picasso #F8E88E
RGB
CMYK
RGB Variations
Color information
#F8E88E (or 0xF8E88E) is known color: Picasso. HEX triplet: F8, E8 and 8E. RGB value is (248,232,142). Sum of RGB (Red+Green+Blue) = 248+232+142=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 232 (91.02% from 255 or 37.30% from 622); Blue value is 142 (55.86% from 255 or 22.83% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E88E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8E88E is #071771. Grayscale: #E2E2E2. Windows color (decimal): -464754 or 9365752. OLE color: 9365752.
HSL color Cylindrical-coordinate representation of color #F8E88E: hue angle of 50.94º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8E88E is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 232 | 142 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.03 |
| HSL | 50.94º | 0.88% | 0.76% | - |
| HSV(B) | 50.94º | 0.43% | 0.97% | - |
| XYZ | 72.45 | 79.62 | 37.14 | - |
| YUV | 226.52 | 80.3 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 232 | 142 | 0 | 0.06 | 0.43 | 0.03 | 50.94 | 0.88 | 0.76 |
| Hex | F8 | E8 | 8E | 0 | 6 | 2B | 3 | 33 | 58 | 4C |
| Octal | 370 | 350 | 216 | 0 | 6 | 53 | 3 | 63 | 130 | 114 |
| Binary | 11111000 | 11101000 | 10001110 | 0 | 110 | 101011 | 11 | 110011 | 1011000 | 1001100 |
Color Harmonies of #F8E88E
Complementary color
Monochromatic Colors of #F8E88E
Black with #F8E88E
Text Example
Text Example
White with #F8E88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E88E; }
p { color: rgb(248,232,142); }
H1.HeaderClassName
{
color: #F8E88E;
}
.AnyTagClassName
{
color: #F8E88E;
}
</style>
background-color css
<style>
a { background-color: #F8E88E; }
a { background-color: rgb(248,232,142); }
div.DivClassName
{
background-color: #F8E88E;
}
.BgClassName
{
background-color: #F8E88E;
}
</style>
border-color css
<style>
span { border-color: #F8E88E; }
span { border-color: rgb(248,232,142); }
td.TdClassName
{
border-color: #F8E88E;
}
.TagClassName
{
border-color: #F8E88E;
}
</style>