Shades of Picasso #F6ED94
Tints of Picasso #F6ED94
RGB
CMYK
RGB Variations
Color information
#F6ED94 (or 0xF6ED94) is known color: Picasso. HEX triplet: F6, ED and 94. RGB value is (246,237,148). Sum of RGB (Red+Green+Blue) = 246+237+148=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 148 (58.20% from 255 or 23.45% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ED94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6ED94 is #09126B. Grayscale: #E5E5E5. Windows color (decimal): -594540 or 9760246. OLE color: 9760246.
HSL color Cylindrical-coordinate representation of color #F6ED94: hue angle of 54.49º 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 #F6ED94 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 237 | 148 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.04 |
| HSL | 54.49º | 0.84% | 0.77% | - |
| HSV(B) | 54.49º | 0.4% | 0.96% | - |
| XYZ | 73.64 | 82.3 | 40.02 | - |
| YUV | 229.55 | 81.98 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 237 | 148 | 0 | 0.04 | 0.40 | 0.04 | 54.49 | 0.84 | 0.77 |
| Hex | F6 | ED | 94 | 0 | 4 | 28 | 4 | 36 | 54 | 4D |
| Octal | 366 | 355 | 224 | 0 | 4 | 50 | 4 | 66 | 124 | 115 |
| Binary | 11110110 | 11101101 | 10010100 | 0 | 100 | 101000 | 100 | 110110 | 1010100 | 1001101 |
Color Harmonies of #F6ED94
Complementary color
Monochromatic Colors of #F6ED94
Black with #F6ED94
Text Example
Text Example
White with #F6ED94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ED94; }
p { color: rgb(246,237,148); }
H1.HeaderClassName
{
color: #F6ED94;
}
.AnyTagClassName
{
color: #F6ED94;
}
</style>
background-color css
<style>
a { background-color: #F6ED94; }
a { background-color: rgb(246,237,148); }
div.DivClassName
{
background-color: #F6ED94;
}
.BgClassName
{
background-color: #F6ED94;
}
</style>
border-color css
<style>
span { border-color: #F6ED94; }
span { border-color: rgb(246,237,148); }
td.TdClassName
{
border-color: #F6ED94;
}
.TagClassName
{
border-color: #F6ED94;
}
</style>