#FCEC96

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

Shades of Picasso #FCEC96

Tints of Picasso #FCEC96

Color information

#FCEC96 (or 0xFCEC96) is unknown color: approx Picasso. HEX triplet: FC, EC and 96. RGB value is (252,236,150). Sum of RGB (Red+Green+Blue) = 252+236+150=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 150 (58.98% from 255 or 23.51% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEC96 is #031369. Grayscale: #E7E7E7. Windows color (decimal): -201578 or 9891068. OLE color: 9891068.

HSL color Cylindrical-coordinate representation of color #FCEC96: hue angle of 50.59º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCEC96 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB252236150-
CMYK00.060.400.01
HSL50.59º94.44%78.82%-
HSV(B)50.59º40.48%98.82%-
XYZ75.6582.8940.87-
YUV230.9882.3142.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.50%
GREEN value IS 236 (92.58% from 255) = 36.99%
BLUE value IS 150 (58.98% from 255) = 23.51%
R=39.50%
G=36.99%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223615000.060.400.0150.5994.4478.82
HexFCEC9606281335e4f
Octal3743542260650163136117
Binary1111110011101100100101100110101000111001110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEC96; }

 p { color: rgb(252,236,150); }

 H1.HeaderClassName
 {
   color: #FCEC96;
 }
 .AnyTagClassName
 {
   color: #FCEC96;
 }
</style>
background-color css

<style>
 a { background-color: #FCEC96; }

 a { background-color: rgb(252,236,150); }

 div.DivClassName
 {
   background-color: #FCEC96;
 }
 .BgClassName
 {
   background-color: #FCEC96;
 }
</style>
border-color css

<style>
 span { border-color: #FCEC96; }

 span { border-color: rgb(252,236,150); }

 td.TdClassName
 {
   border-color: #FCEC96;
 }
 .TagClassName
 {
   border-color: #FCEC96;
 }
</style>