crispedge.com

Color picker

Loading...

#fecbbf hex color - Red - Warm color - Information

#fecbbf hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

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

Hex #fecbbf color code is between #ffccbb web safe hex color code and #eebbcc web safe hex color code. #ffccbb is the nearest web safe color code. You can see here many more shades of #fecbbf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefecbbf#fecbbf
RGB Decimal254, 203, 191rgb(254, 203, 191)
RGB Percent100%, 80%, 75%rgb(100%, 80%, 75%)
CSS RGBa254, 203, 191,1rgba(254,203,191,1)
CMYK Modelcmyk(0%,20%,25%,0%)
HSL Color Space11,97% ,87%hsl(11,97% ,87%)
HSV Color Space11°, 25%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101100101110111111
Octal376313277
Decimal254203191
Hexfecbbf

Different shades of #fecbbf color code.

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

Light Shade of #fecbbf
#fff4f1
Dark Shade of #fecbbf
#fda28d
Saturated Shade of #fecbbf
#ffcabe
Desaturated Shade of #fecbbf
#fbcdc2
Grey scale Shade of #fecbbf
#dedede
Brighten Shade
#ffe4d8
Most Readable Shade
#000000

Shades of #fecbbf color code

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

#fecbbf
#e1b4a9
#c59d94
#a9877f
#8d706a
#705a54
#54433f
#382d2a
#1c1615
#000000

Similar Color like #fecbbf color

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

#ffccc0
#ffcdc1
#ffcec2
#ffcfc3
#ffd0c4
#ffd1c5
#ffd2c6
#ffd3c7
#ffd4c8
#ffd5c9
#ffd6ca
#ffd7cb
#ffd8cc
#ffd9cd
#fdcabe
#fcc9bd
#fbc8bc
#fac7bb
#f9c6ba
#f8c5b9
#f7c4b8
#f6c3b7
#f5c2b6
#f4c1b5
#f3c0b4
#f2bfb3
#f1beb2
#f0bdb1

Monochromatic Color with #fecbbf

#fecbbf
#29211f
#54433f
#7e655f
#a9877f
#d3a99f

Tints of #fecbbf Color

#fecbbf
#fed0c6
#fed6cd
#fedcd4
#fee2db
#fee7e2
#feede9
#fef3f0
#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

#fecbbf
#bff2fe

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

Split Complementary

#fecbbf
#bffeeb
#bfd3fe

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

Analogous Color

#febfcc
#febfc0
#fecbbf
#fed8bf
#fee4bf

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

#fecbbf
#bffecb
#cbbffe

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

#fecbbf
#d2febf
#bff2fe
#eabffe

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

#fecbbf
#bff2fe
#bfd3fe
#feebbf

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

#fecbbf Color Code Preview on Black Background Color

This is how #fecbbf Color will look on black background color. Color contrast ratio is 14.51

#fecbbf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fecbbf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fecbbf

#fecbbf color code is use for CSS Background Color

Background color for the above div is #fecbbf

HTML with inline CSS

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

#fecbbf color code is use for CSS Border Color

CSS Border color for the above div is #fecbbf

HTML with inline CSS

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

CSS Border Left color for the above div is #fecbbf

HTML with inline CSS

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

CSS Border Right color for the above div is #fecbbf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fecbbf

HTML with inline CSS

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

CSS Border Top color for the above div is #fecbbf

HTML with inline CSS

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

#fecbbf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fecbbf Color code Preview on White Background

This is how #fecbbf Color code will look on white background color. Color contrast ratio is 1.45

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

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,203,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(191,242,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,203,191,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.