crispedge.com

Color picker

Loading...

#feb9d7 hex color - Red - Warm color - Information

#feb9d7 hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #feb9d7 color code is between #ffbbdd web safe hex color code and #eeaacc web safe hex color code. #ffbbdd is the nearest web safe color code. You can see here many more shades of #feb9d7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefeb9d7#feb9d7
RGB Decimal254, 185, 215rgb(254, 185, 215)
RGB Percent100%, 73%, 84%rgb(100%, 73%, 84%)
CSS RGBa254, 185, 215,1rgba(254,185,215,1)
CMYK Modelcmyk(0%,27%,15%,0%)
HSL Color Space334,97% ,86%hsl(334,97% ,86%)
HSV Color Space334°, 27%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101011100111010111
Octal376271327
Decimal254185215
Hexfeb9d7

Different shades of #feb9d7 color code.

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

Light Shade of #feb9d7
#ffebf4
Dark Shade of #feb9d7
#fd87ba
Saturated Shade of #feb9d7
#ffb8d7
Desaturated Shade of #feb9d7
#fabdd7
Grey scale Shade of #feb9d7
#dbdbdb
Brighten Shade
#ffd2f0
Most Readable Shade
#000000

Shades of #feb9d7 color code

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

#feb9d7
#e1a4bf
#c58fa7
#a97b8f
#8d6677
#70525f
#543d47
#38292f
#1c1417
#000000

Similar Color like #feb9d7 color

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

#ffbad8
#ffbbd9
#ffbcda
#ffbddb
#ffbedc
#ffbfdd
#ffc0de
#ffc1df
#ffc2e0
#ffc3e1
#ffc4e2
#ffc5e3
#ffc6e4
#ffc7e5
#fdb8d6
#fcb7d5
#fbb6d4
#fab5d3
#f9b4d2
#f8b3d1
#f7b2d0
#f6b1cf
#f5b0ce
#f4afcd
#f3aecc
#f2adcb
#f1acca
#f0abc9

Monochromatic Color with #feb9d7

#feb9d7
#291e23
#543d47
#7e5c6b
#a97b8f
#d39ab3

Tints of #feb9d7 Color

#feb9d7
#fec0db
#fec8df
#fed0e4
#fed8e8
#fedfed
#fee7f1
#feeff6
#fef7fa
#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

#feb9d7
#b9fee0

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

Split Complementary

#feb9d7
#b9febe
#b9fafe

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

Analogous Color

#feb9f3
#feb9e5
#feb9d7
#feb9c9
#feb9bb

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

#feb9d7
#d7feb9
#b9d7fe

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

#feb9d7
#f9feb9
#b9fee0
#bdb9fe

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

#feb9d7
#b9fee0
#b9fafe
#febeb9

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

#feb9d7 Color Code Preview on Black Background Color

This is how #feb9d7 Color will look on black background color. Color contrast ratio is 13.14

#feb9d7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #feb9d7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #feb9d7

#feb9d7 color code is use for CSS Background Color

Background color for the above div is #feb9d7

HTML with inline CSS

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

#feb9d7 color code is use for CSS Border Color

CSS Border color for the above div is #feb9d7

HTML with inline CSS

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

CSS Border Left color for the above div is #feb9d7

HTML with inline CSS

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

CSS Border Right color for the above div is #feb9d7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #feb9d7

HTML with inline CSS

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

CSS Border Top color for the above div is #feb9d7

HTML with inline CSS

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

#feb9d7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#feb9d7 Color code Preview on White Background

This is how #feb9d7 Color code will look on white background color. Color contrast ratio is 1.60

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

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,185,215,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(185,254,224,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,185,215,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.