crispedge.com

Color picker

Loading...

#fe5bea hex color - Red - Warm color - Information

#fe5bea hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fe5bea Color code in RGB color code model is created after adding 99.61% red color, 35.69% green color and 91.76% blue color. Hex #fe5bea Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 64% magenta, 8% yellow and 0% black.

Hex #fe5bea color code is between #ff55ee web safe hex color code and #ee66dd web safe hex color code. #ff55ee is the nearest web safe color code. You can see here many more shades of #fe5bea color code.

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Codefe5bea#fe5bea
RGB Decimal254, 91, 234rgb(254, 91, 234)
RGB Percent100%, 36%, 92%rgb(100%, 36%, 92%)
CSS RGBa254, 91, 234,1rgba(254,91,234,1)
CMYK Modelcmyk(0%,64%,8%,0%)
HSL Color Space307,99% ,68%hsl(307,99% ,68%)
HSV Color Space307°, 64%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111100101101111101010
Octal376133352
Decimal25491234
Hexfe5bea

Different shades of #fe5bea color code.

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

Light Shade of #fe5bea
#fe8ef0
Dark Shade of #fe5bea
#fe28e3
Saturated Shade of #fe5bea
#ff5aeb
Desaturated Shade of #fe5bea
#f663e4
Grey scale Shade of #fe5bea
#acacac
Brighten Shade
#ff74ff
Most Readable Shade
#000000

Shades of #fe5bea color code

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

#fe5bea
#e150d0
#c546b6
#a93c9c
#8d3282
#702868
#541e4e
#381434
#1c0a1a
#000000

Similar Color like #fe5bea color

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

#ff5ceb
#ff5dec
#ff5eed
#ff5fee
#ff60ef
#ff61f0
#ff62f1
#ff63f2
#ff64f3
#ff65f4
#ff66f5
#ff67f6
#ff68f7
#ff69f8
#fd5ae9
#fc59e8
#fb58e7
#fa57e6
#f956e5
#f855e4
#f754e3
#f653e2
#f552e1
#f451e0
#f350df
#f24fde
#f14edd
#f04ddc

Monochromatic Color with #fe5bea

#fe5bea
#290f26
#541e4d
#7e2d75
#a93d9c
#d34cc3

Tints of #fe5bea Color

#fe5bea
#fe6dec
#fe7fee
#fe91f1
#fea3f3
#feb6f5
#fec8f8
#fedafa
#feecfc
#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

#fe5bea
#5bfe6f

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

Split Complementary

#fe5bea
#99fe5b
#5bfec1

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

Analogous Color

#d15bfe
#f15bfe
#fe5bea
#fe5bc9
#fe5ba9

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

#fe5bea
#eafe5b
#5beafe

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

#fe5bea
#fec05b
#5bfe6f
#5b98fe

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

#fe5bea
#5bfe6f
#5bfec1
#fe5b99

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

#fe5bea Color Code Preview on Black Background Color

This is how #fe5bea Color will look on black background color. Color contrast ratio is 7.90

#fe5bea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe5bea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe5bea

#fe5bea color code is use for CSS Background Color

Background color for the above div is #fe5bea

HTML with inline CSS

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

#fe5bea color code is use for CSS Border Color

CSS Border color for the above div is #fe5bea

HTML with inline CSS

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

CSS Border Left color for the above div is #fe5bea

HTML with inline CSS

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

CSS Border Right color for the above div is #fe5bea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fe5bea

HTML with inline CSS

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

CSS Border Top color for the above div is #fe5bea

HTML with inline CSS

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

#fe5bea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fe5bea Color code Preview on White Background

This is how #fe5bea Color code will look on white background color. Color contrast ratio is 2.66

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

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,91,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(91,254,111,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,91,234,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.