Shades of Picasso #F6E998
Tints of Picasso #F6E998
RGB
CMYK
RGB Variations
Color information
#F6E998 (or 0xF6E998) is known color: Picasso. HEX triplet: F6, E9 and 98. RGB value is (246,233,152). Sum of RGB (Red+Green+Blue) = 246+233+152=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 233 (91.41% from 255 or 36.93% from 631); Blue value is 152 (59.77% from 255 or 24.09% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E998 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6E998 is #091667. Grayscale: #E3E3E3. Windows color (decimal): -595560 or 10021366. OLE color: 10021366.
HSL color Cylindrical-coordinate representation of color #F6E998: hue angle of 51.7º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F6E998 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 233 | 152 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.04 |
| HSL | 51.7º | 0.84% | 0.78% | - |
| HSV(B) | 51.7º | 0.38% | 0.96% | - |
| XYZ | 72.81 | 80.14 | 41.34 | - |
| YUV | 227.65 | 85.31 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 233 | 152 | 0 | 0.05 | 0.38 | 0.04 | 51.7 | 0.84 | 0.78 |
| Hex | F6 | E9 | 98 | 0 | 5 | 26 | 4 | 34 | 54 | 4E |
| Octal | 366 | 351 | 230 | 0 | 5 | 46 | 4 | 64 | 124 | 116 |
| Binary | 11110110 | 11101001 | 10011000 | 0 | 101 | 100110 | 100 | 110100 | 1010100 | 1001110 |
Color Harmonies of #F6E998
Complementary color
Monochromatic Colors of #F6E998
Black with #F6E998
Text Example
Text Example
White with #F6E998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E998; }
p { color: rgb(246,233,152); }
H1.HeaderClassName
{
color: #F6E998;
}
.AnyTagClassName
{
color: #F6E998;
}
</style>
background-color css
<style>
a { background-color: #F6E998; }
a { background-color: rgb(246,233,152); }
div.DivClassName
{
background-color: #F6E998;
}
.BgClassName
{
background-color: #F6E998;
}
</style>
border-color css
<style>
span { border-color: #F6E998; }
span { border-color: rgb(246,233,152); }
td.TdClassName
{
border-color: #F6E998;
}
.TagClassName
{
border-color: #F6E998;
}
</style>