Shades of Picasso #FDEA8C
Tints of Picasso #FDEA8C
RGB
CMYK
RGB Variations
Color information
#FDEA8C (or 0xFDEA8C) is known color: Picasso. HEX triplet: FD, EA and 8C. RGB value is (253,234,140). Sum of RGB (Red+Green+Blue) = 253+234+140=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 140 (55.08% from 255 or 22.33% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEA8C is #021573. Grayscale: #E5E5E5. Windows color (decimal): -136564 or 9235197. OLE color: 9235197.
HSL color Cylindrical-coordinate representation of color #FDEA8C: hue angle of 49.91º 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 #FDEA8C is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 140 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.01 |
| HSL | 49.91º | 0.97% | 0.77% | - |
| HSV(B) | 49.91º | 0.45% | 0.99% | - |
| XYZ | 74.66 | 81.62 | 36.63 | - |
| YUV | 228.97 | 77.79 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 140 | 0 | 0.08 | 0.45 | 0.01 | 49.91 | 0.97 | 0.77 |
| Hex | FD | EA | 8C | 0 | 8 | 2D | 1 | 32 | 61 | 4D |
| Octal | 375 | 352 | 214 | 0 | 10 | 55 | 1 | 62 | 141 | 115 |
| Binary | 11111101 | 11101010 | 10001100 | 0 | 1000 | 101101 | 1 | 110010 | 1100001 | 1001101 |
Color Harmonies of #FDEA8C
Complementary color
Monochromatic Colors of #FDEA8C
Black with #FDEA8C
Text Example
Text Example
White with #FDEA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEA8C; }
p { color: rgb(253,234,140); }
H1.HeaderClassName
{
color: #FDEA8C;
}
.AnyTagClassName
{
color: #FDEA8C;
}
</style>
background-color css
<style>
a { background-color: #FDEA8C; }
a { background-color: rgb(253,234,140); }
div.DivClassName
{
background-color: #FDEA8C;
}
.BgClassName
{
background-color: #FDEA8C;
}
</style>
border-color css
<style>
span { border-color: #FDEA8C; }
span { border-color: rgb(253,234,140); }
td.TdClassName
{
border-color: #FDEA8C;
}
.TagClassName
{
border-color: #FDEA8C;
}
</style>