#FCEB8C

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

Shades of Picasso #FCEB8C

Tints of Picasso #FCEB8C

Color information

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

RGB252235140-
CMYK00.070.440.01
HSL50.89º94.92%76.86%-
HSV(B)50.89º44.44%98.82%-
XYZ74.5982.0136.71-
YUV229.2577.63144.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.19%
GREEN value IS 235 (92.19% from 255) = 37.48%
BLUE value IS 140 (55.08% from 255) = 22.33%
R=40.19%
G=37.48%
B=22.33%

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
Decimal25223514000.070.440.0150.8994.9276.86
HexFCEB8C072C1335f4d
Octal3743532140754163137115
Binary1111110011101011100011000111101100111001110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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