Skip to main content Skip to docs navigation

#fb697c 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 Pantone 1777 C and its hex is #FB637E Nearest Color Name

Color Hue/Base color: Red

Hex #fb697c Color code in RGB color code model is created after adding 98.43% red color, 41.18% green color and 48.63% blue color. Hex #fb697c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 51% yellow and 1.57% black.

Hex #fb697c color code is between #ff6677 web safe hex color code and #ee7788 web safe hex color code. #ff6677 is the nearest web safe color code. You can see here many more shades of #fb697c color code.

RGB Chart

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

Color Table

Hex Color Code fb697c #fb697c
RGB Decimal 251, 105, 124 251, 105, 124
RGB Percent 98%, 41%, 49% rgb(98%, 41%, 49%)
CSS RGBa 251, 105, 124,1 rgba(251,105,124,1)
CMYK Model cmyk(0%,58%,51%,1.57%)
HSL Color Space 352,95% ,70% hsl(352,95% ,70%)
HSV Color Space 352°, 58%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111011 01101001 01111100
Octal 373 151 174
Decimal 251 105 124
Hex fb 69 7c

Different shades of #fb697c color code.

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

Darkest of #fb697c
#c6051e
Darker of #fb697c
#f70726
Dark of #fb697c
#fa3751
Base of #fb697c
#fb697c
Light of #fb697c
#fc9ba7
Lighter
#feccd3
Lightest
#fffefe

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

#fb697c
#69fbe8

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

Split Complementary

#fb697c
#69fb9f
#69c5fb

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

Analogous Color

#fb69d1
#fb69b9
#fb697c
#fb8769
#fbc369

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

#fb697c
#697cfb
#7cfb69

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

#fb697c
#7cfb69
#69fbe8
#e869fb

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

#fb697c
#c5fb69
#69fbe8
#9f69fb

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

#940417
#c6051e
#f70726
#fa3751
#fb697c
#fc9ba7
#feccd3
#fffefe
#ffffff

Tints of #fb697c Color

#fb697c
#fb798a
#fb8a99
#fc9ba7
#fcabb6
#fdbcc4
#fdcdd3
#fedde1
#feeef0
#ffffff

Shades of #fb697c color code

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

#fb697c
#df5d6e
#c35160
#a74652
#8b3a44
#6f2e37
#532329
#37171b
#1b0b0d
#000000

Tones

#fb697c
#ec7887
#dc8893
#cd979e
#bda7aa

Tones

Similar Color like #fb697c color

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

#fc6a7d
#fd6b7e
#fe6c7f
#ff6d80
#ff6e81
#ff6f82
#ff7083
#ff7184
#ff7285
#ff7386
#ff7487
#ff7588
#ff7689
#ff778a
#fa687b
#f9677a
#f86679
#f76578
#f66477
#f56376
#f46275
#f36174
#f26073
#f15f72
#f05e71
#ef5d70
#ee5c6f
#ed5b6e

Download this Dark Red

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

#fb697c Color Code Preview on Black Background Color

This is how #fb697c Color will look on black background color. Color contrast ratio is 7.41

#fb697c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fb697c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fb697c

#fb697c color code is use for CSS Background Color

Background color for the above div is #fb697c

HTML with inline CSS

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

#fb697c color code is use for CSS Border Color

CSS Border color for the above div is #fb697c

HTML with inline CSS

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

CSS Border Left color for the above div is #fb697c

HTML with inline CSS

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

CSS Border Right color for the above div is #fb697c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fb697c

HTML with inline CSS

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

CSS Border Top color for the above div is #fb697c

HTML with inline CSS

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

#fb697c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fb697c Color code Preview on White Background

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

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