#FAEA97

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

Shades of Picasso #FAEA97

Tints of Picasso #FAEA97

Color information

#FAEA97 (or 0xFAEA97) is unknown color: approx Picasso. HEX triplet: FA, EA and 97. RGB value is (250,234,151). Sum of RGB (Red+Green+Blue) = 250+234+151=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 151 (59.38% from 255 or 23.78% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEA97 is #051568. Grayscale: #E5E5E5. Windows color (decimal): -333161 or 9956090. OLE color: 9956090.

HSL color Cylindrical-coordinate representation of color #FAEA97: hue angle of 50.3º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAEA97 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250234151-
CMYK00.060.400.02
HSL50.3º90.83%78.63%-
HSV(B)50.3º39.6%98.04%-
XYZ74.4381.441.07-
YUV229.3283.8142.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.37%
GREEN value IS 234 (91.80% from 255) = 36.85%
BLUE value IS 151 (59.38% from 255) = 23.78%
R=39.37%
G=36.85%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023415100.060.400.0250.390.8378.63
HexFAEA9706282325b4f
Octal3723522270650262133117
Binary11111010111010101001011101101010001011001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEA97; }

 p { color: rgb(250,234,151); }

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

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

 a { background-color: rgb(250,234,151); }

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

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

 span { border-color: rgb(250,234,151); }

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