Shades of Picasso #FCE98E
Tints of Picasso #FCE98E
RGB
CMYK
RGB Variations
Color information
#FCE98E (or 0xFCE98E) is known color: Picasso. HEX triplet: FC, E9 and 8E. RGB value is (252,233,142). Sum of RGB (Red+Green+Blue) = 252+233+142=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 142 (55.86% from 255 or 22.65% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE98E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE98E is #031671. Grayscale: #E4E4E4. Windows color (decimal): -202354 or 9366012. OLE color: 9366012.
HSL color Cylindrical-coordinate representation of color #FCE98E: hue angle of 49.64º 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 #FCE98E is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 142 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.01 |
| HSL | 49.64º | 0.95% | 0.77% | - |
| HSV(B) | 49.64º | 0.44% | 0.99% | - |
| XYZ | 74.17 | 80.93 | 37.3 | - |
| YUV | 228.31 | 79.29 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 142 | 0 | 0.08 | 0.44 | 0.01 | 49.64 | 0.95 | 0.77 |
| Hex | FC | E9 | 8E | 0 | 8 | 2C | 1 | 32 | 5F | 4D |
| Octal | 374 | 351 | 216 | 0 | 10 | 54 | 1 | 62 | 137 | 115 |
| Binary | 11111100 | 11101001 | 10001110 | 0 | 1000 | 101100 | 1 | 110010 | 1011111 | 1001101 |
Color Harmonies of #FCE98E
Complementary color
Monochromatic Colors of #FCE98E
Black with #FCE98E
Text Example
Text Example
White with #FCE98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE98E; }
p { color: rgb(252,233,142); }
H1.HeaderClassName
{
color: #FCE98E;
}
.AnyTagClassName
{
color: #FCE98E;
}
</style>
background-color css
<style>
a { background-color: #FCE98E; }
a { background-color: rgb(252,233,142); }
div.DivClassName
{
background-color: #FCE98E;
}
.BgClassName
{
background-color: #FCE98E;
}
</style>
border-color css
<style>
span { border-color: #FCE98E; }
span { border-color: rgb(252,233,142); }
td.TdClassName
{
border-color: #FCE98E;
}
.TagClassName
{
border-color: #FCE98E;
}
</style>