Shades of Picasso #FDEA92
Tints of Picasso #FDEA92
RGB
CMYK
RGB Variations
Color information
#FDEA92 (or 0xFDEA92) is known color: Picasso. HEX triplet: FD, EA and 92. RGB value is (253,234,146). Sum of RGB (Red+Green+Blue) = 253+234+146=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 146 (57.42% from 255 or 23.06% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEA92 is #02156D. Grayscale: #E6E6E6. Windows color (decimal): -136558 or 9628413. OLE color: 9628413.
HSL color Cylindrical-coordinate representation of color #FDEA92: hue angle of 49.35º 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 #FDEA92 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 146 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.01 |
| HSL | 49.35º | 0.96% | 0.78% | - |
| HSV(B) | 49.35º | 0.42% | 0.99% | - |
| XYZ | 75.12 | 81.8 | 39.02 | - |
| YUV | 229.65 | 80.79 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 146 | 0 | 0.08 | 0.42 | 0.01 | 49.35 | 0.96 | 0.78 |
| Hex | FD | EA | 92 | 0 | 8 | 2A | 1 | 31 | 60 | 4E |
| Octal | 375 | 352 | 222 | 0 | 10 | 52 | 1 | 61 | 140 | 116 |
| Binary | 11111101 | 11101010 | 10010010 | 0 | 1000 | 101010 | 1 | 110001 | 1100000 | 1001110 |
Color Harmonies of #FDEA92
Complementary color
Monochromatic Colors of #FDEA92
Black with #FDEA92
Text Example
Text Example
White with #FDEA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEA92; }
p { color: rgb(253,234,146); }
H1.HeaderClassName
{
color: #FDEA92;
}
.AnyTagClassName
{
color: #FDEA92;
}
</style>
background-color css
<style>
a { background-color: #FDEA92; }
a { background-color: rgb(253,234,146); }
div.DivClassName
{
background-color: #FDEA92;
}
.BgClassName
{
background-color: #FDEA92;
}
</style>
border-color css
<style>
span { border-color: #FDEA92; }
span { border-color: rgb(253,234,146); }
td.TdClassName
{
border-color: #FDEA92;
}
.TagClassName
{
border-color: #FDEA92;
}
</style>