Shades of Picasso #FDF195
Tints of Picasso #FDF195
RGB
CMYK
RGB Variations
Color information
#FDF195 (or 0xFDF195) is known color: Picasso. HEX triplet: FD, F1 and 95. RGB value is (253,241,149). Sum of RGB (Red+Green+Blue) = 253+241+149=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 149 (58.59% from 255 or 23.17% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF195 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF195 is #020E6A. Grayscale: #EAEAEA. Windows color (decimal): -134763 or 9826813. OLE color: 9826813.
HSL color Cylindrical-coordinate representation of color #FDF195: hue angle of 53.08º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FDF195 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 149 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.01 |
| HSL | 53.08º | 0.96% | 0.79% | - |
| HSV(B) | 53.08º | 0.41% | 0.99% | - |
| XYZ | 77.39 | 85.96 | 40.95 | - |
| YUV | 234.1 | 79.98 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 149 | 0 | 0.05 | 0.41 | 0.01 | 53.08 | 0.96 | 0.79 |
| Hex | FD | F1 | 95 | 0 | 5 | 29 | 1 | 35 | 60 | 4F |
| Octal | 375 | 361 | 225 | 0 | 5 | 51 | 1 | 65 | 140 | 117 |
| Binary | 11111101 | 11110001 | 10010101 | 0 | 101 | 101001 | 1 | 110101 | 1100000 | 1001111 |
Color Harmonies of #FDF195
Complementary color
Monochromatic Colors of #FDF195
Black with #FDF195
Text Example
Text Example
White with #FDF195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF195; }
p { color: rgb(253,241,149); }
H1.HeaderClassName
{
color: #FDF195;
}
.AnyTagClassName
{
color: #FDF195;
}
</style>
background-color css
<style>
a { background-color: #FDF195; }
a { background-color: rgb(253,241,149); }
div.DivClassName
{
background-color: #FDF195;
}
.BgClassName
{
background-color: #FDF195;
}
</style>
border-color css
<style>
span { border-color: #FDF195; }
span { border-color: rgb(253,241,149); }
td.TdClassName
{
border-color: #FDF195;
}
.TagClassName
{
border-color: #FDF195;
}
</style>