Shades of Picasso #FDEA91
Tints of Picasso #FDEA91
RGB
CMYK
RGB Variations
Color information
#FDEA91 (or 0xFDEA91) is known color: Picasso. HEX triplet: FD, EA and 91. RGB value is (253,234,145). Sum of RGB (Red+Green+Blue) = 253+234+145=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 145 (57.03% from 255 or 22.94% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA91 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEA91 is #02156E. Grayscale: #E5E5E5. Windows color (decimal): -136559 or 9562877. OLE color: 9562877.
HSL color Cylindrical-coordinate representation of color #FDEA91: hue angle of 49.44º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDEA91 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 145 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.01 |
| HSL | 49.44º | 0.96% | 0.78% | - |
| HSV(B) | 49.44º | 0.43% | 0.99% | - |
| XYZ | 75.04 | 81.77 | 38.62 | - |
| YUV | 229.54 | 80.29 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 145 | 0 | 0.08 | 0.43 | 0.01 | 49.44 | 0.96 | 0.78 |
| Hex | FD | EA | 91 | 0 | 8 | 2B | 1 | 31 | 60 | 4E |
| Octal | 375 | 352 | 221 | 0 | 10 | 53 | 1 | 61 | 140 | 116 |
| Binary | 11111101 | 11101010 | 10010001 | 0 | 1000 | 101011 | 1 | 110001 | 1100000 | 1001110 |
Color Harmonies of #FDEA91
Complementary color
Monochromatic Colors of #FDEA91
Black with #FDEA91
Text Example
Text Example
White with #FDEA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEA91; }
p { color: rgb(253,234,145); }
H1.HeaderClassName
{
color: #FDEA91;
}
.AnyTagClassName
{
color: #FDEA91;
}
</style>
background-color css
<style>
a { background-color: #FDEA91; }
a { background-color: rgb(253,234,145); }
div.DivClassName
{
background-color: #FDEA91;
}
.BgClassName
{
background-color: #FDEA91;
}
</style>
border-color css
<style>
span { border-color: #FDEA91; }
span { border-color: rgb(253,234,145); }
td.TdClassName
{
border-color: #FDEA91;
}
.TagClassName
{
border-color: #FDEA91;
}
</style>