Color Hex Logo

#faa38a Color Hex

#FAA38A
(250,163,138)
1 Favorites   0 Comments

Color spaces of #faa38a

RGB 250163138
HSL0.040.920.76
HSV13°45°98°
CMYK 0.000.350.45   0.02
XYZ57.109048.353430.3679
Yxy48.35340.42040.3560
Hunter Lab69.536624.909322.7826
CIE-Lab75.047329.470226.3064

#faa38a color RGB value is (250,163,138).

#faa38a hex color red value is 250, green value is 163 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #faa38a hue: 0.04 , saturation: 0.92 and the lightness value of faa38a is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100011 10001010
Octal 372 243 212
Decimal 250 163 138
Hex FA A3 8A

RGB Percentages of Color #faa38a

%45.37
%29.58
%25.05

CMYK Percentages of Color #faa38a

%0
%35
%45
%2

Triadic Colors of #faa38a

#faa38a #8afaa3 #a38afa

Analogous Colors of #faa38a

#faa38a #fadb8a #fa8aa9

Monochromatic Colors of #faa38a

#faa38a

Complementary Color

#faa38a #8ae1fa

#faa38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa38a Color CSS Codes

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

#faa38a Text Font Color

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

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


#faa38a Background Color

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

This div background color is #faa38a


#faa38a Border Color

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

This div border color is #faa38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa38a


Comments

No comments written yet.

Please login to write comment.