Shades of Picasso #F6ED93
Tints of Picasso #F6ED93
RGB
CMYK
RGB Variations
Color information
#F6ED93 (or 0xF6ED93) is known color: Picasso. HEX triplet: F6, ED and 93. RGB value is (246,237,147). Sum of RGB (Red+Green+Blue) = 246+237+147=630 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.05% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 147 (57.81% from 255 or 23.33% from 630); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ED93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6ED93 is #09126C. Grayscale: #E5E5E5. Windows color (decimal): -594541 or 9694710. OLE color: 9694710.
HSL color Cylindrical-coordinate representation of color #F6ED93: hue angle of 54.55º degrees, saturation: 0.85, 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 #F6ED93 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 237 | 147 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.04 |
| HSL | 54.55º | 0.85% | 0.77% | - |
| HSV(B) | 54.55º | 0.4% | 0.96% | - |
| XYZ | 73.56 | 82.27 | 39.61 | - |
| YUV | 229.43 | 81.48 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 237 | 147 | 0 | 0.04 | 0.40 | 0.04 | 54.55 | 0.85 | 0.77 |
| Hex | F6 | ED | 93 | 0 | 4 | 28 | 4 | 37 | 55 | 4D |
| Octal | 366 | 355 | 223 | 0 | 4 | 50 | 4 | 67 | 125 | 115 |
| Binary | 11110110 | 11101101 | 10010011 | 0 | 100 | 101000 | 100 | 110111 | 1010101 | 1001101 |
Color Harmonies of #F6ED93
Complementary color
Monochromatic Colors of #F6ED93
Black with #F6ED93
Text Example
Text Example
White with #F6ED93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ED93; }
p { color: rgb(246,237,147); }
H1.HeaderClassName
{
color: #F6ED93;
}
.AnyTagClassName
{
color: #F6ED93;
}
</style>
background-color css
<style>
a { background-color: #F6ED93; }
a { background-color: rgb(246,237,147); }
div.DivClassName
{
background-color: #F6ED93;
}
.BgClassName
{
background-color: #F6ED93;
}
</style>
border-color css
<style>
span { border-color: #F6ED93; }
span { border-color: rgb(246,237,147); }
td.TdClassName
{
border-color: #F6ED93;
}
.TagClassName
{
border-color: #F6ED93;
}
</style>