Skip to main content Skip to docs navigation

#faaa8e hex color | Download Light Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Pantone 2022 C and its hex is #FAAA8D Nearest Color Name

Color Hue/Base color: Red

Hex #faaa8e Color code in RGB color code model is created after adding 98.04% red color, 66.67% green color and 55.69% blue color. Hex #faaa8e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 43% yellow and 1.96% black.

Hex #faaa8e color code is between #ff9988 web safe hex color code and #eebb99 web safe hex color code. #ff9988 is the nearest web safe color code. You can see here many more shades of #faaa8e color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code faaa8e #faaa8e
RGB Decimal 250, 170, 142 250, 170, 142
RGB Percent 98%, 67%, 56% rgb(98%, 67%, 56%)
CSS RGBa 250, 170, 142,1 rgba(250,170,142,1)
CMYK Model cmyk(0%,32%,43%,1.96%)
HSL Color Space 16,92% ,77% hsl(16,92% ,77%)
HSV Color Space 16°, 43%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111010 10101010 10001110
Octal 372 252 216
Decimal 250 170 142
Hex fa aa 8e

Different shades of #faaa8e color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #faaa8e
#e5430a
Darker of #faaa8e
#f6612c
Dark of #faaa8e
#f8855d
Base of #faaa8e
#faaa8e
Light of #faaa8e
#fccfbf
Lighter
#fef3f0
Lightest
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#faaa8e
#8edefa

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#faaa8e
#8efae0
#8ea8fa

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#fa8eb1
#fa8e9f
#faaa8e
#face8e
#f9fa8e

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#faaa8e
#aa8efa
#8efaaa

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#faaa8e
#8efaaa
#8edefa
#fa8ede

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#faaa8e
#a8fa8e
#8edefa
#e08efa

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #faaa8e

#b43508
#e5430a
#f6612c
#f8855d
#faaa8e
#fccfbf
#fef3f0
#ffffff
#ffffff

Tints of #faaa8e Color

#faaa8e
#fab39a
#fbbca7
#fbc6b3
#fccfc0
#fcd9cc
#fde2d9
#fdece5
#fef5f2
#ffffff

Shades of #faaa8e color code

Generate more color scales with scales (color stack) generator.

#faaa8e
#de977e
#c2846e
#a6715e
#8a5e4e
#6f4b3f
#53382f
#37251f
#1b120f
#000000

Tones

#faaa8e
#eeb09a
#e2b5a6
#d7bbb1
#cbc1bd

Tones

Similar Color like #faaa8e color

Find visually similar hex color codes nearing to #faaa8e hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#fbab8f
#fcac90
#fdad91
#feae92
#ffaf93
#ffb094
#ffb195
#ffb296
#ffb397
#ffb498
#ffb599
#ffb69a
#ffb79b
#ffb89c
#f9a98d
#f8a88c
#f7a78b
#f6a68a
#f5a589
#f4a488
#f3a387
#f2a286
#f1a185
#f0a084
#ef9f83
#ee9e82
#ed9d81
#ec9c80

Download this Light Red

Hex #faaa8e Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#faaa8e Color Code Preview on Black Background Color

This is how #faaa8e Color will look on black background color. Color contrast ratio is 11.21

#faaa8e in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#faaa8e">Your Example Paragraph content text in with font color #faaa8e </p>

Your Example Paragraph content text in with font color #faaa8e

HTML with inline CSS

<div style="color:#faaa8e">Your Paragraph text in with font color #faaa8e </div>

Your Example Paragraph content text in with font color #faaa8e

#faaa8e color code is use for CSS Background Color

Background color for the above div is #faaa8e

HTML with inline CSS

<div style="background-color:#faaa8e;"></div>

#faaa8e color code is use for CSS Border Color

CSS Border color for the above div is #faaa8e

HTML with inline CSS

<div style="border:5px solid #faaa8e;"></div>

CSS Border Left color for the above div is #faaa8e

HTML with inline CSS

<div style="border-left:5px solid #faaa8e;"></div>

CSS Border Right color for the above div is #faaa8e

HTML with inline CSS

<div style="border-right:5px solid #faaa8e;"></div>

CSS Border Bottom color for the above div is #faaa8e

HTML with inline CSS

<div style="border-bottom:5px solid #faaa8e;"></div>

CSS Border Top color for the above div is #faaa8e

HTML with inline CSS

<div style="border-top:5px solid #faaa8e;"></div>

#faaa8e hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#faaa8e; } .examplecolorclass {color:#faaa8e; } .examplebordercolor {border:3px solid #faaa8e; }

#faaa8e Color code Preview on White Background

This is how #faaa8e Color code will look on white background color. Color contrast ratio is 1.87

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #faaa8e; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #faaa8e; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(250,170,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(142,222,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,170,142,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }