Shades of Picasso #FCEB8C
Tints of Picasso #FCEB8C
RGB
CMYK
RGB Variations
Color information
#FCEB8C (or 0xFCEB8C) is known color: Picasso. HEX triplet: FC, EB and 8C. RGB value is (252,235,140). Sum of RGB (Red+Green+Blue) = 252+235+140=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 140 (55.08% from 255 or 22.33% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEB8C is #031473. Grayscale: #E5E5E5. Windows color (decimal): -201844 or 9235452. OLE color: 9235452.
HSL color Cylindrical-coordinate representation of color #FCEB8C: hue angle of 50.89º 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 #FCEB8C is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 140 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.01 |
| HSL | 50.89º | 0.95% | 0.77% | - |
| HSV(B) | 50.89º | 0.44% | 0.99% | - |
| XYZ | 74.59 | 82.01 | 36.71 | - |
| YUV | 229.25 | 77.63 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 140 | 0 | 0.07 | 0.44 | 0.01 | 50.89 | 0.95 | 0.77 |
| Hex | FC | EB | 8C | 0 | 7 | 2C | 1 | 33 | 5F | 4D |
| Octal | 374 | 353 | 214 | 0 | 7 | 54 | 1 | 63 | 137 | 115 |
| Binary | 11111100 | 11101011 | 10001100 | 0 | 111 | 101100 | 1 | 110011 | 1011111 | 1001101 |
Color Harmonies of #FCEB8C
Complementary color
Monochromatic Colors of #FCEB8C
Black with #FCEB8C
Text Example
Text Example
White with #FCEB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEB8C; }
p { color: rgb(252,235,140); }
H1.HeaderClassName
{
color: #FCEB8C;
}
.AnyTagClassName
{
color: #FCEB8C;
}
</style>
background-color css
<style>
a { background-color: #FCEB8C; }
a { background-color: rgb(252,235,140); }
div.DivClassName
{
background-color: #FCEB8C;
}
.BgClassName
{
background-color: #FCEB8C;
}
</style>
border-color css
<style>
span { border-color: #FCEB8C; }
span { border-color: rgb(252,235,140); }
td.TdClassName
{
border-color: #FCEB8C;
}
.TagClassName
{
border-color: #FCEB8C;
}
</style>