Shades of Picasso #FDEA93
Tints of Picasso #FDEA93
RGB
CMYK
RGB Variations
Color information
#FDEA93 (or 0xFDEA93) is known color: Picasso. HEX triplet: FD, EA and 93. RGB value is (253,234,147). Sum of RGB (Red+Green+Blue) = 253+234+147=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 147 (57.81% from 255 or 23.19% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEA93 is #02156C. Grayscale: #E6E6E6. Windows color (decimal): -136557 or 9693949. OLE color: 9693949.
HSL color Cylindrical-coordinate representation of color #FDEA93: hue angle of 49.25º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDEA93 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 147 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.01 |
| HSL | 49.25º | 0.96% | 0.78% | - |
| HSV(B) | 49.25º | 0.42% | 0.99% | - |
| XYZ | 75.2 | 81.83 | 39.44 | - |
| YUV | 229.76 | 81.29 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 147 | 0 | 0.08 | 0.42 | 0.01 | 49.25 | 0.96 | 0.78 |
| Hex | FD | EA | 93 | 0 | 8 | 2A | 1 | 31 | 60 | 4E |
| Octal | 375 | 352 | 223 | 0 | 10 | 52 | 1 | 61 | 140 | 116 |
| Binary | 11111101 | 11101010 | 10010011 | 0 | 1000 | 101010 | 1 | 110001 | 1100000 | 1001110 |
Color Harmonies of #FDEA93
Complementary color
Monochromatic Colors of #FDEA93
Black with #FDEA93
Text Example
Text Example
White with #FDEA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEA93; }
p { color: rgb(253,234,147); }
H1.HeaderClassName
{
color: #FDEA93;
}
.AnyTagClassName
{
color: #FDEA93;
}
</style>
background-color css
<style>
a { background-color: #FDEA93; }
a { background-color: rgb(253,234,147); }
div.DivClassName
{
background-color: #FDEA93;
}
.BgClassName
{
background-color: #FDEA93;
}
</style>
border-color css
<style>
span { border-color: #FDEA93; }
span { border-color: rgb(253,234,147); }
td.TdClassName
{
border-color: #FDEA93;
}
.TagClassName
{
border-color: #FDEA93;
}
</style>