Shades of Picasso #F8E795
Tints of Picasso #F8E795
RGB
CMYK
RGB Variations
Color information
#F8E795 (or 0xF8E795) is known color: Picasso. HEX triplet: F8, E7 and 95. RGB value is (248,231,149). Sum of RGB (Red+Green+Blue) = 248+231+149=628 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.49% from 628); Green value is 231 (90.62% from 255 or 36.78% from 628); Blue value is 149 (58.59% from 255 or 23.73% from 628); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E795 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8E795 is #07186A. Grayscale: #E3E3E3. Windows color (decimal): -465003 or 9824248. OLE color: 9824248.
HSL color Cylindrical-coordinate representation of color #F8E795: hue angle of 49.7º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F8E795 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 231 | 149 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.03 |
| HSL | 49.7º | 0.88% | 0.78% | - |
| HSV(B) | 49.7º | 0.4% | 0.97% | - |
| XYZ | 72.71 | 79.28 | 39.9 | - |
| YUV | 226.74 | 84.13 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 231 | 149 | 0 | 0.07 | 0.40 | 0.03 | 49.7 | 0.88 | 0.78 |
| Hex | F8 | E7 | 95 | 0 | 7 | 28 | 3 | 32 | 58 | 4E |
| Octal | 370 | 347 | 225 | 0 | 7 | 50 | 3 | 62 | 130 | 116 |
| Binary | 11111000 | 11100111 | 10010101 | 0 | 111 | 101000 | 11 | 110010 | 1011000 | 1001110 |
Color Harmonies of #F8E795
Complementary color
Monochromatic Colors of #F8E795
Black with #F8E795
Text Example
Text Example
White with #F8E795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E795; }
p { color: rgb(248,231,149); }
H1.HeaderClassName
{
color: #F8E795;
}
.AnyTagClassName
{
color: #F8E795;
}
</style>
background-color css
<style>
a { background-color: #F8E795; }
a { background-color: rgb(248,231,149); }
div.DivClassName
{
background-color: #F8E795;
}
.BgClassName
{
background-color: #F8E795;
}
</style>
border-color css
<style>
span { border-color: #F8E795; }
span { border-color: rgb(248,231,149); }
td.TdClassName
{
border-color: #F8E795;
}
.TagClassName
{
border-color: #F8E795;
}
</style>