Shades of Picasso #FDED8A
Tints of Picasso #FDED8A
RGB
CMYK
RGB Variations
Color information
#FDED8A (or 0xFDED8A) is known color: Picasso. HEX triplet: FD, ED and 8A. RGB value is (253,237,138). Sum of RGB (Red+Green+Blue) = 253+237+138=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 138 (54.30% from 255 or 21.97% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDED8A is #021275. Grayscale: #E6E6E6. Windows color (decimal): -135798 or 9104893. OLE color: 9104893.
HSL color Cylindrical-coordinate representation of color #FDED8A: hue angle of 51.65º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDED8A is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 237 | 138 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.01 |
| HSL | 51.65º | 0.97% | 0.77% | - |
| HSV(B) | 51.65º | 0.45% | 0.99% | - |
| XYZ | 75.38 | 83.29 | 36.15 | - |
| YUV | 230.5 | 75.8 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 237 | 138 | 0 | 0.06 | 0.45 | 0.01 | 51.65 | 0.97 | 0.77 |
| Hex | FD | ED | 8A | 0 | 6 | 2D | 1 | 34 | 61 | 4D |
| Octal | 375 | 355 | 212 | 0 | 6 | 55 | 1 | 64 | 141 | 115 |
| Binary | 11111101 | 11101101 | 10001010 | 0 | 110 | 101101 | 1 | 110100 | 1100001 | 1001101 |
Color Harmonies of #FDED8A
Complementary color
Monochromatic Colors of #FDED8A
Black with #FDED8A
Text Example
Text Example
White with #FDED8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDED8A; }
p { color: rgb(253,237,138); }
H1.HeaderClassName
{
color: #FDED8A;
}
.AnyTagClassName
{
color: #FDED8A;
}
</style>
background-color css
<style>
a { background-color: #FDED8A; }
a { background-color: rgb(253,237,138); }
div.DivClassName
{
background-color: #FDED8A;
}
.BgClassName
{
background-color: #FDED8A;
}
</style>
border-color css
<style>
span { border-color: #FDED8A; }
span { border-color: rgb(253,237,138); }
td.TdClassName
{
border-color: #FDED8A;
}
.TagClassName
{
border-color: #FDED8A;
}
</style>