Skip to main content Skip to docs navigation

#ffaedf 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 Fresh Gum and its hex is #FFAADD Nearest Color Name

Color Hue/Base color: Red

Hex #ffaedf Color code in RGB color code model is created after adding 100% red color, 68.24% green color and 87.45% blue color. Hex #ffaedf Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 13% yellow and 0% black.

Hex #ffaedf color code is between #eeaadd web safe hex color code and #ddbbee web safe hex color code. #eeaadd is the nearest web safe color code. You can see here many more shades of #ffaedf color code.

RGB Chart

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

Color Table

Hex Color Code ffaedf #ffaedf
RGB Decimal 255, 174, 223 255, 174, 223
RGB Percent 100%, 68%, 87% rgb(100%, 68%, 87%)
CSS RGBa 255, 174, 223,1 rgba(255,174,223,1)
CMYK Model cmyk(0%,32%,13%,0%)
HSL Color Space 324,100% ,84% hsl(324,100% ,84%)
HSV Color Space 324°, 32%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111111 10101110 11011111
Octal 377 256 337
Decimal 255 174 223
Hex ff ae df

Different shades of #ffaedf color code.

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

Darkest of #ffaedf
#ff15a3
Darker of #ffaedf
#ff48b7
Dark of #ffaedf
#ff7bcb
Base of #ffaedf
#ffaedf
Light of #ffaedf
#ffe1f3
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

#ffaedf
#aeffce

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

Split Complementary

#ffaedf
#b7ffae
#aefff6

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

Analogous Color

#f0aeff
#fdaeff
#ffaedf
#ffaec4
#ffbaae

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

#ffaedf
#aedfff
#dfffae

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

#ffaedf
#dfffae
#aeffce
#ceaeff

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

#ffaedf
#fff6ae
#aeffce
#aeb7ff

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

#e10088
#ff15a3
#ff48b7
#ff7bcb
#ffaedf
#ffe1f3
#ffffff
#ffffff
#ffffff

Tints of #ffaedf Color

#ffaedf
#ffb7e2
#ffc0e6
#ffc9e9
#ffd2ed
#ffdbf0
#ffe4f4
#ffedf7
#fff6fb
#ffffff

Shades of #ffaedf color code

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

#ffaedf
#e29ac6
#c687ad
#aa7494
#8d607b
#714d63
#553a4a
#382631
#1c1318
#000000

Tones

#ffaedf
#f7b6dd
#efbedc
#e7c6da
#dfced8

Tones

Similar Color like #ffaedf color

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

#ffafe0
#ffb0e1
#ffb1e2
#ffb2e3
#ffb3e4
#ffb4e5
#ffb5e6
#ffb6e7
#ffb7e8
#ffb8e9
#ffb9ea
#ffbaeb
#ffbbec
#ffbced
#feadde
#fdacdd
#fcabdc
#fbaadb
#faa9da
#f9a8d9
#f8a7d8
#f7a6d7
#f6a5d6
#f5a4d5
#f4a3d4
#f3a2d3
#f2a1d2
#f1a0d1

Download this Light Red

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

#ffaedf Color Code Preview on Black Background Color

This is how #ffaedf Color will look on black background color. Color contrast ratio is 12.37

#ffaedf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffaedf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffaedf

#ffaedf color code is use for CSS Background Color

Background color for the above div is #ffaedf

HTML with inline CSS

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

#ffaedf color code is use for CSS Border Color

CSS Border color for the above div is #ffaedf

HTML with inline CSS

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

CSS Border Left color for the above div is #ffaedf

HTML with inline CSS

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

CSS Border Right color for the above div is #ffaedf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ffaedf

HTML with inline CSS

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

CSS Border Top color for the above div is #ffaedf

HTML with inline CSS

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

#ffaedf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ffaedf Color code Preview on White Background

This is how #ffaedf Color code will look on white background color. Color contrast ratio is 1.70

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

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