#FCEB8E

Color #FCEB8E Picasso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picasso #FCEB8E

Tints of Picasso #FCEB8E

Color information

#FCEB8E (or 0xFCEB8E) is unknown color: approx 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

RGB252235142-
CMYK00.070.440.01
HSL50.73º94.83%77.25%-
HSV(B)50.73º43.65%98.82%-
XYZ74.7482.0737.49-
YUV229.4878.63144.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 40.06%
GREEN value IS 235 (92.19% from 255) = 37.36%
BLUE value IS 142 (55.86% from 255) = 22.58%
R=40.06%
G=37.36%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223514200.070.440.0150.7394.8377.25
HexFCEB8E072C1335f4d
Octal3743532160754163137115
Binary1111110011101011100011100111101100111001110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>