Shades of Picasso #FCEA8C
Tints of Picasso #FCEA8C
RGB
CMYK
RGB Variations
Color information
#FCEA8C (or 0xFCEA8C) is known color: Picasso. HEX triplet: FC, EA and 8C. RGB value is (252,234,140). Sum of RGB (Red+Green+Blue) = 252+234+140=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 140 (55.08% from 255 or 22.36% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEA8C is #031573. Grayscale: #E5E5E5. Windows color (decimal): -202100 or 9235196. OLE color: 9235196.
HSL color Cylindrical-coordinate representation of color #FCEA8C: hue angle of 50.36º 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 #FCEA8C is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 140 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.01 |
| HSL | 50.36º | 0.95% | 0.77% | - |
| HSV(B) | 50.36º | 0.44% | 0.99% | - |
| XYZ | 74.3 | 81.43 | 36.61 | - |
| YUV | 228.67 | 77.96 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 140 | 0 | 0.07 | 0.44 | 0.01 | 50.36 | 0.95 | 0.77 |
| Hex | FC | EA | 8C | 0 | 7 | 2C | 1 | 32 | 5F | 4D |
| Octal | 374 | 352 | 214 | 0 | 7 | 54 | 1 | 62 | 137 | 115 |
| Binary | 11111100 | 11101010 | 10001100 | 0 | 111 | 101100 | 1 | 110010 | 1011111 | 1001101 |
Color Harmonies of #FCEA8C
Complementary color
Monochromatic Colors of #FCEA8C
Black with #FCEA8C
Text Example
Text Example
White with #FCEA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA8C; }
p { color: rgb(252,234,140); }
H1.HeaderClassName
{
color: #FCEA8C;
}
.AnyTagClassName
{
color: #FCEA8C;
}
</style>
background-color css
<style>
a { background-color: #FCEA8C; }
a { background-color: rgb(252,234,140); }
div.DivClassName
{
background-color: #FCEA8C;
}
.BgClassName
{
background-color: #FCEA8C;
}
</style>
border-color css
<style>
span { border-color: #FCEA8C; }
span { border-color: rgb(252,234,140); }
td.TdClassName
{
border-color: #FCEA8C;
}
.TagClassName
{
border-color: #FCEA8C;
}
</style>