crispedge.com

Color picker

Loading...

#fbd1ac hex color - Orange - Warm color - Information

#fbd1ac hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #fbd1ac Color code in RGB color code model is created after adding 98.43% red color, 81.96% green color and 67.45% blue color. Hex #fbd1ac Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 17% magenta, 31% yellow and 2% black.

Hex #fbd1ac color code is between #ffccaa web safe hex color code and #eeddbb web safe hex color code. #ffccaa is the nearest web safe color code. You can see here many more shades of #fbd1ac color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codefbd1ac#fbd1ac
RGB Decimal251, 209, 172rgb(251, 209, 172)
RGB Percent98%, 82%, 67%rgb(98%, 82%, 67%)
CSS RGBa251, 209, 172,1rgba(251,209,172,1)
CMYK Modelcmyk(0%,17%,31%,2%)
HSL Color Space28,91% ,83%hsl(28,91% ,83%)
HSV Color Space28°, 31%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110111101000110101100
Octal373321254
Decimal251209172
Hexfbd1ac

Different shades of #fbd1ac color code.

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

Light Shade of #fbd1ac
#fdecdd
Dark Shade of #fbd1ac
#f9b67b
Saturated Shade of #fbd1ac
#ffd1a8
Desaturated Shade of #fbd1ac
#f7d1b0
Grey scale Shade of #fbd1ac
#d3d3d3
Brighten Shade
#ffeac5
Most Readable Shade
#000000

Shades of #fbd1ac color code

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

#fbd1ac
#dfb998
#c3a285
#a78b72
#8b745f
#6f5c4c
#534539
#372e26
#1b1713
#000000

Similar Color like #fbd1ac color

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

#fcd2ad
#fdd3ae
#fed4af
#ffd5b0
#ffd6b1
#ffd7b2
#ffd8b3
#ffd9b4
#ffdab5
#ffdbb6
#ffdcb7
#ffddb8
#ffdeb9
#ffdfba
#fad0ab
#f9cfaa
#f8cea9
#f7cda8
#f6cca7
#f5cba6
#f4caa5
#f3c9a4
#f2c8a3
#f1c7a2
#f0c6a1
#efc5a0
#eec49f
#edc39e

Monochromatic Color with #fbd1ac

#fbd1ac
#26201a
#514338
#7b6755
#a68a72
#d0ae8f

Tints of #fbd1ac Color

#fbd1ac
#fbd6b5
#fbdbbe
#fce0c7
#fce5d0
#fdeada
#fdefe3
#fef4ec
#fef9f5
#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

#fbd1ac
#acd6fb

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

Split Complementary

#fbd1ac
#acfbf8
#acaffb

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

Analogous Color

#fbb1ac
#fbc1ac
#fbd1ac
#fbe1ac
#fbf1ac

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

#fbd1ac
#acfbd1
#d1acfb

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

#fbd1ac
#aefbac
#acd6fb
#f8acfb

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

#fbd1ac
#acd6fb
#acaffb
#fbf8ac

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

#fbd1ac Color Code Preview on Black Background Color

This is how #fbd1ac Color will look on black background color. Color contrast ratio is 14.82

#fbd1ac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fbd1ac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fbd1ac

#fbd1ac color code is use for CSS Background Color

Background color for the above div is #fbd1ac

HTML with inline CSS

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

#fbd1ac color code is use for CSS Border Color

CSS Border color for the above div is #fbd1ac

HTML with inline CSS

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

CSS Border Left color for the above div is #fbd1ac

HTML with inline CSS

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

CSS Border Right color for the above div is #fbd1ac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fbd1ac

HTML with inline CSS

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

CSS Border Top color for the above div is #fbd1ac

HTML with inline CSS

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

#fbd1ac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fbd1ac Color code Preview on White Background

This is how #fbd1ac Color code will look on white background color. Color contrast ratio is 1.42

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.