crispedge.com

Color picker

Loading...

#fcba9f hex color - Red - Warm color - Information

#fcba9f hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #fcba9f Color code in RGB color code model is created after adding 98.82% red color, 72.94% green color and 62.35% blue color. Hex #fcba9f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 26% magenta, 37% yellow and 1% black.

Hex #fcba9f color code is between #ffbb99 web safe hex color code and #eeaaaa web safe hex color code. #ffbb99 is the nearest web safe color code. You can see here many more shades of #fcba9f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefcba9f#fcba9f
RGB Decimal252, 186, 159rgb(252, 186, 159)
RGB Percent99%, 73%, 62%rgb(99%, 73%, 62%)
CSS RGBa252, 186, 159,1rgba(252,186,159,1)
CMYK Modelcmyk(0%,26%,37%,1%)
HSL Color Space17,94% ,81%hsl(17,94% ,81%)
HSV Color Space17°, 37%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001011101010011111
Octal374272237
Decimal252186159
Hexfcba9f

Different shades of #fcba9f color code.

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

Light Shade of #fcba9f
#feded0
Dark Shade of #fcba9f
#fa966e
Saturated Shade of #fcba9f
#ffb99c
Desaturated Shade of #fcba9f
#f7bca4
Grey scale Shade of #fcba9f
#cdcdcd
Brighten Shade
#ffd3b8
Most Readable Shade
#000000

Shades of #fcba9f color code

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

#fcba9f
#e0a58d
#c4907b
#a87c6a
#8c6758
#705246
#543e35
#382923
#1c1411
#000000

Similar Color like #fcba9f color

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

#fdbba0
#febca1
#ffbda2
#ffbea3
#ffbfa4
#ffc0a5
#ffc1a6
#ffc2a7
#ffc3a8
#ffc4a9
#ffc5aa
#ffc6ab
#ffc7ac
#ffc8ad
#fbb99e
#fab89d
#f9b79c
#f8b69b
#f7b59a
#f6b499
#f5b398
#f4b297
#f3b196
#f2b095
#f1af94
#f0ae93
#efad92
#eeac91

Monochromatic Color with #fcba9f

#fcba9f
#271d19
#523d34
#7c5c4f
#a77b69
#d19b84

Tints of #fcba9f Color

#fcba9f
#fcc1a9
#fcc9b4
#fdd1bf
#fdd8c9
#fde0d4
#fee8df
#feefe9
#fef7f4
#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

#fcba9f
#9fe1fc

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

Split Complementary

#fcba9f
#9ffce9
#9fb3fc

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

Analogous Color

#fc9fa9
#fca79f
#fcba9f
#fccd9f
#fcdf9f

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

#fcba9f
#9ffcba
#ba9ffc

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

#fcba9f
#b2fc9f
#9fe1fc
#e89ffc

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

#fcba9f
#9fe1fc
#9fb3fc
#fce89f

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

#fcba9f Color Code Preview on Black Background Color

This is how #fcba9f Color will look on black background color. Color contrast ratio is 12.66

#fcba9f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcba9f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcba9f

#fcba9f color code is use for CSS Background Color

Background color for the above div is #fcba9f

HTML with inline CSS

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

#fcba9f color code is use for CSS Border Color

CSS Border color for the above div is #fcba9f

HTML with inline CSS

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

CSS Border Left color for the above div is #fcba9f

HTML with inline CSS

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

CSS Border Right color for the above div is #fcba9f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcba9f

HTML with inline CSS

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

CSS Border Top color for the above div is #fcba9f

HTML with inline CSS

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

#fcba9f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcba9f Color code Preview on White Background

This is how #fcba9f Color code will look on white background color. Color contrast ratio is 1.66

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.