crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#feb5b7 hex color - Red - Warm color - Information

#feb5b7 hex color - Red - Warm color

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codefeb5b7#feb5b7
RGB Decimal254, 181, 183rgb(254, 181, 183)
RGB Percent100%, 71%, 72%rgb(100%, 71%, 72%)
CSS RGBa254, 181, 183,1rgba(254,181,183,1)
CMYK Modelcmyk(0%,29%,28%,0%)
HSL Color Space358,97% ,85%hsl(358,97% ,85%)
HSV Color Space358°, 29%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101011010110110111
Octal376265267
Decimal254181183
Hexfeb5b7

Different shades of #feb5b7 color code.

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

Light Shade of #feb5b7
#ffe7e8
Dark Shade of #feb5b7
#fd8386
Saturated Shade of #feb5b7
#ffb4b6
Desaturated Shade of #feb5b7
#fab9bb
Grey scale Shade of #feb5b7
#d9d9d9
Brighten Shade
#ffced0
Most Readable Shade
#000000

Shades of #feb5b7 color code

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

#feb5b7
#e1a0a2
#c58c8e
#a9787a
#8d6465
#705051
#543c3d
#382828
#1c1414
#000000

Similar Color like #feb5b7 color

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

#ffb6b8
#ffb7b9
#ffb8ba
#ffb9bb
#ffbabc
#ffbbbd
#ffbcbe
#ffbdbf
#ffbec0
#ffbfc1
#ffc0c2
#ffc1c3
#ffc2c4
#ffc3c5
#fdb4b6
#fcb3b5
#fbb2b4
#fab1b3
#f9b0b2
#f8afb1
#f7aeb0
#f6adaf
#f5acae
#f4abad
#f3aaac
#f2a9ab
#f1a8aa
#f0a7a9

Monochromatic Color with #feb5b7

#feb5b7
#291e1e
#543c3d
#7e5a5b
#a9787a
#d39798

Tints of #feb5b7 Color

#feb5b7
#febdbf
#fec5c7
#fecdcf
#fed5d7
#fededf
#fee6e7
#feeeef
#fef6f7
#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

#feb5b7
#b5fefc

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

Split Complementary

#feb5b7
#b5fed7
#b5dbfe

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

Analogous Color

#feb5d4
#feb5c6
#feb5b7
#fec2b5
#fed0b5

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

#feb5b7
#b7feb5
#b5b7fe

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

#feb5b7
#dbfeb5
#b5fefc
#d7b5fe

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

#feb5b7
#b5fefc
#b5dbfe
#fed8b5

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

#feb5b7 Color Code Preview on Black Background Color

This is how #feb5b7 Color will look on black background color. Color contrast ratio is 12.51

#feb5b7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #feb5b7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #feb5b7

#feb5b7 color code is use for CSS Background Color

Background color for the above div is #feb5b7

HTML with inline CSS

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

#feb5b7 color code is use for CSS Border Color

CSS Border color for the above div is #feb5b7

HTML with inline CSS

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

CSS Border Left color for the above div is #feb5b7

HTML with inline CSS

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

CSS Border Right color for the above div is #feb5b7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #feb5b7

HTML with inline CSS

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

CSS Border Top color for the above div is #feb5b7

HTML with inline CSS

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

#feb5b7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#feb5b7 Color code Preview on White Background

This is how #feb5b7 Color code will look on white background color. Color contrast ratio is 1.68

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.