Shades of Picasso #FCEB8D
Tints of Picasso #FCEB8D
RGB
CMYK
RGB Variations
Color information
#FCEB8D (or 0xFCEB8D) is known color: Picasso. HEX triplet: FC, EB and 8D. RGB value is (252,235,141). Sum of RGB (Red+Green+Blue) = 252+235+141=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 141 (55.47% from 255 or 22.45% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEB8D is #031472. Grayscale: #E5E5E5. Windows color (decimal): -201843 or 9300988. OLE color: 9300988.
HSL color Cylindrical-coordinate representation of color #FCEB8D: hue angle of 50.81º 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 #FCEB8D is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 141 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.01 |
| HSL | 50.81º | 0.95% | 0.77% | - |
| HSV(B) | 50.81º | 0.44% | 0.99% | - |
| XYZ | 74.66 | 82.04 | 37.1 | - |
| YUV | 229.37 | 78.13 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 141 | 0 | 0.07 | 0.44 | 0.01 | 50.81 | 0.95 | 0.77 |
| Hex | FC | EB | 8D | 0 | 7 | 2C | 1 | 33 | 5F | 4D |
| Octal | 374 | 353 | 215 | 0 | 7 | 54 | 1 | 63 | 137 | 115 |
| Binary | 11111100 | 11101011 | 10001101 | 0 | 111 | 101100 | 1 | 110011 | 1011111 | 1001101 |
Color Harmonies of #FCEB8D
Complementary color
Monochromatic Colors of #FCEB8D
Black with #FCEB8D
Text Example
Text Example
White with #FCEB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEB8D; }
p { color: rgb(252,235,141); }
H1.HeaderClassName
{
color: #FCEB8D;
}
.AnyTagClassName
{
color: #FCEB8D;
}
</style>
background-color css
<style>
a { background-color: #FCEB8D; }
a { background-color: rgb(252,235,141); }
div.DivClassName
{
background-color: #FCEB8D;
}
.BgClassName
{
background-color: #FCEB8D;
}
</style>
border-color css
<style>
span { border-color: #FCEB8D; }
span { border-color: rgb(252,235,141); }
td.TdClassName
{
border-color: #FCEB8D;
}
.TagClassName
{
border-color: #FCEB8D;
}
</style>