#FEEA90

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

Shades of Picasso #FEEA90

Tints of Picasso #FEEA90

Color information

#FEEA90 (or 0xFEEA90) is unknown color: approx Picasso. HEX triplet: FE, EA and 90. RGB value is (254,234,144). Sum of RGB (Red+Green+Blue) = 254+234+144=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 144 (56.64% from 255 or 22.78% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEA90 is #01156F. Grayscale: #E6E6E6. Windows color (decimal): -71024 or 9497342. OLE color: 9497342.

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

Color convert

RGB254234144-
CMYK00.080.430.00
HSL49.09º98.21%78.04%-
HSV(B)49.09º43.31%99.61%-
XYZ75.3381.9338.23-
YUV229.7279.63145.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.19%
GREEN value IS 234 (91.80% from 255) = 37.03%
BLUE value IS 144 (56.64% from 255) = 22.78%
R=40.19%
G=37.03%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423414400.080.430.0049.0998.2178.04
HexFEEA90082B031624e
Octal37635222001053061142116
Binary11111110111010101001000001000101011011000111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEA90; }

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

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

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

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

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

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

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

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