#FAEB96

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

Shades of Picasso #FAEB96

Tints of Picasso #FAEB96

Color information

#FAEB96 (or 0xFAEB96) is unknown color: approx Picasso. HEX triplet: FA, EB and 96. RGB value is (250,235,150). Sum of RGB (Red+Green+Blue) = 250+235+150=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 150 (58.98% from 255 or 23.62% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEB96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEB96 is #051469. Grayscale: #E6E6E6. Windows color (decimal): -332906 or 9890810. OLE color: 9890810.

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

Color convert

RGB250235150-
CMYK00.060.40.02
HSL51º90.91%78.43%-
HSV(B)51º40%98.04%-
XYZ74.6481.9440.74-
YUV229.882.97142.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.37%
GREEN value IS 235 (92.19% from 255) = 37.01%
BLUE value IS 150 (58.98% from 255) = 23.62%
R=39.37%
G=37.01%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023515000.060.40.025190.9178.43
HexFAEB9606282335b4e
Octal3723532260650263133116
Binary11111010111010111001011001101010001011001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEB96; }

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

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

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

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

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

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

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

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