#FAEC94

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

Shades of Picasso #FAEC94

Tints of Picasso #FAEC94

Color information

#FAEC94 (or 0xFAEC94) is unknown color: approx Picasso. HEX triplet: FA, EC and 94. RGB value is (250,236,148). Sum of RGB (Red+Green+Blue) = 250+236+148=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 148 (58.20% from 255 or 23.34% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEC94 is #05136B. Grayscale: #E6E6E6. Windows color (decimal): -332652 or 9759994. OLE color: 9759994.

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

Color convert

RGB250236148-
CMYK00.060.410.02
HSL51.76º91.07%78.04%-
HSV(B)51.76º40.8%98.04%-
XYZ74.7782.4539.99-
YUV230.1581.64142.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.43%
GREEN value IS 236 (92.58% from 255) = 37.22%
BLUE value IS 148 (58.20% from 255) = 23.34%
R=39.43%
G=37.22%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023614800.060.410.0251.7691.0778.04
HexFAEC9406292345b4e
Octal3723542240651264133116
Binary11111010111011001001010001101010011011010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEC94; }

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

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

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

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

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

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

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

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