Color Hex Logo

#faa68a Color Hex

#FAA68A
(250,166,138)
1 Favorites   0 Comments

Color spaces of #faa68a

RGB 250166138
HSL0.040.920.76
HSV15°45°98°
CMYK 0.000.340.45   0.02
XYZ57.648049.431430.5476
Yxy49.43140.41890.3592
Hunter Lab70.307523.321523.4546
CIE-Lab75.718927.898427.2071

#faa68a color RGB value is (250,166,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100110 10001010
Octal 372 246 212
Decimal 250 166 138
Hex FA A6 8A

RGB Percentages of Color #faa68a

%45.13
%29.96
%24.91

CMYK Percentages of Color #faa68a

%0
%34
%45
%2

Triadic Colors of #faa68a

#faa68a #8afaa6 #a68afa

Analogous Colors of #faa68a

#faa68a #fade8a #fa8aa6

Monochromatic Colors of #faa68a

#faa68a

Complementary Color

#faa68a #8adefa

#faa68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa68a Color CSS Codes

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

#faa68a Text Font Color

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

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


#faa68a Background Color

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

This div background color is #faa68a


#faa68a Border Color

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

This div border color is #faa68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa68a


Comments

No comments written yet.

Please login to write comment.