Shades of Picasso #FDF295
Tints of Picasso #FDF295
RGB
CMYK
RGB Variations
Color information
#FDF295 (or 0xFDF295) is known color: Picasso. HEX triplet: FD, F2 and 95. RGB value is (253,242,149). Sum of RGB (Red+Green+Blue) = 253+242+149=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 149 (58.59% from 255 or 23.14% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF295 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF295 is #020D6A. Grayscale: #EBEBEB. Windows color (decimal): -134507 or 9827069. OLE color: 9827069.
HSL color Cylindrical-coordinate representation of color #FDF295: hue angle of 53.65º 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 #FDF295 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 149 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.01 |
| HSL | 53.65º | 0.96% | 0.79% | - |
| HSV(B) | 53.65º | 0.41% | 0.99% | - |
| XYZ | 77.68 | 86.56 | 41.05 | - |
| YUV | 234.69 | 79.64 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 149 | 0 | 0.04 | 0.41 | 0.01 | 53.65 | 0.96 | 0.79 |
| Hex | FD | F2 | 95 | 0 | 4 | 29 | 1 | 36 | 60 | 4F |
| Octal | 375 | 362 | 225 | 0 | 4 | 51 | 1 | 66 | 140 | 117 |
| Binary | 11111101 | 11110010 | 10010101 | 0 | 100 | 101001 | 1 | 110110 | 1100000 | 1001111 |
Color Harmonies of #FDF295
Complementary color
Monochromatic Colors of #FDF295
Black with #FDF295
Text Example
Text Example
White with #FDF295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF295; }
p { color: rgb(253,242,149); }
H1.HeaderClassName
{
color: #FDF295;
}
.AnyTagClassName
{
color: #FDF295;
}
</style>
background-color css
<style>
a { background-color: #FDF295; }
a { background-color: rgb(253,242,149); }
div.DivClassName
{
background-color: #FDF295;
}
.BgClassName
{
background-color: #FDF295;
}
</style>
border-color css
<style>
span { border-color: #FDF295; }
span { border-color: rgb(253,242,149); }
td.TdClassName
{
border-color: #FDF295;
}
.TagClassName
{
border-color: #FDF295;
}
</style>