Shades of Picasso #F8EE90
Tints of Picasso #F8EE90
RGB
CMYK
RGB Variations
Color information
#F8EE90 (or 0xF8EE90) is known color: Picasso. HEX triplet: F8, EE and 90. RGB value is (248,238,144). Sum of RGB (Red+Green+Blue) = 248+238+144=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 144 (56.64% from 255 or 22.86% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EE90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EE90 is #07116F. Grayscale: #E6E6E6. Windows color (decimal): -463216 or 9498360. OLE color: 9498360.
HSL color Cylindrical-coordinate representation of color #F8EE90: hue angle of 54.23º 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 #F8EE90 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 238 | 144 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.03 |
| HSL | 54.23º | 0.88% | 0.77% | - |
| HSV(B) | 54.23º | 0.42% | 0.97% | - |
| XYZ | 74.32 | 83.12 | 38.51 | - |
| YUV | 230.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 238 | 144 | 0 | 0.04 | 0.42 | 0.03 | 54.23 | 0.88 | 0.77 |
| Hex | F8 | EE | 90 | 0 | 4 | 2A | 3 | 36 | 58 | 4D |
| Octal | 370 | 356 | 220 | 0 | 4 | 52 | 3 | 66 | 130 | 115 |
| Binary | 11111000 | 11101110 | 10010000 | 0 | 100 | 101010 | 11 | 110110 | 1011000 | 1001101 |
Color Harmonies of #F8EE90
Complementary color
Monochromatic Colors of #F8EE90
Black with #F8EE90
Text Example
Text Example
White with #F8EE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EE90; }
p { color: rgb(248,238,144); }
H1.HeaderClassName
{
color: #F8EE90;
}
.AnyTagClassName
{
color: #F8EE90;
}
</style>
background-color css
<style>
a { background-color: #F8EE90; }
a { background-color: rgb(248,238,144); }
div.DivClassName
{
background-color: #F8EE90;
}
.BgClassName
{
background-color: #F8EE90;
}
</style>
border-color css
<style>
span { border-color: #F8EE90; }
span { border-color: rgb(248,238,144); }
td.TdClassName
{
border-color: #F8EE90;
}
.TagClassName
{
border-color: #F8EE90;
}
</style>