crispedge.com

Color picker

Loading...

#fcb49d hex color - Red - Warm color - Information

#fcb49d hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #fcb49d Color code in RGB color code model is created after adding 98.82% red color, 70.59% green color and 61.57% blue color. Hex #fcb49d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 29% magenta, 38% yellow and 1% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefcb49d#fcb49d
RGB Decimal252, 180, 157rgb(252, 180, 157)
RGB Percent99%, 71%, 62%rgb(99%, 71%, 62%)
CSS RGBa252, 180, 157,1rgba(252,180,157,1)
CMYK Modelcmyk(0%,29%,38%,1%)
HSL Color Space15,94% ,80%hsl(15,94% ,80%)
HSV Color Space15°, 38%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001011010010011101
Octal374264235
Decimal252180157
Hexfcb49d

Different shades of #fcb49d color code.

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

Light Shade of #fcb49d
#fedace
Dark Shade of #fcb49d
#fa8e6b
Saturated Shade of #fcb49d
#ffb29a
Desaturated Shade of #fcb49d
#f7b7a2
Grey scale Shade of #fcb49d
#cccccc
Brighten Shade
#ffcdb6
Most Readable Shade
#000000

Shades of #fcb49d color code

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

#fcb49d
#e0a08b
#c48c7a
#a87868
#8c6457
#705045
#543c34
#382822
#1c1411
#000000

Similar Color like #fcb49d color

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

#fdb59e
#feb69f
#ffb7a0
#ffb8a1
#ffb9a2
#ffbaa3
#ffbba4
#ffbca5
#ffbda6
#ffbea7
#ffbfa8
#ffc0a9
#ffc1aa
#ffc2ab
#fbb39c
#fab29b
#f9b19a
#f8b099
#f7af98
#f6ae97
#f5ad96
#f4ac95
#f3ab94
#f2aa93
#f1a992
#f0a891
#efa790
#eea68f

Monochromatic Color with #fcb49d

#fcb49d
#271c19
#523b33
#7c594e
#a77768
#d19683

Tints of #fcb49d Color

#fcb49d
#fcbca7
#fcc4b2
#fdcdbd
#fdd5c8
#fdddd3
#fee6de
#feeee9
#fef6f4
#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

#fcb49d
#9de5fc

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

Split Complementary

#fcb49d
#9dfce4
#9db6fc

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

Analogous Color

#fc9dac
#fca19d
#fcb49d
#fcc79d
#fcda9d

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

#fcb49d
#9dfcb4
#b49dfc

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

#fcb49d
#b5fc9d
#9de5fc
#e39dfc

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

#fcb49d
#9de5fc
#9db6fc
#fce49d

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

#fcb49d Color Code Preview on Black Background Color

This is how #fcb49d Color will look on black background color. Color contrast ratio is 12.15

#fcb49d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcb49d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcb49d

#fcb49d color code is use for CSS Background Color

Background color for the above div is #fcb49d

HTML with inline CSS

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

#fcb49d color code is use for CSS Border Color

CSS Border color for the above div is #fcb49d

HTML with inline CSS

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

CSS Border Left color for the above div is #fcb49d

HTML with inline CSS

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

CSS Border Right color for the above div is #fcb49d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcb49d

HTML with inline CSS

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

CSS Border Top color for the above div is #fcb49d

HTML with inline CSS

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

#fcb49d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcb49d Color code Preview on White Background

This is how #fcb49d Color code will look on white background color. Color contrast ratio is 1.73

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

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,180,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(157,229,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,180,157,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.