Shades of Picasso #FCF197
Tints of Picasso #FCF197
RGB
CMYK
RGB Variations
Color information
#FCF197 (or 0xFCF197) is known color: Picasso. HEX triplet: FC, F1 and 97. RGB value is (252,241,151). Sum of RGB (Red+Green+Blue) = 252+241+151=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 151 (59.38% from 255 or 23.45% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF197 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF197 is #030E68. Grayscale: #EAEAEA. Windows color (decimal): -200297 or 9957884. OLE color: 9957884.
HSL color Cylindrical-coordinate representation of color #FCF197: hue angle of 53.47º 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 #FCF197 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 151 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.01 |
| HSL | 53.47º | 0.94% | 0.79% | - |
| HSV(B) | 53.47º | 0.4% | 0.99% | - |
| XYZ | 77.19 | 85.84 | 41.78 | - |
| YUV | 234.03 | 81.14 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 151 | 0 | 0.04 | 0.40 | 0.01 | 53.47 | 0.94 | 0.79 |
| Hex | FC | F1 | 97 | 0 | 4 | 28 | 1 | 35 | 5E | 4F |
| Octal | 374 | 361 | 227 | 0 | 4 | 50 | 1 | 65 | 136 | 117 |
| Binary | 11111100 | 11110001 | 10010111 | 0 | 100 | 101000 | 1 | 110101 | 1011110 | 1001111 |
Color Harmonies of #FCF197
Complementary color
Monochromatic Colors of #FCF197
Black with #FCF197
Text Example
Text Example
White with #FCF197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF197; }
p { color: rgb(252,241,151); }
H1.HeaderClassName
{
color: #FCF197;
}
.AnyTagClassName
{
color: #FCF197;
}
</style>
background-color css
<style>
a { background-color: #FCF197; }
a { background-color: rgb(252,241,151); }
div.DivClassName
{
background-color: #FCF197;
}
.BgClassName
{
background-color: #FCF197;
}
</style>
border-color css
<style>
span { border-color: #FCF197; }
span { border-color: rgb(252,241,151); }
td.TdClassName
{
border-color: #FCF197;
}
.TagClassName
{
border-color: #FCF197;
}
</style>