crispedge.com

Color picker

Loading...

#fbcd9c hex color - Orange - Warm color - Information

#fbcd9c hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #fbcd9c Color code in RGB color code model is created after adding 98.43% red color, 80.39% green color and 61.18% blue color. Hex #fbcd9c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 38% yellow and 2% black.

Hex #fbcd9c color code is between #ffcc99 web safe hex color code and #eeddaa web safe hex color code. #ffcc99 is the nearest web safe color code. You can see here many more shades of #fbcd9c color code.

0 Likes 0 Comments | 6 Views

RGB Chart

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

Color Table

Hex Color Codefbcd9c#fbcd9c
RGB Decimal251, 205, 156rgb(251, 205, 156)
RGB Percent98%, 80%, 61%rgb(98%, 80%, 61%)
CSS RGBa251, 205, 156,1rgba(251,205,156,1)
CMYK Modelcmyk(0%,18%,38%,2%)
HSL Color Space31,92% ,80%hsl(31,92% ,80%)
HSV Color Space31°, 38%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110111100110110011100
Octal373315234
Decimal251205156
Hexfbcd9c

Different shades of #fbcd9c color code.

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

Light Shade of #fbcd9c
#fde6cd
Dark Shade of #fbcd9c
#f9b46b
Saturated Shade of #fbcd9c
#ffcd98
Desaturated Shade of #fbcd9c
#f6cda1
Grey scale Shade of #fbcd9c
#cbcbcb
Brighten Shade
#ffe6b5
Most Readable Shade
#000000

Shades of #fbcd9c color code

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

#fbcd9c
#dfb68a
#c39f79
#a78868
#8b7156
#6f5b45
#534434
#372d22
#1b1611
#000000

Similar Color like #fbcd9c color

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

#fcce9d
#fdcf9e
#fed09f
#ffd1a0
#ffd2a1
#ffd3a2
#ffd4a3
#ffd5a4
#ffd6a5
#ffd7a6
#ffd8a7
#ffd9a8
#ffdaa9
#ffdbaa
#facc9b
#f9cb9a
#f8ca99
#f7c998
#f6c897
#f5c796
#f4c695
#f3c594
#f2c493
#f1c392
#f0c291
#efc190
#eec08f
#edbf8e

Monochromatic Color with #fbcd9c

#fbcd9c
#261f18
#514232
#7b654d
#a68867
#d0aa82

Tints of #fbcd9c Color

#fbcd9c
#fbd2a7
#fbd8b2
#fcddbd
#fce3c8
#fde8d3
#fdeede
#fef3e9
#fef9f4
#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

#fbcd9c
#9ccafb

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

Split Complementary

#fbcd9c
#9cf9fb
#9e9cfb

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

Analogous Color

#fba79c
#fbba9c
#fbcd9c
#fbe09c
#fbf39c

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

#fbcd9c
#9cfbcd
#cd9cfb

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

#fbcd9c
#9cfb9d
#9ccafb
#fb9cf9

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

#fbcd9c
#9ccafb
#9e9cfb
#fafb9c

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

#fbcd9c Color Code Preview on Black Background Color

This is how #fbcd9c Color will look on black background color. Color contrast ratio is 14.31

#fbcd9c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fbcd9c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fbcd9c

#fbcd9c color code is use for CSS Background Color

Background color for the above div is #fbcd9c

HTML with inline CSS

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

#fbcd9c color code is use for CSS Border Color

CSS Border color for the above div is #fbcd9c

HTML with inline CSS

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

CSS Border Left color for the above div is #fbcd9c

HTML with inline CSS

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

CSS Border Right color for the above div is #fbcd9c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fbcd9c

HTML with inline CSS

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

CSS Border Top color for the above div is #fbcd9c

HTML with inline CSS

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

#fbcd9c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fbcd9c Color code Preview on White Background

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

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(251,205,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(156,202,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(251,205,156,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.