crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#fec7ba hex color - Red - Warm color - Information

#fec7ba hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codefec7ba#fec7ba
RGB Decimal254, 199, 186rgb(254, 199, 186)
RGB Percent100%, 78%, 73%rgb(100%, 78%, 73%)
CSS RGBa254, 199, 186,1rgba(254,199,186,1)
CMYK Modelcmyk(0%,22%,27%,0%)
HSL Color Space11,97% ,86%hsl(11,97% ,86%)
HSV Color Space11°, 27%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101100011110111010
Octal376307272
Decimal254199186
Hexfec7ba

Different shades of #fec7ba color code.

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

Light Shade of #fec7ba
#fff0ec
Dark Shade of #fec7ba
#fd9e88
Saturated Shade of #fec7ba
#ffc6b9
Desaturated Shade of #fec7ba
#fac9bd
Grey scale Shade of #fec7ba
#dcdcdc
Brighten Shade
#ffe0d3
Most Readable Shade
#000000

Shades of #fec7ba color code

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

#fec7ba
#e1b0a5
#c59a90
#a9847c
#8d6e67
#705852
#54423e
#382c29
#1c1614
#000000

Similar Color like #fec7ba color

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

#ffc8bb
#ffc9bc
#ffcabd
#ffcbbe
#ffccbf
#ffcdc0
#ffcec1
#ffcfc2
#ffd0c3
#ffd1c4
#ffd2c5
#ffd3c6
#ffd4c7
#ffd5c8
#fdc6b9
#fcc5b8
#fbc4b7
#fac3b6
#f9c2b5
#f8c1b4
#f7c0b3
#f6bfb2
#f5beb1
#f4bdb0
#f3bcaf
#f2bbae
#f1baad
#f0b9ac

Monochromatic Color with #fec7ba

#fec7ba
#29211e
#54423e
#7e635d
#a9847c
#d3a69b

Tints of #fec7ba Color

#fec7ba
#fecdc1
#fed3c9
#fed9d1
#fedfd8
#fee6e0
#feece8
#fef2ef
#fef8f7
#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

#fec7ba
#baf1fe

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

Split Complementary

#fec7ba
#bafee9
#bacffe

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

Analogous Color

#febac8
#febabb
#fec7ba
#fed5ba
#fee2ba

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

#fec7ba
#bafec7
#c7bafe

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

#fec7ba
#cffeba
#baf1fe
#e9bafe

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

#fec7ba
#baf1fe
#bacffe
#fee9ba

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

#fec7ba Color Code Preview on Black Background Color

This is how #fec7ba Color will look on black background color. Color contrast ratio is 14.09

#fec7ba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fec7ba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fec7ba

#fec7ba color code is use for CSS Background Color

Background color for the above div is #fec7ba

HTML with inline CSS

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

#fec7ba color code is use for CSS Border Color

CSS Border color for the above div is #fec7ba

HTML with inline CSS

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

CSS Border Left color for the above div is #fec7ba

HTML with inline CSS

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

CSS Border Right color for the above div is #fec7ba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fec7ba

HTML with inline CSS

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

CSS Border Top color for the above div is #fec7ba

HTML with inline CSS

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

#fec7ba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fec7ba Color code Preview on White Background

This is how #fec7ba Color code will look on white background color. Color contrast ratio is 1.49

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.