Shades of Picasso #F6EE94
Tints of Picasso #F6EE94
RGB
CMYK
RGB Variations
Color information
#F6EE94 (or 0xF6EE94) is known color: Picasso. HEX triplet: F6, EE and 94. RGB value is (246,238,148). Sum of RGB (Red+Green+Blue) = 246+238+148=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 148 (58.20% from 255 or 23.42% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EE94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EE94 is #09116B. Grayscale: #E6E6E6. Windows color (decimal): -594284 or 9760502. OLE color: 9760502.
HSL color Cylindrical-coordinate representation of color #F6EE94: hue angle of 55.1º 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 #F6EE94 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 238 | 148 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.04 |
| HSL | 55.1º | 0.84% | 0.77% | - |
| HSV(B) | 55.1º | 0.4% | 0.96% | - |
| XYZ | 73.93 | 82.88 | 40.12 | - |
| YUV | 230.13 | 81.65 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 238 | 148 | 0 | 0.03 | 0.40 | 0.04 | 55.1 | 0.84 | 0.77 |
| Hex | F6 | EE | 94 | 0 | 3 | 28 | 4 | 37 | 54 | 4D |
| Octal | 366 | 356 | 224 | 0 | 3 | 50 | 4 | 67 | 124 | 115 |
| Binary | 11110110 | 11101110 | 10010100 | 0 | 11 | 101000 | 100 | 110111 | 1010100 | 1001101 |
Color Harmonies of #F6EE94
Complementary color
Monochromatic Colors of #F6EE94
Black with #F6EE94
Text Example
Text Example
White with #F6EE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EE94; }
p { color: rgb(246,238,148); }
H1.HeaderClassName
{
color: #F6EE94;
}
.AnyTagClassName
{
color: #F6EE94;
}
</style>
background-color css
<style>
a { background-color: #F6EE94; }
a { background-color: rgb(246,238,148); }
div.DivClassName
{
background-color: #F6EE94;
}
.BgClassName
{
background-color: #F6EE94;
}
</style>
border-color css
<style>
span { border-color: #F6EE94; }
span { border-color: rgb(246,238,148); }
td.TdClassName
{
border-color: #F6EE94;
}
.TagClassName
{
border-color: #F6EE94;
}
</style>