#FAEB8C

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

Shades of Picasso #FAEB8C

Tints of Picasso #FAEB8C

Color information

#FAEB8C (or 0xFAEB8C) is unknown color: approx Picasso. HEX triplet: FA, EB and 8C. RGB value is (250,235,140). Sum of RGB (Red+Green+Blue) = 250+235+140=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 140 (55.08% from 255 or 22.4% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEB8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEB8C is #051473. Grayscale: #E5E5E5. Windows color (decimal): -332916 or 9235450. OLE color: 9235450.

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

Color convert

RGB250235140-
CMYK00.060.440.02
HSL51.82º91.67%76.47%-
HSV(B)51.82º44%98.04%-
XYZ73.8781.6336.67-
YUV228.6677.97143.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40%
GREEN value IS 235 (92.19% from 255) = 37.6%
BLUE value IS 140 (55.08% from 255) = 22.4%
R=40%
G=37.6%
B=22.4%

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
Decimal25023514000.060.440.0251.8291.6776.47
HexFAEB8C062C2345c4c
Octal3723532140654264134114
Binary11111010111010111000110001101011001011010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEB8C; }

 p { color: rgb(250,235,140); }

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

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

 a { background-color: rgb(250,235,140); }

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

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

 span { border-color: rgb(250,235,140); }

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