Color Hex Logo

#faa796 Color Hex

#FAA796
(250,167,150)
0 Favorites   0 Comments

Color spaces of #faa796

RGB 250167150
HSL0.030.910.78
HSV10°40°98°
CMYK 0.000.330.40   0.02
XYZ58.748150.163435.4403
Yxy50.16340.40700.3475
Hunter Lab70.826124.114619.9105
CIE-Lab76.169428.631821.3369

#faa796 color RGB value is (250,167,150).

#faa796 hex color red value is 250, green value is 167 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #faa796 hue: 0.03 , saturation: 0.91 and the lightness value of faa796 is 0.78.

The process color (four color CMYK) of #faa796 color hex is 0.00, 0.33, 0.40, 0.02. Web safe color of #faa796 is #ff9999. Color #faa796 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100111 10010110
Octal 372 247 226
Decimal 250 167 150
Hex FA A7 96

RGB Percentages of Color #faa796

%44.09
%29.45
%26.46

CMYK Percentages of Color #faa796

%0
%33
%40
%2

Triadic Colors of #faa796

#faa796 #96faa7 #a796fa

Analogous Colors of #faa796

#faa796 #fad996 #fa96b7

Monochromatic Colors of #faa796

#faa796

Complementary Color

#faa796 #96e9fa

#faa796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa796 Color CSS Codes

.mybgcolor {background-color:#faa796; } 
.myforecolor {color:#faa796; }
.mybordercolor {border:3px solid #faa796; }

#faa796 Text Font Color

<p style="color:#faa796">Text here</p>

This sample text font color is #faa796
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#faa796 Background Color

<div style="background-color:#faa796">
Div content here</div>

This div background color is #faa796


#faa796 Border Color

<div style="border:3px solid #faa796">
Div here</div>

This div border color is #faa796


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,167,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #faa796; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #faa796;
  -webkit-box-shadow: 1px 1px 3px 2px #faa796;
  box-shadow:         1px 1px 3px 2px #faa796; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,167,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #faa796">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #faa796;
  -webkit-box-shadow: 1px 1px 3px 2px #faa796;
  box-shadow:         1px 1px 3px 2px #faa796;">
Div content here</div>

This div box has shadow with color #faa796


Comments

No comments written yet.

Please login to write comment.