Shades of Picasso #F6E995
Tints of Picasso #F6E995
RGB
CMYK
RGB Variations
Color information
#F6E995 (or 0xF6E995) is known color: Picasso. HEX triplet: F6, E9 and 95. RGB value is (246,233,149). Sum of RGB (Red+Green+Blue) = 246+233+149=628 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.17% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 149 (58.59% from 255 or 23.73% from 628); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E995 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6E995 is #09166A. Grayscale: #E3E3E3. Windows color (decimal): -595563 or 9824758. OLE color: 9824758.
HSL color Cylindrical-coordinate representation of color #F6E995: hue angle of 51.96º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6E995 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 233 | 149 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.04 |
| HSL | 51.96º | 0.84% | 0.77% | - |
| HSV(B) | 51.96º | 0.39% | 0.96% | - |
| XYZ | 72.57 | 80.04 | 40.06 | - |
| YUV | 227.31 | 83.81 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 233 | 149 | 0 | 0.05 | 0.39 | 0.04 | 51.96 | 0.84 | 0.77 |
| Hex | F6 | E9 | 95 | 0 | 5 | 27 | 4 | 34 | 54 | 4D |
| Octal | 366 | 351 | 225 | 0 | 5 | 47 | 4 | 64 | 124 | 115 |
| Binary | 11110110 | 11101001 | 10010101 | 0 | 101 | 100111 | 100 | 110100 | 1010100 | 1001101 |
Color Harmonies of #F6E995
Complementary color
Monochromatic Colors of #F6E995
Black with #F6E995
Text Example
Text Example
White with #F6E995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E995; }
p { color: rgb(246,233,149); }
H1.HeaderClassName
{
color: #F6E995;
}
.AnyTagClassName
{
color: #F6E995;
}
</style>
background-color css
<style>
a { background-color: #F6E995; }
a { background-color: rgb(246,233,149); }
div.DivClassName
{
background-color: #F6E995;
}
.BgClassName
{
background-color: #F6E995;
}
</style>
border-color css
<style>
span { border-color: #F6E995; }
span { border-color: rgb(246,233,149); }
td.TdClassName
{
border-color: #F6E995;
}
.TagClassName
{
border-color: #F6E995;
}
</style>