Shades of Picasso #FCEB8E
Tints of Picasso #FCEB8E
RGB
CMYK
RGB Variations
Color information
#FCEB8E (or 0xFCEB8E) is known color: Picasso. HEX triplet: FC, EB and 8E. RGB value is (252,235,142). Sum of RGB (Red+Green+Blue) = 252+235+142=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 142 (55.86% from 255 or 22.58% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEB8E is #031471. Grayscale: #E5E5E5. Windows color (decimal): -201842 or 9366524. OLE color: 9366524.
HSL color Cylindrical-coordinate representation of color #FCEB8E: hue angle of 50.73º 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 #FCEB8E is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 142 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.01 |
| HSL | 50.73º | 0.95% | 0.77% | - |
| HSV(B) | 50.73º | 0.44% | 0.99% | - |
| XYZ | 74.74 | 82.07 | 37.49 | - |
| YUV | 229.48 | 78.63 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 142 | 0 | 0.07 | 0.44 | 0.01 | 50.73 | 0.95 | 0.77 |
| Hex | FC | EB | 8E | 0 | 7 | 2C | 1 | 33 | 5F | 4D |
| Octal | 374 | 353 | 216 | 0 | 7 | 54 | 1 | 63 | 137 | 115 |
| Binary | 11111100 | 11101011 | 10001110 | 0 | 111 | 101100 | 1 | 110011 | 1011111 | 1001101 |
Color Harmonies of #FCEB8E
Complementary color
Monochromatic Colors of #FCEB8E
Black with #FCEB8E
Text Example
Text Example
White with #FCEB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEB8E; }
p { color: rgb(252,235,142); }
H1.HeaderClassName
{
color: #FCEB8E;
}
.AnyTagClassName
{
color: #FCEB8E;
}
</style>
background-color css
<style>
a { background-color: #FCEB8E; }
a { background-color: rgb(252,235,142); }
div.DivClassName
{
background-color: #FCEB8E;
}
.BgClassName
{
background-color: #FCEB8E;
}
</style>
border-color css
<style>
span { border-color: #FCEB8E; }
span { border-color: rgb(252,235,142); }
td.TdClassName
{
border-color: #FCEB8E;
}
.TagClassName
{
border-color: #FCEB8E;
}
</style>