Skip to main content Skip to docs navigation

#faa299 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 Peach Amber and its hex is #FB9F93 Nearest Color Name

Color Hue/Base color: Red

Hex #faa299 Color code in RGB color code model is created after adding 98.04% red color, 63.53% green color and 60% blue color. Hex #faa299 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 39% yellow and 1.96% black.

Hex #faa299 color code is between #ffaa88 web safe hex color code and #ee99aa web safe hex color code. #ffaa88 is the nearest web safe color code. You can see here many more shades of #faa299 color code.

RGB Chart

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

Color Table

Hex Color Code faa299 #faa299
RGB Decimal 250, 162, 153 250, 162, 153
RGB Percent 98%, 64%, 60% rgb(98%, 64%, 60%)
CSS RGBa 250, 162, 153,1 rgba(250,162,153,1)
CMYK Model cmyk(0%,35%,39%,1.96%)
HSL Color Space 6,91% ,79% hsl(6,91% ,79%)
HSV Color Space 6°, 39%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111010 10100010 10011001
Octal 372 242 231
Decimal 250 162 153
Hex fa a2 99

Different shades of #faa299 color code.

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

Darkest of #faa299
#ee210c
Darker of #faa299
#f54938
Dark of #faa299
#f87668
Base of #faa299
#faa299
Light of #faa299
#fcceca
Lighter
#fffbfa
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

#faa299
#99f1fa

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

Split Complementary

#faa299
#99fad3
#99c0fa

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

Analogous Color

#fa99c9
#fa99b8
#faa299
#fac299
#faeb99

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

#faa299
#a299fa
#99faa2

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

#faa299
#99faa2
#99f1fa
#fa99f1

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

#faa299
#c0fa99
#99f1fa
#d399fa

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 #faa299

#be1a09
#ee210c
#f54938
#f87668
#faa299
#fcceca
#fffbfa
#ffffff
#ffffff

Tints of #faa299 Color

#faa299
#faaca4
#fbb6af
#fbc1bb
#fccbc6
#fcd5d1
#fde0dd
#fdeae8
#fef4f3
#ffffff

Shades of #faa299 color code

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

#faa299
#de9088
#c27e77
#a66c66
#8a5a55
#6f4844
#533633
#372422
#1b1211
#000000

Tones

#faa299
#efaba4
#e5b3ae
#dabcb9
#cfc5c4

Tones

Similar Color like #faa299 color

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

#fba39a
#fca49b
#fda59c
#fea69d
#ffa79e
#ffa89f
#ffa9a0
#ffaaa1
#ffaba2
#ffaca3
#ffada4
#ffaea5
#ffafa6
#ffb0a7
#f9a198
#f8a097
#f79f96
#f69e95
#f59d94
#f49c93
#f39b92
#f29a91
#f19990
#f0988f
#ef978e
#ee968d
#ed958c
#ec948b

Download this Light Red

Hex #faa299 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.

#faa299 Color Code Preview on Black Background Color

This is how #faa299 Color will look on black background color. Color contrast ratio is 10.69

#faa299 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faa299

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faa299

#faa299 color code is use for CSS Background Color

Background color for the above div is #faa299

HTML with inline CSS

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

#faa299 color code is use for CSS Border Color

CSS Border color for the above div is #faa299

HTML with inline CSS

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

CSS Border Left color for the above div is #faa299

HTML with inline CSS

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

CSS Border Right color for the above div is #faa299

HTML with inline CSS

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

CSS Border Bottom color for the above div is #faa299

HTML with inline CSS

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

CSS Border Top color for the above div is #faa299

HTML with inline CSS

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

#faa299 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#faa299 Color code Preview on White Background

This is how #faa299 Color code will look on white background color. Color contrast ratio is 1.96

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 #faa299; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #faa299; }

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,162,153,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(153,241,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,162,153,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }