Skip to main content Skip to docs navigation

#fd89fb 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 Darling Bud and its hex is #FF88FF Nearest Color Name

Color Hue/Base color: Red

Hex #fd89fb Color code in RGB color code model is created after adding 99.22% red color, 53.73% green color and 98.43% blue color. Hex #fd89fb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 46% magenta, 1% yellow and 0.78% black.

Hex #fd89fb color code is between #ff88ff web safe hex color code and #ee99ee web safe hex color code. #ff88ff is the nearest web safe color code. You can see here many more shades of #fd89fb color code.

RGB Chart

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

Color Table

Hex Color Code fd89fb #fd89fb
RGB Decimal 253, 137, 251 253, 137, 251
RGB Percent 99%, 54%, 98% rgb(99%, 54%, 98%)
CSS RGBa 253, 137, 251,1 rgba(253,137,251,1)
CMYK Model cmyk(0%,46%,1%,0.78%)
HSL Color Space 301,97% ,76% hsl(301,97% ,76%)
HSV Color Space 301°, 46%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 10001001 11111011
Octal 375 211 373
Decimal 253 137 251
Hex fd 89 fb

Different shades of #fd89fb color code.

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

Darkest of #fd89fb
#e904e5
Darker of #fd89fb
#fb25f8
Dark of #fd89fb
#fc57f9
Base of #fd89fb
#fd89fb
Light of #fd89fb
#febbfd
Lighter
#ffedfe
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

#fd89fb
#89fd8b

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

Split Complementary

#fd89fb
#c1fd89
#89fdc5

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

Analogous Color

#bb89fd
#cf89fd
#fd89fb
#fd89d4
#fd89a4

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

#fd89fb
#89fbfd
#fbfd89

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

#fd89fb
#fbfd89
#89fd8b
#8b89fd

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

#fd89fb
#fdc589
#89fd8b
#89c1fd

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

#b703b4
#e904e5
#fb25f8
#fc57f9
#fd89fb
#febbfd
#ffedfe
#ffffff
#ffffff

Tints of #fd89fb Color

#fd89fb
#fd96fb
#fda3fb
#fdb0fc
#fdbdfc
#fecafd
#fed7fd
#fee4fe
#fef1fe
#ffffff

Shades of #fd89fb color code

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

#fd89fb
#e079df
#c46ac3
#a85ba7
#8c4c8b
#703c6f
#542d53
#381e37
#1c0f1b
#000000

Tones

#fd89fb
#f195ef
#e5a1e4
#d9add8
#cdb9cd

Tones

Similar Color like #fd89fb color

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

#fe8afc
#ff8bfd
#ff8cfe
#ff8dff
#ff8eff
#ff8fff
#ff90ff
#ff91ff
#ff92ff
#ff93ff
#ff94ff
#ff95ff
#ff96ff
#ff97ff
#fc88fa
#fb87f9
#fa86f8
#f985f7
#f884f6
#f783f5
#f682f4
#f581f3
#f480f2
#f37ff1
#f27ef0
#f17def
#f07cee
#ef7bed

Download this Light Red

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

#fd89fb Color Code Preview on Black Background Color

This is how #fd89fb Color will look on black background color. Color contrast ratio is 10.15

#fd89fb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd89fb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd89fb

#fd89fb color code is use for CSS Background Color

Background color for the above div is #fd89fb

HTML with inline CSS

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

#fd89fb color code is use for CSS Border Color

CSS Border color for the above div is #fd89fb

HTML with inline CSS

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

CSS Border Left color for the above div is #fd89fb

HTML with inline CSS

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

CSS Border Right color for the above div is #fd89fb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd89fb

HTML with inline CSS

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

CSS Border Top color for the above div is #fd89fb

HTML with inline CSS

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

#fd89fb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd89fb Color code Preview on White Background

This is how #fd89fb Color code will look on white background color. Color contrast ratio is 2.07

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

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