Skip to main content Skip to docs navigation

#fa688d 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 #fa688d Color code in RGB color code model is created after adding 98.04% red color, 40.78% green color and 55.29% blue color. Hex #fa688d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 44% yellow and 1.96% black.

Hex #fa688d 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 #fa688d color code.

RGB Chart

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

Color Table

Hex Color Code fa688d #fa688d
RGB Decimal 250, 104, 141 250, 104, 141
RGB Percent 98%, 41%, 55% rgb(98%, 41%, 55%)
CSS RGBa 250, 104, 141,1 rgba(250,104,141,1)
CMYK Model cmyk(0%,58%,44%,1.96%)
HSL Color Space 345,94% ,69% hsl(345,94% ,69%)
HSV Color Space 345°, 58%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111010 01101000 10001101
Octal 372 150 215
Decimal 250 104 141
Hex fa 68 8d

Different shades of #fa688d color code.

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

Darkest of #fa688d
#c30636
Darker of #fa688d
#f40844
Dark of #fa688d
#f83768
Base of #fa688d
#fa688d
Light of #fa688d
#fc99b2
Lighter
#fdcbd8
Lightest
#fffcfd

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

#fa688d
#68fad5

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

Split Complementary

#fa688d
#68fa8c
#68d6fa

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

Analogous Color

#fa68e2
#fa68ca
#fa688d
#fa7468
#fab068

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

#fa688d
#688dfa
#8dfa68

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

#fa688d
#8dfa68
#68fad5
#d568fa

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

#fa688d
#d6fa68
#68fad5
#8c68fa

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

#910528
#c30636
#f40844
#f83768
#fa688d
#fc99b2
#fdcbd8
#fffcfd
#ffffff

Tints of #fa688d Color

#fa688d
#fa7899
#fb89a6
#fb9ab3
#fcabbf
#fcbbcc
#fdccd9
#fddde5
#feeef2
#ffffff

Shades of #fa688d color code

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

#fa688d
#de5c7d
#c2506d
#a6455e
#8a394e
#6f2e3e
#53222f
#37171f
#1b0b0f
#000000

Tones

#fa688d
#ea7895
#db879c
#cb97a4
#bca6ac

Tones

Similar Color like #fa688d color

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

#fb698e
#fc6a8f
#fd6b90
#fe6c91
#ff6d92
#ff6e93
#ff6f94
#ff7095
#ff7196
#ff7297
#ff7398
#ff7499
#ff759a
#ff769b
#f9678c
#f8668b
#f7658a
#f66489
#f56388
#f46287
#f36186
#f26085
#f15f84
#f05e83
#ef5d82
#ee5c81
#ed5b80
#ec5a7f

Download this Dark Red

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

#fa688d Color Code Preview on Black Background Color

This is how #fa688d Color will look on black background color. Color contrast ratio is 7.43

#fa688d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa688d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa688d

#fa688d color code is use for CSS Background Color

Background color for the above div is #fa688d

HTML with inline CSS

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

#fa688d color code is use for CSS Border Color

CSS Border color for the above div is #fa688d

HTML with inline CSS

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

CSS Border Left color for the above div is #fa688d

HTML with inline CSS

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

CSS Border Right color for the above div is #fa688d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa688d

HTML with inline CSS

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

CSS Border Top color for the above div is #fa688d

HTML with inline CSS

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

#fa688d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa688d Color code Preview on White Background

This is how #fa688d Color code will look on white background color. Color contrast ratio is 2.83

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

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