Skip to main content Skip to docs navigation

#fec9ba hex color - Red - Warm color - Information

On this page
@
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 Mixture: Red and Orange

Color Hue/Base color: Red

Hex #fec9ba Color code in RGB color code model is created after adding 99.61% red color, 78.82% green color and 72.94% blue color. Hex #fec9ba Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 21% magenta, 27% yellow and 0.39% black.

Hex #fec9ba color code is between #ffccbb web safe hex color code and #eebbaa web safe hex color code. #ffccbb is the nearest web safe color code. You can see here many more shades of #fec9ba color code.

0 Likes 0 Comments | 14 Views

RGB Chart

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

Color Table

Hex Color Code fec9ba #fec9ba
RGB Decimal 254, 201, 186 rgb(254, 201, 186)
RGB Percent 100%, 79%, 73% rgb(100%, 79%, 73%)
CSS RGBa 254, 201, 186,1 rgba(254,201,186,1)
CMYK Model cmyk(0%,21%,27%,0.39%)
HSL Color Space 13,97% ,86% hsl(13,97% ,86%)
HSV Color Space 13°, 27%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111110 11001001 10111010
Octal 376 311 272
Decimal 254 201 186
Hex fe c9 ba

Different shades of #fec9ba color code.

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

Light Shade of #fec9ba
#fff0ec
Dark Shade of #fec9ba
#fda288
Saturated Shade of #fec9ba
#ffc8b9
Desaturated Shade of #fec9ba
#facbbd
Grey scale Shade of #fec9ba
#dcdcdc
Brighten Shade
#ffe2d3
Most Readable Shade
#000000

Shades of #fec9ba color code

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

#fec9ba
#e1b2a5
#c59c90
#a9867c
#8d6f67
#705952
#54433e
#382c29
#1c1614
#000000

Similar Color like #fec9ba color

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

#ffcabb
#ffcbbc
#ffccbd
#ffcdbe
#ffcebf
#ffcfc0
#ffd0c1
#ffd1c2
#ffd2c3
#ffd3c4
#ffd4c5
#ffd5c6
#ffd6c7
#ffd7c8
#fdc8b9
#fcc7b8
#fbc6b7
#fac5b6
#f9c4b5
#f8c3b4
#f7c2b3
#f6c1b2
#f5c0b1
#f4bfb0
#f3beaf
#f2bdae
#f1bcad
#f0bbac

Monochromatic Color with #fec9ba

#fec9ba
#29211e
#54423e
#7e645d
#a9867c
#d3a79b

Tints of #fec9ba Color

#fec9ba
#fecfc1
#fed5c9
#fedbd1
#fee1d8
#fee7e0
#feede8
#fef3ef
#fef9f7
#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

#fec9ba
#baeffe

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

Split Complementary

#fec9ba
#bafeeb
#bacdfe

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

Analogous Color

#febac6
#febbba
#fec9ba
#fed7ba
#fee4ba

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

#fec9ba
#bafec9
#c9bafe

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

#fec9ba
#cdfeba
#baeffe
#ebbafe

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#fec9ba
#baeffe
#bacdfe
#feebba

Double Complementary 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).

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

#fec9ba Color Code Preview on Black Background Color

This is how #fec9ba Color will look on black background color. Color contrast ratio is 14.28

#fec9ba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fec9ba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fec9ba

#fec9ba color code is use for CSS Background Color

Background color for the above div is #fec9ba

HTML with inline CSS

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

#fec9ba color code is use for CSS Border Color

CSS Border color for the above div is #fec9ba

HTML with inline CSS

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

CSS Border Left color for the above div is #fec9ba

HTML with inline CSS

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

CSS Border Right color for the above div is #fec9ba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fec9ba

HTML with inline CSS

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

CSS Border Top color for the above div is #fec9ba

HTML with inline CSS

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

#fec9ba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fec9ba Color code Preview on White Background

This is how #fec9ba Color code will look on white background color. Color contrast ratio is 1.47

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(254,201,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(186,239,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,201,186,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 14 Views

Post your comment:-

By submitting comment you agree to our privacy policy.