Shades of Picasso #FCE990
Tints of Picasso #FCE990
RGB
CMYK
RGB Variations
Color information
#FCE990 (or 0xFCE990) is known color: Picasso. HEX triplet: FC, E9 and 90. RGB value is (252,233,144). Sum of RGB (Red+Green+Blue) = 252+233+144=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 233 (91.41% from 255 or 37.04% from 629); Blue value is 144 (56.64% from 255 or 22.89% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE990 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE990 is #03166F. Grayscale: #E4E4E4. Windows color (decimal): -202352 or 9497084. OLE color: 9497084.
HSL color Cylindrical-coordinate representation of color #FCE990: hue angle of 49.44º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCE990 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 144 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.01 |
| HSL | 49.44º | 0.95% | 0.78% | - |
| HSV(B) | 49.44º | 0.43% | 0.99% | - |
| XYZ | 74.32 | 80.99 | 38.1 | - |
| YUV | 228.54 | 80.29 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 144 | 0 | 0.08 | 0.43 | 0.01 | 49.44 | 0.95 | 0.78 |
| Hex | FC | E9 | 90 | 0 | 8 | 2B | 1 | 31 | 5F | 4E |
| Octal | 374 | 351 | 220 | 0 | 10 | 53 | 1 | 61 | 137 | 116 |
| Binary | 11111100 | 11101001 | 10010000 | 0 | 1000 | 101011 | 1 | 110001 | 1011111 | 1001110 |
Color Harmonies of #FCE990
Complementary color
Monochromatic Colors of #FCE990
Black with #FCE990
Text Example
Text Example
White with #FCE990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE990; }
p { color: rgb(252,233,144); }
H1.HeaderClassName
{
color: #FCE990;
}
.AnyTagClassName
{
color: #FCE990;
}
</style>
background-color css
<style>
a { background-color: #FCE990; }
a { background-color: rgb(252,233,144); }
div.DivClassName
{
background-color: #FCE990;
}
.BgClassName
{
background-color: #FCE990;
}
</style>
border-color css
<style>
span { border-color: #FCE990; }
span { border-color: rgb(252,233,144); }
td.TdClassName
{
border-color: #FCE990;
}
.TagClassName
{
border-color: #FCE990;
}
</style>