Shades of Picasso #F6E694
Tints of Picasso #F6E694
RGB
CMYK
RGB Variations
Color information
#F6E694 (or 0xF6E694) is known color: Picasso. HEX triplet: F6, E6 and 94. RGB value is (246,230,148). Sum of RGB (Red+Green+Blue) = 246+230+148=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 148 (58.20% from 255 or 23.72% from 624); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E694 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6E694 is #09196B. Grayscale: #E1E1E1. Windows color (decimal): -596332 or 9758454. OLE color: 9758454.
HSL color Cylindrical-coordinate representation of color #F6E694: hue angle of 50.2º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F6E694 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 230 | 148 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.04 |
| HSL | 50.2º | 0.84% | 0.77% | - |
| HSV(B) | 50.2º | 0.4% | 0.96% | - |
| XYZ | 71.65 | 78.32 | 39.36 | - |
| YUV | 225.44 | 84.3 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 230 | 148 | 0 | 0.07 | 0.40 | 0.04 | 50.2 | 0.84 | 0.77 |
| Hex | F6 | E6 | 94 | 0 | 7 | 28 | 4 | 32 | 54 | 4D |
| Octal | 366 | 346 | 224 | 0 | 7 | 50 | 4 | 62 | 124 | 115 |
| Binary | 11110110 | 11100110 | 10010100 | 0 | 111 | 101000 | 100 | 110010 | 1010100 | 1001101 |
Color Harmonies of #F6E694
Complementary color
Monochromatic Colors of #F6E694
Black with #F6E694
Text Example
Text Example
White with #F6E694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E694; }
p { color: rgb(246,230,148); }
H1.HeaderClassName
{
color: #F6E694;
}
.AnyTagClassName
{
color: #F6E694;
}
</style>
background-color css
<style>
a { background-color: #F6E694; }
a { background-color: rgb(246,230,148); }
div.DivClassName
{
background-color: #F6E694;
}
.BgClassName
{
background-color: #F6E694;
}
</style>
border-color css
<style>
span { border-color: #F6E694; }
span { border-color: rgb(246,230,148); }
td.TdClassName
{
border-color: #F6E694;
}
.TagClassName
{
border-color: #F6E694;
}
</style>