Shades of Picasso #FCE98C
Tints of Picasso #FCE98C
RGB
CMYK
RGB Variations
Color information
#FCE98C (or 0xFCE98C) is known color: Picasso. HEX triplet: FC, E9 and 8C. RGB value is (252,233,140). Sum of RGB (Red+Green+Blue) = 252+233+140=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 140 (55.08% from 255 or 22.4% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE98C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE98C is #031673. Grayscale: #E4E4E4. Windows color (decimal): -202356 or 9234940. OLE color: 9234940.
HSL color Cylindrical-coordinate representation of color #FCE98C: hue angle of 49.82º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCE98C is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 140 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.01 |
| HSL | 49.82º | 0.95% | 0.77% | - |
| HSV(B) | 49.82º | 0.44% | 0.99% | - |
| XYZ | 74.02 | 80.87 | 36.52 | - |
| YUV | 228.08 | 78.29 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 140 | 0 | 0.08 | 0.44 | 0.01 | 49.82 | 0.95 | 0.77 |
| Hex | FC | E9 | 8C | 0 | 8 | 2C | 1 | 32 | 5F | 4D |
| Octal | 374 | 351 | 214 | 0 | 10 | 54 | 1 | 62 | 137 | 115 |
| Binary | 11111100 | 11101001 | 10001100 | 0 | 1000 | 101100 | 1 | 110010 | 1011111 | 1001101 |
Color Harmonies of #FCE98C
Complementary color
Monochromatic Colors of #FCE98C
Black with #FCE98C
Text Example
Text Example
White with #FCE98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE98C; }
p { color: rgb(252,233,140); }
H1.HeaderClassName
{
color: #FCE98C;
}
.AnyTagClassName
{
color: #FCE98C;
}
</style>
background-color css
<style>
a { background-color: #FCE98C; }
a { background-color: rgb(252,233,140); }
div.DivClassName
{
background-color: #FCE98C;
}
.BgClassName
{
background-color: #FCE98C;
}
</style>
border-color css
<style>
span { border-color: #FCE98C; }
span { border-color: rgb(252,233,140); }
td.TdClassName
{
border-color: #FCE98C;
}
.TagClassName
{
border-color: #FCE98C;
}
</style>