Shades of Picasso #FDF193
Tints of Picasso #FDF193
RGB
CMYK
RGB Variations
Color information
#FDF193 (or 0xFDF193) is known color: Picasso. HEX triplet: FD, F1 and 93. RGB value is (253,241,147). Sum of RGB (Red+Green+Blue) = 253+241+147=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 147 (57.81% from 255 or 22.93% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF193 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF193 is #020E6C. Grayscale: #EAEAEA. Windows color (decimal): -134765 or 9695741. OLE color: 9695741.
HSL color Cylindrical-coordinate representation of color #FDF193: hue angle of 53.21º 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 #FDF193 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 147 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.01 |
| HSL | 53.21º | 0.96% | 0.78% | - |
| HSV(B) | 53.21º | 0.42% | 0.99% | - |
| XYZ | 77.23 | 85.9 | 40.11 | - |
| YUV | 233.87 | 78.98 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 147 | 0 | 0.05 | 0.42 | 0.01 | 53.21 | 0.96 | 0.78 |
| Hex | FD | F1 | 93 | 0 | 5 | 2A | 1 | 35 | 60 | 4E |
| Octal | 375 | 361 | 223 | 0 | 5 | 52 | 1 | 65 | 140 | 116 |
| Binary | 11111101 | 11110001 | 10010011 | 0 | 101 | 101010 | 1 | 110101 | 1100000 | 1001110 |
Color Harmonies of #FDF193
Complementary color
Monochromatic Colors of #FDF193
Black with #FDF193
Text Example
Text Example
White with #FDF193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF193; }
p { color: rgb(253,241,147); }
H1.HeaderClassName
{
color: #FDF193;
}
.AnyTagClassName
{
color: #FDF193;
}
</style>
background-color css
<style>
a { background-color: #FDF193; }
a { background-color: rgb(253,241,147); }
div.DivClassName
{
background-color: #FDF193;
}
.BgClassName
{
background-color: #FDF193;
}
</style>
border-color css
<style>
span { border-color: #FDF193; }
span { border-color: rgb(253,241,147); }
td.TdClassName
{
border-color: #FDF193;
}
.TagClassName
{
border-color: #FDF193;
}
</style>