#FAEA93

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

Shades of Picasso #FAEA93

Tints of Picasso #FAEA93

Color information

#FAEA93 (or 0xFAEA93) is unknown color: approx Picasso. HEX triplet: FA, EA and 93. RGB value is (250,234,147). Sum of RGB (Red+Green+Blue) = 250+234+147=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 147 (57.81% from 255 or 23.30% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEA93 is #05156C. Grayscale: #E5E5E5. Windows color (decimal): -333165 or 9693946. OLE color: 9693946.

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

Color convert

RGB250234147-
CMYK00.060.410.02
HSL50.68º91.15%77.84%-
HSV(B)50.68º41.2%98.04%-
XYZ74.1181.2839.39-
YUV228.8781.8143.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.62%
GREEN value IS 234 (91.80% from 255) = 37.08%
BLUE value IS 147 (57.81% from 255) = 23.30%
R=39.62%
G=37.08%
B=23.30%

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
Decimal25023414700.060.410.0250.6891.1577.84
HexFAEA9306292335b4e
Octal3723522230651263133116
Binary11111010111010101001001101101010011011001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEA93; }

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

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

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

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

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

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

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

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