#FAEC91

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

Shades of Picasso #FAEC91

Tints of Picasso #FAEC91

Color information

#FAEC91 (or 0xFAEC91) is unknown color: approx Picasso. HEX triplet: FA, EC and 91. RGB value is (250,236,145). Sum of RGB (Red+Green+Blue) = 250+236+145=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 145 (57.03% from 255 or 22.98% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC91 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEC91 is #05136E. Grayscale: #E6E6E6. Windows color (decimal): -332655 or 9563386. OLE color: 9563386.

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

Color convert

RGB250236145-
CMYK00.060.420.02
HSL52º91.3%77.45%-
HSV(B)52º42%98.04%-
XYZ74.5382.3638.76-
YUV229.8180.14142.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.62%
GREEN value IS 236 (92.58% from 255) = 37.40%
BLUE value IS 145 (57.03% from 255) = 22.98%
R=39.62%
G=37.40%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023614500.060.420.025291.377.45
HexFAEC91062A2345b4d
Octal3723542210652264133115
Binary11111010111011001001000101101010101011010010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEC91; }

 p { color: rgb(250,236,145); }

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

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

 a { background-color: rgb(250,236,145); }

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

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

 span { border-color: rgb(250,236,145); }

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