Shades of Picasso #FDF096
Tints of Picasso #FDF096
RGB
CMYK
RGB Variations
Color information
#FDF096 (or 0xFDF096) is known color: Picasso. HEX triplet: FD, F0 and 96. RGB value is (253,240,150). Sum of RGB (Red+Green+Blue) = 253+240+150=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 150 (58.98% from 255 or 23.33% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF096 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF096 is #020F69. Grayscale: #EAEAEA. Windows color (decimal): -135018 or 9892093. OLE color: 9892093.
HSL color Cylindrical-coordinate representation of color #FDF096: hue angle of 52.43º 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 #FDF096 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 150 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.01 |
| HSL | 52.43º | 0.96% | 0.79% | - |
| HSV(B) | 52.43º | 0.41% | 0.99% | - |
| XYZ | 77.17 | 85.4 | 41.27 | - |
| YUV | 233.63 | 80.81 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 150 | 0 | 0.05 | 0.41 | 0.01 | 52.43 | 0.96 | 0.79 |
| Hex | FD | F0 | 96 | 0 | 5 | 29 | 1 | 34 | 60 | 4F |
| Octal | 375 | 360 | 226 | 0 | 5 | 51 | 1 | 64 | 140 | 117 |
| Binary | 11111101 | 11110000 | 10010110 | 0 | 101 | 101001 | 1 | 110100 | 1100000 | 1001111 |
Color Harmonies of #FDF096
Complementary color
Monochromatic Colors of #FDF096
Black with #FDF096
Text Example
Text Example
White with #FDF096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF096; }
p { color: rgb(253,240,150); }
H1.HeaderClassName
{
color: #FDF096;
}
.AnyTagClassName
{
color: #FDF096;
}
</style>
background-color css
<style>
a { background-color: #FDF096; }
a { background-color: rgb(253,240,150); }
div.DivClassName
{
background-color: #FDF096;
}
.BgClassName
{
background-color: #FDF096;
}
</style>
border-color css
<style>
span { border-color: #FDF096; }
span { border-color: rgb(253,240,150); }
td.TdClassName
{
border-color: #FDF096;
}
.TagClassName
{
border-color: #FDF096;
}
</style>