#FEEB8A

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

Shades of Picasso #FEEB8A

Tints of Picasso #FEEB8A

Color information

#FEEB8A (or 0xFEEB8A) is unknown color: approx Picasso. HEX triplet: FE, EB and 8A. RGB value is (254,235,138). Sum of RGB (Red+Green+Blue) = 254+235+138=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 138 (54.30% from 255 or 22.01% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEB8A is #011475. Grayscale: #E6E6E6. Windows color (decimal): -70774 or 9104382. OLE color: 9104382.

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

Color convert

RGB254235138-
CMYK00.070.460.00
HSL50.17º98.31%76.86%-
HSV(B)50.17º45.67%99.61%-
XYZ75.1782.3235.97-
YUV229.6276.29145.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 235 (92.19% from 255) = 37.48%
BLUE value IS 138 (54.30% from 255) = 22.01%
R=40.51%
G=37.48%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423513800.070.460.0050.1798.3176.86
HexFEEB8A072E032624d
Octal3763532120756062142115
Binary1111111011101011100010100111101110011001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEB8A; }

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

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

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

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

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

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

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

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