Skip to main content Skip to docs navigation

#fd688e hex color | Download Dark 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 Ultra Red and its hex is #FC6C85 Nearest Color Name

Color Hue/Base color: Red

Hex #fd688e Color code in RGB color code model is created after adding 99.22% red color, 40.78% green color and 55.69% blue color. Hex #fd688e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 59% magenta, 44% yellow and 0.78% black.

Hex #fd688e color code is between #ff6688 web safe hex color code and #ee7799 web safe hex color code. #ff6688 is the nearest web safe color code. You can see here many more shades of #fd688e color code.

RGB Chart

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

Color Table

Hex Color Code fd688e #fd688e
RGB Decimal 253, 104, 142 253, 104, 142
RGB Percent 99%, 41%, 56% rgb(99%, 41%, 56%)
CSS RGBa 253, 104, 142,1 rgba(253,104,142,1)
CMYK Model cmyk(0%,59%,44%,0.78%)
HSL Color Space 345,97% ,70% hsl(345,97% ,70%)
HSV Color Space 345°, 59%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 01101000 10001110
Octal 375 150 216
Decimal 253 104 142
Hex fd 68 8e

Different shades of #fd688e color code.

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

Darkest of #fd688e
#c90335
Darker of #fd688e
#fc0343
Dark of #fd688e
#fc3668
Base of #fd688e
#fd688e
Light of #fd688e
#fe9ab4
Lighter
#fecdd9
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

#fd688e
#68fdd7

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

Split Complementary

#fd688e
#68fd8d
#68d8fd

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

Analogous Color

#fd68e5
#fd68cc
#fd688e
#fd7468
#fdb268

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

#fd688e
#688efd
#8efd68

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

#fd688e
#8efd68
#68fdd7
#d768fd

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

#fd688e
#d8fd68
#68fdd7
#8d68fd

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

#970228
#c90335
#fc0343
#fc3668
#fd688e
#fe9ab4
#fecdd9
#ffffff
#ffffff

Tints of #fd688e Color

#fd688e
#fd789a
#fd89a7
#fd9ab3
#fdabc0
#febbcc
#feccd9
#fedde5
#feeef2
#ffffff

Shades of #fd688e color code

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

#fd688e
#e05c7e
#c4506e
#a8455e
#8c394e
#702e3f
#54222f
#38171f
#1c0b0f
#000000

Tones

#fd688e
#ee7795
#de879d
#cf96a4
#c0a5ac

Tones

Similar Color like #fd688e color

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

#fe698f
#ff6a90
#ff6b91
#ff6c92
#ff6d93
#ff6e94
#ff6f95
#ff7096
#ff7197
#ff7298
#ff7399
#ff749a
#ff759b
#ff769c
#fc678d
#fb668c
#fa658b
#f9648a
#f86389
#f76288
#f66187
#f56086
#f45f85
#f35e84
#f25d83
#f15c82
#f05b81
#ef5a80

Download this Dark Red

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

#fd688e Color Code Preview on Black Background Color

This is how #fd688e Color will look on black background color. Color contrast ratio is 7.55

#fd688e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd688e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd688e

#fd688e color code is use for CSS Background Color

Background color for the above div is #fd688e

HTML with inline CSS

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

#fd688e color code is use for CSS Border Color

CSS Border color for the above div is #fd688e

HTML with inline CSS

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

CSS Border Left color for the above div is #fd688e

HTML with inline CSS

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

CSS Border Right color for the above div is #fd688e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd688e

HTML with inline CSS

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

CSS Border Top color for the above div is #fd688e

HTML with inline CSS

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

#fd688e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd688e Color code Preview on White Background

This is how #fd688e Color code will look on white background color. Color contrast ratio is 2.78

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

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