@
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.

#fecbba hex color - Red - Warm color - Information

#fecbba hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 11 Views

RGB Chart

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

Color Table

Hex Color Codefecbba#fecbba
RGB Decimal254, 203, 186rgb(254, 203, 186)
RGB Percent100%, 80%, 73%rgb(100%, 80%, 73%)
CSS RGBa254, 203, 186,1rgba(254,203,186,1)
CMYK Modelcmyk(0%,20%,27%,0.39%)
HSL Color Space15,97% ,86%hsl(15,97% ,86%)
HSV Color Space15°, 27%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101100101110111010
Octal376313272
Decimal254203186
Hexfecbba

Different shades of #fecbba color code.

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

Light Shade of #fecbba
#fff1ec
Dark Shade of #fecbba
#fda588
Saturated Shade of #fecbba
#ffcab9
Desaturated Shade of #fecbba
#facdbd
Grey scale Shade of #fecbba
#dcdcdc
Brighten Shade
#ffe4d3
Most Readable Shade
#000000

Shades of #fecbba color code

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

#fecbba
#e1b4a5
#c59d90
#a9877c
#8d7067
#705a52
#54433e
#382d29
#1c1614
#000000

Similar Color like #fecbba color

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

#ffccbb
#ffcdbc
#ffcebd
#ffcfbe
#ffd0bf
#ffd1c0
#ffd2c1
#ffd3c2
#ffd4c3
#ffd5c4
#ffd6c5
#ffd7c6
#ffd8c7
#ffd9c8
#fdcab9
#fcc9b8
#fbc8b7
#fac7b6
#f9c6b5
#f8c5b4
#f7c4b3
#f6c3b2
#f5c2b1
#f4c1b0
#f3c0af
#f2bfae
#f1bead
#f0bdac

Monochromatic Color with #fecbba

#fecbba
#29211e
#54433e
#7e655d
#a9877c
#d3a99b

Tints of #fecbba Color

#fecbba
#fed0c1
#fed6c9
#fedcd1
#fee2d8
#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

#fecbba
#baedfe

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

Split Complementary

#fecbba
#bafeed
#bacbfe

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

Analogous Color

#febac4
#febdba
#fecbba
#fed9ba
#fee6ba

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

#fecbba
#bafecb
#cbbafe

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

#fecbba
#cbfeba
#baedfe
#edbafe

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

#fecbba
#baedfe
#bacbfe
#feedba

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 #fecbba 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.

#fecbba Color Code Preview on Black Background Color

This is how #fecbba Color will look on black background color. Color contrast ratio is 14.47

#fecbba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fecbba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fecbba

#fecbba color code is use for CSS Background Color

Background color for the above div is #fecbba

HTML with inline CSS

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

#fecbba color code is use for CSS Border Color

CSS Border color for the above div is #fecbba

HTML with inline CSS

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

CSS Border Left color for the above div is #fecbba

HTML with inline CSS

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

CSS Border Right color for the above div is #fecbba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fecbba

HTML with inline CSS

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

CSS Border Top color for the above div is #fecbba

HTML with inline CSS

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

#fecbba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fecbba Color code Preview on White Background

This is how #fecbba Color code will look on white background color. Color contrast ratio is 1.45

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

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,203,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(186,237,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,203,186,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 11 Views

Post your comment:-

By submitting comment you agree to our privacy policy.