Shades of Picasso #F6ED96
Tints of Picasso #F6ED96
RGB
CMYK
RGB Variations
Color information
#F6ED96 (or 0xF6ED96) is known color: Picasso. HEX triplet: F6, ED and 96. RGB value is (246,237,150). Sum of RGB (Red+Green+Blue) = 246+237+150=633 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.86% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 150 (58.98% from 255 or 23.70% from 633); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ED96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6ED96 is #091269. Grayscale: #E6E6E6. Windows color (decimal): -594538 or 9891318. OLE color: 9891318.
HSL color Cylindrical-coordinate representation of color #F6ED96: hue angle of 54.38º 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 #F6ED96 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 237 | 150 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.04 |
| HSL | 54.38º | 0.84% | 0.78% | - |
| HSV(B) | 54.38º | 0.39% | 0.96% | - |
| XYZ | 73.8 | 82.36 | 40.86 | - |
| YUV | 229.77 | 82.98 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 237 | 150 | 0 | 0.04 | 0.39 | 0.04 | 54.38 | 0.84 | 0.78 |
| Hex | F6 | ED | 96 | 0 | 4 | 27 | 4 | 36 | 54 | 4E |
| Octal | 366 | 355 | 226 | 0 | 4 | 47 | 4 | 66 | 124 | 116 |
| Binary | 11110110 | 11101101 | 10010110 | 0 | 100 | 100111 | 100 | 110110 | 1010100 | 1001110 |
Color Harmonies of #F6ED96
Complementary color
Monochromatic Colors of #F6ED96
Black with #F6ED96
Text Example
Text Example
White with #F6ED96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ED96; }
p { color: rgb(246,237,150); }
H1.HeaderClassName
{
color: #F6ED96;
}
.AnyTagClassName
{
color: #F6ED96;
}
</style>
background-color css
<style>
a { background-color: #F6ED96; }
a { background-color: rgb(246,237,150); }
div.DivClassName
{
background-color: #F6ED96;
}
.BgClassName
{
background-color: #F6ED96;
}
</style>
border-color css
<style>
span { border-color: #F6ED96; }
span { border-color: rgb(246,237,150); }
td.TdClassName
{
border-color: #F6ED96;
}
.TagClassName
{
border-color: #F6ED96;
}
</style>