Shades of Picasso #FCF297
Tints of Picasso #FCF297
RGB
CMYK
RGB Variations
Color information
#FCF297 (or 0xFCF297) is known color: Picasso. HEX triplet: FC, F2 and 97. RGB value is (252,242,151). Sum of RGB (Red+Green+Blue) = 252+242+151=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 151 (59.38% from 255 or 23.41% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF297 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF297 is #030D68. Grayscale: #EAEAEA. Windows color (decimal): -200041 or 9958140. OLE color: 9958140.
HSL color Cylindrical-coordinate representation of color #FCF297: hue angle of 54.06º 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 #FCF297 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 151 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.01 |
| HSL | 54.06º | 0.94% | 0.79% | - |
| HSV(B) | 54.06º | 0.4% | 0.99% | - |
| XYZ | 77.48 | 86.43 | 41.88 | - |
| YUV | 234.62 | 80.81 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 151 | 0 | 0.04 | 0.40 | 0.01 | 54.06 | 0.94 | 0.79 |
| Hex | FC | F2 | 97 | 0 | 4 | 28 | 1 | 36 | 5E | 4F |
| Octal | 374 | 362 | 227 | 0 | 4 | 50 | 1 | 66 | 136 | 117 |
| Binary | 11111100 | 11110010 | 10010111 | 0 | 100 | 101000 | 1 | 110110 | 1011110 | 1001111 |
Color Harmonies of #FCF297
Complementary color
Monochromatic Colors of #FCF297
Black with #FCF297
Text Example
Text Example
White with #FCF297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF297; }
p { color: rgb(252,242,151); }
H1.HeaderClassName
{
color: #FCF297;
}
.AnyTagClassName
{
color: #FCF297;
}
</style>
background-color css
<style>
a { background-color: #FCF297; }
a { background-color: rgb(252,242,151); }
div.DivClassName
{
background-color: #FCF297;
}
.BgClassName
{
background-color: #FCF297;
}
</style>
border-color css
<style>
span { border-color: #FCF297; }
span { border-color: rgb(252,242,151); }
td.TdClassName
{
border-color: #FCF297;
}
.TagClassName
{
border-color: #FCF297;
}
</style>