Shades of Picasso #FDEC8E
Tints of Picasso #FDEC8E
RGB
CMYK
RGB Variations
Color information
#FDEC8E (or 0xFDEC8E) is known color: Picasso. HEX triplet: FD, EC and 8E. RGB value is (253,236,142). Sum of RGB (Red+Green+Blue) = 253+236+142=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 142 (55.86% from 255 or 22.50% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEC8E is #021371. Grayscale: #E6E6E6. Windows color (decimal): -136050 or 9366781. OLE color: 9366781.
HSL color Cylindrical-coordinate representation of color #FDEC8E: hue angle of 50.81º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDEC8E is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 142 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.01 |
| HSL | 50.81º | 0.97% | 0.77% | - |
| HSV(B) | 50.81º | 0.44% | 0.99% | - |
| XYZ | 75.39 | 82.83 | 37.61 | - |
| YUV | 230.37 | 78.13 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 142 | 0 | 0.07 | 0.44 | 0.01 | 50.81 | 0.97 | 0.77 |
| Hex | FD | EC | 8E | 0 | 7 | 2C | 1 | 33 | 61 | 4D |
| Octal | 375 | 354 | 216 | 0 | 7 | 54 | 1 | 63 | 141 | 115 |
| Binary | 11111101 | 11101100 | 10001110 | 0 | 111 | 101100 | 1 | 110011 | 1100001 | 1001101 |
Color Harmonies of #FDEC8E
Complementary color
Monochromatic Colors of #FDEC8E
Black with #FDEC8E
Text Example
Text Example
White with #FDEC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC8E; }
p { color: rgb(253,236,142); }
H1.HeaderClassName
{
color: #FDEC8E;
}
.AnyTagClassName
{
color: #FDEC8E;
}
</style>
background-color css
<style>
a { background-color: #FDEC8E; }
a { background-color: rgb(253,236,142); }
div.DivClassName
{
background-color: #FDEC8E;
}
.BgClassName
{
background-color: #FDEC8E;
}
</style>
border-color css
<style>
span { border-color: #FDEC8E; }
span { border-color: rgb(253,236,142); }
td.TdClassName
{
border-color: #FDEC8E;
}
.TagClassName
{
border-color: #FDEC8E;
}
</style>