#FEEA8C

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

Shades of Picasso #FEEA8C

Tints of Picasso #FEEA8C

Color information

#FEEA8C (or 0xFEEA8C) is unknown color: approx Picasso. HEX triplet: FE, EA and 8C. RGB value is (254,234,140). Sum of RGB (Red+Green+Blue) = 254+234+140=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 140 (55.08% from 255 or 22.29% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEA8C is #011573. Grayscale: #E5E5E5. Windows color (decimal): -71028 or 9235198. OLE color: 9235198.

HSL color Cylindrical-coordinate representation of color #FEEA8C: hue angle of 49.47º 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 #FEEA8C is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB254234140-
CMYK00.080.450.00
HSL49.47º98.28%77.25%-
HSV(B)49.47º44.88%99.61%-
XYZ75.0381.8136.65-
YUV229.2677.63145.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.45%
GREEN value IS 234 (91.80% from 255) = 37.26%
BLUE value IS 140 (55.08% from 255) = 22.29%
R=40.45%
G=37.26%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423414000.080.450.0049.4798.2877.25
HexFEEA8C082D031624d
Octal37635221401055061142115
Binary11111110111010101000110001000101101011000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEA8C; }

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

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

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

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

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

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

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

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