crispedge.com

Color picker

Loading...

#febfb6 hex color - Red - Warm color - Information

#febfb6 hex color - Red - Warm color

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefebfb6#febfb6
RGB Decimal254, 191, 182rgb(254, 191, 182)
RGB Percent100%, 75%, 71%rgb(100%, 75%, 71%)
CSS RGBa254, 191, 182,1rgba(254,191,182,1)
CMYK Modelcmyk(0%,25%,28%,0%)
HSL Color Space8,97% ,85%hsl(8,97% ,85%)
HSV Color Space8°, 28%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101011111110110110
Octal376277266
Decimal254191182
Hexfebfb6

Different shades of #febfb6 color code.

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

Light Shade of #febfb6
#ffebe8
Dark Shade of #febfb6
#fd9384
Saturated Shade of #febfb6
#ffbeb5
Desaturated Shade of #febfb6
#fac2ba
Grey scale Shade of #febfb6
#dadada
Brighten Shade
#ffd8cf
Most Readable Shade
#000000

Shades of #febfb6 color code

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

#febfb6
#e1a9a1
#c5948d
#a97f79
#8d6a65
#705450
#543f3c
#382a28
#1c1514
#000000

Similar Color like #febfb6 color

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

#ffc0b7
#ffc1b8
#ffc2b9
#ffc3ba
#ffc4bb
#ffc5bc
#ffc6bd
#ffc7be
#ffc8bf
#ffc9c0
#ffcac1
#ffcbc2
#ffccc3
#ffcdc4
#fdbeb5
#fcbdb4
#fbbcb3
#fabbb2
#f9bab1
#f8b9b0
#f7b8af
#f6b7ae
#f5b6ad
#f4b5ac
#f3b4ab
#f2b3aa
#f1b2a9
#f0b1a8

Monochromatic Color with #febfb6

#febfb6
#291f1e
#543f3c
#7e5f5b
#a97f79
#d39f98

Tints of #febfb6 Color

#febfb6
#fec6be
#fecdc6
#fed4ce
#fedbd6
#fee2de
#fee9e6
#fef0ee
#fef7f6
#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

#febfb6
#b6f5fe

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

Split Complementary

#febfb6
#b6fee3
#b6d1fe

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

Analogous Color

#feb6ca
#feb6bb
#febfb6
#fecdb6
#fedcb6

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

#febfb6
#b6febf
#bfb6fe

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

#febfb6
#d1feb6
#b6f5fe
#e3b6fe

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

#febfb6
#b6f5fe
#b6d1fe
#fee3b6

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

#febfb6 Color Code Preview on Black Background Color

This is how #febfb6 Color will look on black background color. Color contrast ratio is 13.34

#febfb6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #febfb6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #febfb6

#febfb6 color code is use for CSS Background Color

Background color for the above div is #febfb6

HTML with inline CSS

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

#febfb6 color code is use for CSS Border Color

CSS Border color for the above div is #febfb6

HTML with inline CSS

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

CSS Border Left color for the above div is #febfb6

HTML with inline CSS

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

CSS Border Right color for the above div is #febfb6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #febfb6

HTML with inline CSS

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

CSS Border Top color for the above div is #febfb6

HTML with inline CSS

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

#febfb6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#febfb6 Color code Preview on White Background

This is how #febfb6 Color code will look on white background color. Color contrast ratio is 1.57

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

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