#FEEB8C

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

Shades of Picasso #FEEB8C

Tints of Picasso #FEEB8C

Color information

#FEEB8C (or 0xFEEB8C) is unknown color: approx Picasso. HEX triplet: FE, EB and 8C. RGB value is (254,235,140). Sum of RGB (Red+Green+Blue) = 254+235+140=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 140 (55.08% from 255 or 22.26% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEB8C is #011473. Grayscale: #E6E6E6. Windows color (decimal): -70772 or 9235454. OLE color: 9235454.

HSL color Cylindrical-coordinate representation of color #FEEB8C: hue angle of 50º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEEB8C is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB254235140-
CMYK00.070.450.00
HSL50º98.28%77.25%-
HSV(B)50º44.88%99.61%-
XYZ75.3282.3836.74-
YUV229.8577.29145.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.38%
GREEN value IS 235 (92.19% from 255) = 37.36%
BLUE value IS 140 (55.08% from 255) = 22.26%
R=40.38%
G=37.36%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423514000.070.450.005098.2877.25
HexFEEB8C072D032624d
Octal3763532140755062142115
Binary1111111011101011100011000111101101011001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEB8C; }

 p { color: rgb(254,235,140); }

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

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

 a { background-color: rgb(254,235,140); }

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

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

 span { border-color: rgb(254,235,140); }

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