Skip to main content Skip to docs navigation

#fdabde 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 #fdabde Color code in RGB color code model is created after adding 99.22% red color, 67.06% green color and 87.06% blue color. Hex #fdabde Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 12% yellow and 0.78% black.

Hex #fdabde color code is between #ffaadd web safe hex color code and #eebbee web safe hex color code. #ffaadd is the nearest web safe color code. You can see here many more shades of #fdabde color code.

RGB Chart

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

Color Table

Hex Color Code fdabde #fdabde
RGB Decimal 253, 171, 222 253, 171, 222
RGB Percent 99%, 67%, 87% rgb(99%, 67%, 87%)
CSS RGBa 253, 171, 222,1 rgba(253,171,222,1)
CMYK Model cmyk(0%,32%,12%,0.78%)
HSL Color Space 323,95% ,83% hsl(323,95% ,83%)
HSV Color Space 323°, 32%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 10101011 11011110
Octal 375 253 336
Decimal 253 171 222
Hex fd ab de

Different shades of #fdabde color code.

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

Darkest of #fdabde
#f916a3
Darker of #fdabde
#fb47b7
Dark of #fdabde
#fc79ca
Base of #fdabde
#fdabde
Light of #fdabde
#feddf2
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

#fdabde
#abfdca

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

Split Complementary

#fdabde
#b5fdab
#abfdf3

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

Analogous Color

#ecabfd
#faabfd
#fdabde
#fdabc3
#fdb6ab

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

#fdabde
#abdefd
#defdab

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

#fdabde
#defdab
#abfdca
#caabfd

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

#fdabde
#fdf3ab
#abfdca
#abb5fd

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

#d70588
#f916a3
#fb47b7
#fc79ca
#fdabde
#feddf2
#ffffff
#ffffff
#ffffff

Tints of #fdabde Color

#fdabde
#fdb4e1
#fdbde5
#fdc7e9
#fdd0ec
#fed9f0
#fee3f4
#feecf7
#fef5fb
#ffffff

Shades of #fdabde color code

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

#fdabde
#e098c5
#c485ac
#a87294
#8c5f7b
#704c62
#54394a
#382631
#1c1318
#000000

Tones

#fdabde
#f4b4dc
#ecbcda
#e3c5d8
#dbcdd6

Tones

Similar Color like #fdabde color

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

#feacdf
#ffade0
#ffaee1
#ffafe2
#ffb0e3
#ffb1e4
#ffb2e5
#ffb3e6
#ffb4e7
#ffb5e8
#ffb6e9
#ffb7ea
#ffb8eb
#ffb9ec
#fcaadd
#fba9dc
#faa8db
#f9a7da
#f8a6d9
#f7a5d8
#f6a4d7
#f5a3d6
#f4a2d5
#f3a1d4
#f2a0d3
#f19fd2
#f09ed1
#ef9dd0

Download this Light Red

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

#fdabde Color Code Preview on Black Background Color

This is how #fdabde Color will look on black background color. Color contrast ratio is 12.06

#fdabde in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdabde

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdabde

#fdabde color code is use for CSS Background Color

Background color for the above div is #fdabde

HTML with inline CSS

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

#fdabde color code is use for CSS Border Color

CSS Border color for the above div is #fdabde

HTML with inline CSS

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

CSS Border Left color for the above div is #fdabde

HTML with inline CSS

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

CSS Border Right color for the above div is #fdabde

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdabde

HTML with inline CSS

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

CSS Border Top color for the above div is #fdabde

HTML with inline CSS

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

#fdabde hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdabde Color code Preview on White Background

This is how #fdabde Color code will look on white background color. Color contrast ratio is 1.74

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

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(253,171,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(171,253,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,171,222,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }