Shades of Picasso #FCF096
Tints of Picasso #FCF096
RGB
CMYK
RGB Variations
Color information
#FCF096 (or 0xFCF096) is known color: Picasso. HEX triplet: FC, F0 and 96. RGB value is (252,240,150). Sum of RGB (Red+Green+Blue) = 252+240+150=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 150 (58.98% from 255 or 23.36% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF096 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF096 is #030F69. Grayscale: #E9E9E9. Windows color (decimal): -200554 or 9892092. OLE color: 9892092.
HSL color Cylindrical-coordinate representation of color #FCF096: hue angle of 52.94º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCF096 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 150 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.01 |
| HSL | 52.94º | 0.94% | 0.79% | - |
| HSV(B) | 52.94º | 0.4% | 0.99% | - |
| XYZ | 76.81 | 85.22 | 41.25 | - |
| YUV | 233.33 | 80.98 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 150 | 0 | 0.05 | 0.40 | 0.01 | 52.94 | 0.94 | 0.79 |
| Hex | FC | F0 | 96 | 0 | 5 | 28 | 1 | 35 | 5E | 4F |
| Octal | 374 | 360 | 226 | 0 | 5 | 50 | 1 | 65 | 136 | 117 |
| Binary | 11111100 | 11110000 | 10010110 | 0 | 101 | 101000 | 1 | 110101 | 1011110 | 1001111 |
Color Harmonies of #FCF096
Complementary color
Monochromatic Colors of #FCF096
Black with #FCF096
Text Example
Text Example
White with #FCF096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF096; }
p { color: rgb(252,240,150); }
H1.HeaderClassName
{
color: #FCF096;
}
.AnyTagClassName
{
color: #FCF096;
}
</style>
background-color css
<style>
a { background-color: #FCF096; }
a { background-color: rgb(252,240,150); }
div.DivClassName
{
background-color: #FCF096;
}
.BgClassName
{
background-color: #FCF096;
}
</style>
border-color css
<style>
span { border-color: #FCF096; }
span { border-color: rgb(252,240,150); }
td.TdClassName
{
border-color: #FCF096;
}
.TagClassName
{
border-color: #FCF096;
}
</style>