#FAE993

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

Shades of Picasso #FAE993

Tints of Picasso #FAE993

Color information

#FAE993 (or 0xFAE993) is unknown color: approx Picasso. HEX triplet: FA, E9 and 93. RGB value is (250,233,147). Sum of RGB (Red+Green+Blue) = 250+233+147=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 147 (57.81% from 255 or 23.33% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE993 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE993 is #05166C. Grayscale: #E4E4E4. Windows color (decimal): -333421 or 9693690. OLE color: 9693690.

HSL color Cylindrical-coordinate representation of color #FAE993: hue angle of 50.1º 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 #FAE993 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB250233147-
CMYK00.070.410.02
HSL50.1º91.15%77.84%-
HSV(B)50.1º41.2%98.04%-
XYZ73.8380.7139.29-
YUV228.2882.13143.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.68%
GREEN value IS 233 (91.41% from 255) = 36.98%
BLUE value IS 147 (57.81% from 255) = 23.33%
R=39.68%
G=36.98%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023314700.070.410.0250.191.1577.84
HexFAE99307292325b4e
Octal3723512230751262133116
Binary11111010111010011001001101111010011011001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE993; }

 p { color: rgb(250,233,147); }

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

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

 a { background-color: rgb(250,233,147); }

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

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

 span { border-color: rgb(250,233,147); }

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