crispedge.com

Color picker

Loading...

#feccb9 hex color - Red - Warm color - Information

#feccb9 hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codefeccb9#feccb9
RGB Decimal254, 204, 185rgb(254, 204, 185)
RGB Percent100%, 80%, 73%rgb(100%, 80%, 73%)
CSS RGBa254, 204, 185,1rgba(254,204,185,1)
CMYK Modelcmyk(0%,20%,27%,0%)
HSL Color Space17,97% ,86%hsl(17,97% ,86%)
HSV Color Space17°, 27%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101100110010111001
Octal376314271
Decimal254204185
Hexfeccb9

Different shades of #feccb9 color code.

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

Light Shade of #feccb9
#fff1eb
Dark Shade of #feccb9
#fda787
Saturated Shade of #feccb9
#ffccb8
Desaturated Shade of #feccb9
#facebd
Grey scale Shade of #feccb9
#dbdbdb
Brighten Shade
#ffe5d2
Most Readable Shade
#000000

Shades of #feccb9 color code

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

#feccb9
#e1b5a4
#c59e8f
#a9887b
#8d7166
#705a52
#54443d
#382d29
#1c1614
#000000

Similar Color like #feccb9 color

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

#ffcdba
#ffcebb
#ffcfbc
#ffd0bd
#ffd1be
#ffd2bf
#ffd3c0
#ffd4c1
#ffd5c2
#ffd6c3
#ffd7c4
#ffd8c5
#ffd9c6
#ffdac7
#fdcbb8
#fccab7
#fbc9b6
#fac8b5
#f9c7b4
#f8c6b3
#f7c5b2
#f6c4b1
#f5c3b0
#f4c2af
#f3c1ae
#f2c0ad
#f1bfac
#f0beab

Monochromatic Color with #feccb9

#feccb9
#29211e
#54433d
#7e665c
#a9887b
#d3aa9a

Tints of #feccb9 Color

#feccb9
#fed1c0
#fed7c8
#feddd0
#fee2d8
#fee8df
#feeee7
#fef3ef
#fef9f7
#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

#feccb9
#b9ebfe

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

Split Complementary

#feccb9
#b9feef
#b9c8fe

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

Analogous Color

#feb9c2
#febeb9
#feccb9
#fedab9
#fee8b9

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

#feccb9
#b9fecc
#ccb9fe

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

#feccb9
#c8feb9
#b9ebfe
#eeb9fe

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

#feccb9
#b9ebfe
#b9c8fe
#feefb9

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

#feccb9 Color Code Preview on Black Background Color

This is how #feccb9 Color will look on black background color. Color contrast ratio is 14.55

#feccb9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #feccb9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #feccb9

#feccb9 color code is use for CSS Background Color

Background color for the above div is #feccb9

HTML with inline CSS

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

#feccb9 color code is use for CSS Border Color

CSS Border color for the above div is #feccb9

HTML with inline CSS

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

CSS Border Left color for the above div is #feccb9

HTML with inline CSS

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

CSS Border Right color for the above div is #feccb9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #feccb9

HTML with inline CSS

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

CSS Border Top color for the above div is #feccb9

HTML with inline CSS

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

#feccb9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#feccb9 Color code Preview on White Background

This is how #feccb9 Color code will look on white background color. Color contrast ratio is 1.44

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

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(254,204,185,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(185,235,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,204,185,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.