Color Hex Logo

#faa296 Color Hex

#FAA296
(250,162,150)
0 Favorites   0 Comments

Color spaces of #faa296

RGB 250162150
HSL0.020.910.78
HSV40°98°
CMYK 0.000.350.40   0.02
XYZ57.849748.366735.1408
Yxy48.36670.40920.3422
Hunter Lab69.546226.773618.7238
CIE-Lab75.055631.250519.8052

#faa296 color RGB value is (250,162,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100010 10010110
Octal 372 242 226
Decimal 250 162 150
Hex FA A2 96

RGB Percentages of Color #faa296

%44.48
%28.83
%26.69

CMYK Percentages of Color #faa296

%0
%35
%40
%2

Triadic Colors of #faa296

#faa296 #96faa2 #a296fa

Analogous Colors of #faa296

#faa296 #fad496 #fa96bc

Monochromatic Colors of #faa296

#faa296

Complementary Color

#faa296 #96eefa

#faa296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa296 Color CSS Codes

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

#faa296 Text Font Color

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

This sample text font color is #faa296
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.


#faa296 Background Color

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

This div background color is #faa296


#faa296 Border Color

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

This div border color is #faa296


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,162,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 #faa296">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa296


Comments

No comments written yet.

Please login to write comment.