Shades of Picasso #FCE995
Tints of Picasso #FCE995
RGB
CMYK
RGB Variations
Color information
#FCE995 (or 0xFCE995) is known color: Picasso. HEX triplet: FC, E9 and 95. RGB value is (252,233,149). Sum of RGB (Red+Green+Blue) = 252+233+149=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 233 (91.41% from 255 or 36.75% from 634); Blue value is 149 (58.59% from 255 or 23.50% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE995 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE995 is #03166A. Grayscale: #E5E5E5. Windows color (decimal): -202347 or 9824764. OLE color: 9824764.
HSL color Cylindrical-coordinate representation of color #FCE995: hue angle of 48.93º degrees, saturation: 0.94, 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 #FCE995 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 149 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.01 |
| HSL | 48.93º | 0.94% | 0.79% | - |
| HSV(B) | 48.93º | 0.41% | 0.99% | - |
| XYZ | 74.71 | 81.14 | 40.16 | - |
| YUV | 229.11 | 82.79 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 149 | 0 | 0.08 | 0.41 | 0.01 | 48.93 | 0.94 | 0.79 |
| Hex | FC | E9 | 95 | 0 | 8 | 29 | 1 | 31 | 5E | 4F |
| Octal | 374 | 351 | 225 | 0 | 10 | 51 | 1 | 61 | 136 | 117 |
| Binary | 11111100 | 11101001 | 10010101 | 0 | 1000 | 101001 | 1 | 110001 | 1011110 | 1001111 |
Color Harmonies of #FCE995
Complementary color
Monochromatic Colors of #FCE995
Black with #FCE995
Text Example
Text Example
White with #FCE995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE995; }
p { color: rgb(252,233,149); }
H1.HeaderClassName
{
color: #FCE995;
}
.AnyTagClassName
{
color: #FCE995;
}
</style>
background-color css
<style>
a { background-color: #FCE995; }
a { background-color: rgb(252,233,149); }
div.DivClassName
{
background-color: #FCE995;
}
.BgClassName
{
background-color: #FCE995;
}
</style>
border-color css
<style>
span { border-color: #FCE995; }
span { border-color: rgb(252,233,149); }
td.TdClassName
{
border-color: #FCE995;
}
.TagClassName
{
border-color: #FCE995;
}
</style>