Shades of Picasso #FDEC93
Tints of Picasso #FDEC93
RGB
CMYK
RGB Variations
Color information
#FDEC93 (or 0xFDEC93) is known color: Picasso. HEX triplet: FD, EC and 93. RGB value is (253,236,147). Sum of RGB (Red+Green+Blue) = 253+236+147=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 147 (57.81% from 255 or 23.11% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEC93 is #02136C. Grayscale: #E7E7E7. Windows color (decimal): -136045 or 9694461. OLE color: 9694461.
HSL color Cylindrical-coordinate representation of color #FDEC93: hue angle of 50.38º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDEC93 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 147 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.01 |
| HSL | 50.38º | 0.96% | 0.78% | - |
| HSV(B) | 50.38º | 0.42% | 0.99% | - |
| XYZ | 75.77 | 82.98 | 39.63 | - |
| YUV | 230.94 | 80.63 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 147 | 0 | 0.07 | 0.42 | 0.01 | 50.38 | 0.96 | 0.78 |
| Hex | FD | EC | 93 | 0 | 7 | 2A | 1 | 32 | 60 | 4E |
| Octal | 375 | 354 | 223 | 0 | 7 | 52 | 1 | 62 | 140 | 116 |
| Binary | 11111101 | 11101100 | 10010011 | 0 | 111 | 101010 | 1 | 110010 | 1100000 | 1001110 |
Color Harmonies of #FDEC93
Complementary color
Monochromatic Colors of #FDEC93
Black with #FDEC93
Text Example
Text Example
White with #FDEC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC93; }
p { color: rgb(253,236,147); }
H1.HeaderClassName
{
color: #FDEC93;
}
.AnyTagClassName
{
color: #FDEC93;
}
</style>
background-color css
<style>
a { background-color: #FDEC93; }
a { background-color: rgb(253,236,147); }
div.DivClassName
{
background-color: #FDEC93;
}
.BgClassName
{
background-color: #FDEC93;
}
</style>
border-color css
<style>
span { border-color: #FDEC93; }
span { border-color: rgb(253,236,147); }
td.TdClassName
{
border-color: #FDEC93;
}
.TagClassName
{
border-color: #FDEC93;
}
</style>