Skip to main content Skip to docs navigation

#ffaaaf 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 Apricot Haze and its hex is #FFAAAA Nearest Color Name

Color Hue/Base color: Red

Hex #ffaaaf Color code in RGB color code model is created after adding 100% red color, 66.67% green color and 68.63% blue color. Hex #ffaaaf Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 33% magenta, 31% yellow and 0% black.

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

RGB Chart

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

Color Table

Hex Color Code ffaaaf #ffaaaf
RGB Decimal 255, 170, 175 255, 170, 175
RGB Percent 100%, 67%, 69% rgb(100%, 67%, 69%)
CSS RGBa 255, 170, 175,1 rgba(255,170,175,1)
CMYK Model cmyk(0%,33%,31%,0%)
HSL Color Space 356,100% ,83% hsl(356,100% ,83%)
HSV Color Space 356°, 33%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111111 10101010 10101111
Octal 377 252 257
Decimal 255 170 175
Hex ff aa af

Different shades of #ffaaaf color code.

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

Darkest of #ffaaaf
#ff111f
Darker of #ffaaaf
#ff444f
Dark of #ffaaaf
#ff777f
Base of #ffaaaf
#ffaaaf
Light of #ffaaaf
#ffdddf
Lighter
#ffffff
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

#ffaaaf
#aafffa

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

Split Complementary

#ffaaaf
#aaffcf
#aad9ff

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

Analogous Color

#ffaae1
#ffaad2
#ffaaaf
#ffc1aa
#ffe5aa

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

#ffaaaf
#aaafff
#afffaa

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

#ffaaaf
#afffaa
#aafffa
#faaaff

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

#ffaaaf
#d9ffaa
#aafffa
#cfaaff

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

#dd000d
#ff111f
#ff444f
#ff777f
#ffaaaf
#ffdddf
#ffffff
#ffffff
#ffffff

Tints of #ffaaaf Color

#ffaaaf
#ffb3b7
#ffbcc0
#ffc6c9
#ffcfd2
#ffd9db
#ffe2e4
#ffeced
#fff5f6
#ffffff

Shades of #ffaaaf color code

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

#ffaaaf
#e2979b
#c68488
#aa7174
#8d5e61
#714b4d
#55383a
#382526
#1c1213
#000000

Tones

#ffaaaf
#f6b2b6
#eebbbe
#e5c3c5
#ddcccd

Tones

Similar Color like #ffaaaf color

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

#ffabb0
#ffacb1
#ffadb2
#ffaeb3
#ffafb4
#ffb0b5
#ffb1b6
#ffb2b7
#ffb3b8
#ffb4b9
#ffb5ba
#ffb6bb
#ffb7bc
#ffb8bd
#fea9ae
#fda8ad
#fca7ac
#fba6ab
#faa5aa
#f9a4a9
#f8a3a8
#f7a2a7
#f6a1a6
#f5a0a5
#f49fa4
#f39ea3
#f29da2
#f19ca1

Download this Light Red

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

#ffaaaf Color Code Preview on Black Background Color

This is how #ffaaaf Color will look on black background color. Color contrast ratio is 11.62

#ffaaaf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffaaaf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffaaaf

#ffaaaf color code is use for CSS Background Color

Background color for the above div is #ffaaaf

HTML with inline CSS

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

#ffaaaf color code is use for CSS Border Color

CSS Border color for the above div is #ffaaaf

HTML with inline CSS

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

CSS Border Left color for the above div is #ffaaaf

HTML with inline CSS

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

CSS Border Right color for the above div is #ffaaaf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ffaaaf

HTML with inline CSS

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

CSS Border Top color for the above div is #ffaaaf

HTML with inline CSS

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

#ffaaaf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ffaaaf Color code Preview on White Background

This is how #ffaaaf Color code will look on white background color. Color contrast ratio is 1.81

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

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