Shades of Picasso #FCEF8D
Tints of Picasso #FCEF8D
RGB
CMYK
RGB Variations
Color information
#FCEF8D (or 0xFCEF8D) is known color: Picasso. HEX triplet: FC, EF and 8D. RGB value is (252,239,141). Sum of RGB (Red+Green+Blue) = 252+239+141=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 141 (55.47% from 255 or 22.31% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEF8D is #031072. Grayscale: #E8E8E8. Windows color (decimal): -200819 or 9302012. OLE color: 9302012.
HSL color Cylindrical-coordinate representation of color #FCEF8D: hue angle of 52.97º 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 #FCEF8D is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 141 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.01 |
| HSL | 52.97º | 0.95% | 0.77% | - |
| HSV(B) | 52.97º | 0.44% | 0.99% | - |
| XYZ | 75.82 | 84.35 | 37.48 | - |
| YUV | 231.72 | 76.81 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 141 | 0 | 0.05 | 0.44 | 0.01 | 52.97 | 0.95 | 0.77 |
| Hex | FC | EF | 8D | 0 | 5 | 2C | 1 | 35 | 5F | 4D |
| Octal | 374 | 357 | 215 | 0 | 5 | 54 | 1 | 65 | 137 | 115 |
| Binary | 11111100 | 11101111 | 10001101 | 0 | 101 | 101100 | 1 | 110101 | 1011111 | 1001101 |
Color Harmonies of #FCEF8D
Complementary color
Monochromatic Colors of #FCEF8D
Black with #FCEF8D
Text Example
Text Example
White with #FCEF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEF8D; }
p { color: rgb(252,239,141); }
H1.HeaderClassName
{
color: #FCEF8D;
}
.AnyTagClassName
{
color: #FCEF8D;
}
</style>
background-color css
<style>
a { background-color: #FCEF8D; }
a { background-color: rgb(252,239,141); }
div.DivClassName
{
background-color: #FCEF8D;
}
.BgClassName
{
background-color: #FCEF8D;
}
</style>
border-color css
<style>
span { border-color: #FCEF8D; }
span { border-color: rgb(252,239,141); }
td.TdClassName
{
border-color: #FCEF8D;
}
.TagClassName
{
border-color: #FCEF8D;
}
</style>