crispedge.com

Color picker

Loading...

#fe8480 hex color - Red - Warm color - Information

#fe8480 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fe8480 Color code in RGB color code model is created after adding 99.61% red color, 51.76% green color and 50.2% blue color. Hex #fe8480 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 48% magenta, 50% yellow and 0% black.

Hex #fe8480 color code is between #ff8888 web safe hex color code and #ee7777 web safe hex color code. #ff8888 is the nearest web safe color code. You can see here many more shades of #fe8480 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefe8480#fe8480
RGB Decimal254, 132, 128rgb(254, 132, 128)
RGB Percent100%, 52%, 50%rgb(100%, 52%, 50%)
CSS RGBa254, 132, 128,1rgba(254,132,128,1)
CMYK Modelcmyk(0%,48%,50%,0%)
HSL Color Space2,98% ,75%hsl(2,98% ,75%)
HSV Color Space2°, 50%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101000010010000000
Octal376204200
Decimal254132128
Hexfe8480

Different shades of #fe8480 color code.

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

Light Shade of #fe8480
#feb5b3
Dark Shade of #fe8480
#fe534d
Saturated Shade of #fe8480
#ff837f
Desaturated Shade of #fe8480
#f88a86
Grey scale Shade of #fe8480
#bfbfbf
Brighten Shade
#ff9d99
Most Readable Shade
#000000

Shades of #fe8480 color code

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

#fe8480
#e17571
#c56663
#a95855
#8d4947
#703a38
#542c2a
#381d1c
#1c0e0e
#000000

Similar Color like #fe8480 color

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

#ff8581
#ff8682
#ff8783
#ff8884
#ff8985
#ff8a86
#ff8b87
#ff8c88
#ff8d89
#ff8e8a
#ff8f8b
#ff908c
#ff918d
#ff928e
#fd837f
#fc827e
#fb817d
#fa807c
#f97f7b
#f87e7a
#f77d79
#f67c78
#f57b77
#f47a76
#f37975
#f27874
#f17773
#f07672

Monochromatic Color with #fe8480

#fe8480
#291615
#542c2a
#7e4240
#a95855
#d36e6b

Tints of #fe8480 Color

#fe8480
#fe918e
#fe9f9c
#feadaa
#febab8
#fec8c6
#fed6d4
#fee3e2
#fef1f0
#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

#fe8480
#80fafe

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

Split Complementary

#fe8480
#80fec3
#80bbfe

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

Analogous Color

#fe80ae
#fe8095
#fe8480
#fe9d80
#feb680

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

#fe8480
#80fe84
#8480fe

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

#fe8480
#bbfe80
#80fafe
#c380fe

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

#fe8480
#80fafe
#80bbfe
#fec380

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

#fe8480 Color Code Preview on Black Background Color

This is how #fe8480 Color will look on black background color. Color contrast ratio is 8.83

#fe8480 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe8480

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe8480

#fe8480 color code is use for CSS Background Color

Background color for the above div is #fe8480

HTML with inline CSS

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

#fe8480 color code is use for CSS Border Color

CSS Border color for the above div is #fe8480

HTML with inline CSS

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

CSS Border Left color for the above div is #fe8480

HTML with inline CSS

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

CSS Border Right color for the above div is #fe8480

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fe8480

HTML with inline CSS

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

CSS Border Top color for the above div is #fe8480

HTML with inline CSS

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

#fe8480 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fe8480 Color code Preview on White Background

This is how #fe8480 Color code will look on white background color. Color contrast ratio is 2.38

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

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,132,128,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(128,250,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,132,128,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.