Shades of Picasso #FCEC8F
Tints of Picasso #FCEC8F
RGB
CMYK
RGB Variations
Color information
#FCEC8F (or 0xFCEC8F) is known color: Picasso. HEX triplet: FC, EC and 8F. RGB value is (252,236,143). Sum of RGB (Red+Green+Blue) = 252+236+143=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 143 (56.25% from 255 or 22.66% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEC8F is #031370. Grayscale: #E6E6E6. Windows color (decimal): -201585 or 9432316. OLE color: 9432316.
HSL color Cylindrical-coordinate representation of color #FCEC8F: hue angle of 51.19º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCEC8F is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 143 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.01 |
| HSL | 51.19º | 0.95% | 0.77% | - |
| HSV(B) | 51.19º | 0.43% | 0.99% | - |
| XYZ | 75.1 | 82.67 | 37.99 | - |
| YUV | 230.18 | 78.8 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 143 | 0 | 0.06 | 0.43 | 0.01 | 51.19 | 0.95 | 0.77 |
| Hex | FC | EC | 8F | 0 | 6 | 2B | 1 | 33 | 5F | 4D |
| Octal | 374 | 354 | 217 | 0 | 6 | 53 | 1 | 63 | 137 | 115 |
| Binary | 11111100 | 11101100 | 10001111 | 0 | 110 | 101011 | 1 | 110011 | 1011111 | 1001101 |
Color Harmonies of #FCEC8F
Complementary color
Monochromatic Colors of #FCEC8F
Black with #FCEC8F
Text Example
Text Example
White with #FCEC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC8F; }
p { color: rgb(252,236,143); }
H1.HeaderClassName
{
color: #FCEC8F;
}
.AnyTagClassName
{
color: #FCEC8F;
}
</style>
background-color css
<style>
a { background-color: #FCEC8F; }
a { background-color: rgb(252,236,143); }
div.DivClassName
{
background-color: #FCEC8F;
}
.BgClassName
{
background-color: #FCEC8F;
}
</style>
border-color css
<style>
span { border-color: #FCEC8F; }
span { border-color: rgb(252,236,143); }
td.TdClassName
{
border-color: #FCEC8F;
}
.TagClassName
{
border-color: #FCEC8F;
}
</style>