Shades of Picasso #FCEC91
Tints of Picasso #FCEC91
RGB
CMYK
RGB Variations
Color information
#FCEC91 (or 0xFCEC91) is known color: Picasso. HEX triplet: FC, EC and 91. RGB value is (252,236,145). Sum of RGB (Red+Green+Blue) = 252+236+145=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 145 (57.03% from 255 or 22.91% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC91 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEC91 is #03136E. Grayscale: #E6E6E6. Windows color (decimal): -201583 or 9563388. OLE color: 9563388.
HSL color Cylindrical-coordinate representation of color #FCEC91: hue angle of 51.03º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCEC91 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 145 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.01 |
| HSL | 51.03º | 0.95% | 0.78% | - |
| HSV(B) | 51.03º | 0.42% | 0.99% | - |
| XYZ | 75.25 | 82.73 | 38.79 | - |
| YUV | 230.41 | 79.8 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 145 | 0 | 0.06 | 0.42 | 0.01 | 51.03 | 0.95 | 0.78 |
| Hex | FC | EC | 91 | 0 | 6 | 2A | 1 | 33 | 5F | 4E |
| Octal | 374 | 354 | 221 | 0 | 6 | 52 | 1 | 63 | 137 | 116 |
| Binary | 11111100 | 11101100 | 10010001 | 0 | 110 | 101010 | 1 | 110011 | 1011111 | 1001110 |
Color Harmonies of #FCEC91
Complementary color
Monochromatic Colors of #FCEC91
Black with #FCEC91
Text Example
Text Example
White with #FCEC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC91; }
p { color: rgb(252,236,145); }
H1.HeaderClassName
{
color: #FCEC91;
}
.AnyTagClassName
{
color: #FCEC91;
}
</style>
background-color css
<style>
a { background-color: #FCEC91; }
a { background-color: rgb(252,236,145); }
div.DivClassName
{
background-color: #FCEC91;
}
.BgClassName
{
background-color: #FCEC91;
}
</style>
border-color css
<style>
span { border-color: #FCEC91; }
span { border-color: rgb(252,236,145); }
td.TdClassName
{
border-color: #FCEC91;
}
.TagClassName
{
border-color: #FCEC91;
}
</style>