#FAEC8D

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

Shades of Picasso #FAEC8D

Tints of Picasso #FAEC8D

Color information

#FAEC8D (or 0xFAEC8D) is unknown color: approx Picasso. HEX triplet: FA, EC and 8D. RGB value is (250,236,141). Sum of RGB (Red+Green+Blue) = 250+236+141=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 141 (55.47% from 255 or 22.49% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEC8D is #051372. Grayscale: #E5E5E5. Windows color (decimal): -332659 or 9301242. OLE color: 9301242.

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

Color convert

RGB250236141-
CMYK00.060.440.02
HSL52.29º91.6%76.67%-
HSV(B)52.29º43.6%98.04%-
XYZ74.2382.2437.16-
YUV229.3678.14142.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.87%
GREEN value IS 236 (92.58% from 255) = 37.64%
BLUE value IS 141 (55.47% from 255) = 22.49%
R=39.87%
G=37.64%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023614100.060.440.0252.2991.676.67
HexFAEC8D062C2345c4d
Octal3723542150654264134115
Binary11111010111011001000110101101011001011010010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEC8D; }

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

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

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

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

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

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

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

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