Shades of Picasso #FDED8B
Tints of Picasso #FDED8B
RGB
CMYK
RGB Variations
Color information
#FDED8B (or 0xFDED8B) is known color: Picasso. HEX triplet: FD, ED and 8B. RGB value is (253,237,139). Sum of RGB (Red+Green+Blue) = 253+237+139=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 139 (54.69% from 255 or 22.10% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDED8B is #021274. Grayscale: #E7E7E7. Windows color (decimal): -135797 or 9170429. OLE color: 9170429.
HSL color Cylindrical-coordinate representation of color #FDED8B: hue angle of 51.58º 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 #FDED8B is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 237 | 139 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.01 |
| HSL | 51.58º | 0.97% | 0.77% | - |
| HSV(B) | 51.58º | 0.45% | 0.99% | - |
| XYZ | 75.45 | 83.32 | 36.53 | - |
| YUV | 230.61 | 76.3 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 237 | 139 | 0 | 0.06 | 0.45 | 0.01 | 51.58 | 0.97 | 0.77 |
| Hex | FD | ED | 8B | 0 | 6 | 2D | 1 | 34 | 61 | 4D |
| Octal | 375 | 355 | 213 | 0 | 6 | 55 | 1 | 64 | 141 | 115 |
| Binary | 11111101 | 11101101 | 10001011 | 0 | 110 | 101101 | 1 | 110100 | 1100001 | 1001101 |
Color Harmonies of #FDED8B
Complementary color
Monochromatic Colors of #FDED8B
Black with #FDED8B
Text Example
Text Example
White with #FDED8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDED8B; }
p { color: rgb(253,237,139); }
H1.HeaderClassName
{
color: #FDED8B;
}
.AnyTagClassName
{
color: #FDED8B;
}
</style>
background-color css
<style>
a { background-color: #FDED8B; }
a { background-color: rgb(253,237,139); }
div.DivClassName
{
background-color: #FDED8B;
}
.BgClassName
{
background-color: #FDED8B;
}
</style>
border-color css
<style>
span { border-color: #FDED8B; }
span { border-color: rgb(253,237,139); }
td.TdClassName
{
border-color: #FDED8B;
}
.TagClassName
{
border-color: #FDED8B;
}
</style>