Shades of Picasso #F6E696
Tints of Picasso #F6E696
RGB
CMYK
RGB Variations
Color information
#F6E696 (or 0xF6E696) is known color: Picasso. HEX triplet: F6, E6 and 96. RGB value is (246,230,150). Sum of RGB (Red+Green+Blue) = 246+230+150=626 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.30% from 626); Green value is 230 (90.23% from 255 or 36.74% from 626); Blue value is 150 (58.98% from 255 or 23.96% from 626); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E696 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6E696 is #091969. Grayscale: #E2E2E2. Windows color (decimal): -596330 or 9889526. OLE color: 9889526.
HSL color Cylindrical-coordinate representation of color #F6E696: hue angle of 50º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6E696 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 230 | 150 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.04 |
| HSL | 50º | 0.84% | 0.78% | - |
| HSV(B) | 50º | 0.39% | 0.96% | - |
| XYZ | 71.81 | 78.39 | 40.2 | - |
| YUV | 225.66 | 85.3 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 230 | 150 | 0 | 0.07 | 0.39 | 0.04 | 50 | 0.84 | 0.78 |
| Hex | F6 | E6 | 96 | 0 | 7 | 27 | 4 | 32 | 54 | 4E |
| Octal | 366 | 346 | 226 | 0 | 7 | 47 | 4 | 62 | 124 | 116 |
| Binary | 11110110 | 11100110 | 10010110 | 0 | 111 | 100111 | 100 | 110010 | 1010100 | 1001110 |
Color Harmonies of #F6E696
Complementary color
Monochromatic Colors of #F6E696
Black with #F6E696
Text Example
Text Example
White with #F6E696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E696; }
p { color: rgb(246,230,150); }
H1.HeaderClassName
{
color: #F6E696;
}
.AnyTagClassName
{
color: #F6E696;
}
</style>
background-color css
<style>
a { background-color: #F6E696; }
a { background-color: rgb(246,230,150); }
div.DivClassName
{
background-color: #F6E696;
}
.BgClassName
{
background-color: #F6E696;
}
</style>
border-color css
<style>
span { border-color: #F6E696; }
span { border-color: rgb(246,230,150); }
td.TdClassName
{
border-color: #F6E696;
}
.TagClassName
{
border-color: #F6E696;
}
</style>