Shades of Picasso #FDEE8C
Tints of Picasso #FDEE8C
RGB
CMYK
RGB Variations
Color information
#FDEE8C (or 0xFDEE8C) is known color: Picasso. HEX triplet: FD, EE and 8C. RGB value is (253,238,140). Sum of RGB (Red+Green+Blue) = 253+238+140=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 140 (55.08% from 255 or 22.19% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEE8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEE8C is #021173. Grayscale: #E7E7E7. Windows color (decimal): -135540 or 9236221. OLE color: 9236221.
HSL color Cylindrical-coordinate representation of color #FDEE8C: hue angle of 52.04º 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 #FDEE8C is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 238 | 140 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.01 |
| HSL | 52.04º | 0.97% | 0.77% | - |
| HSV(B) | 52.04º | 0.45% | 0.99% | - |
| XYZ | 75.82 | 83.93 | 37.01 | - |
| YUV | 231.31 | 76.47 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 238 | 140 | 0 | 0.06 | 0.45 | 0.01 | 52.04 | 0.97 | 0.77 |
| Hex | FD | EE | 8C | 0 | 6 | 2D | 1 | 34 | 61 | 4D |
| Octal | 375 | 356 | 214 | 0 | 6 | 55 | 1 | 64 | 141 | 115 |
| Binary | 11111101 | 11101110 | 10001100 | 0 | 110 | 101101 | 1 | 110100 | 1100001 | 1001101 |
Color Harmonies of #FDEE8C
Complementary color
Monochromatic Colors of #FDEE8C
Black with #FDEE8C
Text Example
Text Example
White with #FDEE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEE8C; }
p { color: rgb(253,238,140); }
H1.HeaderClassName
{
color: #FDEE8C;
}
.AnyTagClassName
{
color: #FDEE8C;
}
</style>
background-color css
<style>
a { background-color: #FDEE8C; }
a { background-color: rgb(253,238,140); }
div.DivClassName
{
background-color: #FDEE8C;
}
.BgClassName
{
background-color: #FDEE8C;
}
</style>
border-color css
<style>
span { border-color: #FDEE8C; }
span { border-color: rgb(253,238,140); }
td.TdClassName
{
border-color: #FDEE8C;
}
.TagClassName
{
border-color: #FDEE8C;
}
</style>