Shades of Picasso #F8E890
Tints of Picasso #F8E890
RGB
CMYK
RGB Variations
Color information
#F8E890 (or 0xF8E890) is known color: Picasso. HEX triplet: F8, E8 and 90. RGB value is (248,232,144). Sum of RGB (Red+Green+Blue) = 248+232+144=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 144 (56.64% from 255 or 23.08% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E890 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8E890 is #07176F. Grayscale: #E3E3E3. Windows color (decimal): -464752 or 9496824. OLE color: 9496824.
HSL color Cylindrical-coordinate representation of color #F8E890: hue angle of 50.77º 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 #F8E890 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 232 | 144 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.03 |
| HSL | 50.77º | 0.88% | 0.77% | - |
| HSV(B) | 50.77º | 0.42% | 0.97% | - |
| XYZ | 72.6 | 79.68 | 37.94 | - |
| YUV | 226.75 | 81.3 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 232 | 144 | 0 | 0.06 | 0.42 | 0.03 | 50.77 | 0.88 | 0.77 |
| Hex | F8 | E8 | 90 | 0 | 6 | 2A | 3 | 33 | 58 | 4D |
| Octal | 370 | 350 | 220 | 0 | 6 | 52 | 3 | 63 | 130 | 115 |
| Binary | 11111000 | 11101000 | 10010000 | 0 | 110 | 101010 | 11 | 110011 | 1011000 | 1001101 |
Color Harmonies of #F8E890
Complementary color
Monochromatic Colors of #F8E890
Black with #F8E890
Text Example
Text Example
White with #F8E890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E890; }
p { color: rgb(248,232,144); }
H1.HeaderClassName
{
color: #F8E890;
}
.AnyTagClassName
{
color: #F8E890;
}
</style>
background-color css
<style>
a { background-color: #F8E890; }
a { background-color: rgb(248,232,144); }
div.DivClassName
{
background-color: #F8E890;
}
.BgClassName
{
background-color: #F8E890;
}
</style>
border-color css
<style>
span { border-color: #F8E890; }
span { border-color: rgb(248,232,144); }
td.TdClassName
{
border-color: #F8E890;
}
.TagClassName
{
border-color: #F8E890;
}
</style>