crispedge.com

Color picker

Loading...

#fe7abf hex color - Violet - Warm color - Information

#fe7abf hex color - Violet - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Violet

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

Hex #fe7abf color code is between #ff77bb web safe hex color code and #ee88cc web safe hex color code. #ff77bb is the nearest web safe color code. You can see here many more shades of #fe7abf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code fe7abf #fe7abf
RGB Decimal 254, 122, 191 rgb(254, 122, 191)
RGB Percent 100%, 48%, 75% rgb(100%, 48%, 75%)
CSS RGBa 254, 122, 191,1 rgba(254,122,191,1)
CMYK Model cmyk(0%,52%,25%,0%)
HSL Color Space 329,99% ,74% hsl(329,99% ,74%)
HSV Color Space 329°, 52%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111110 01111010 10111111
Octal 376 172 277
Decimal 254 122 191
Hex fe 7a bf

Different shades of #fe7abf color code.

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

Light Shade of #fe7abf
#feadd7
Dark Shade of #fe7abf
#fe47a7
Saturated Shade of #fe7abf
#ff79bf
Desaturated Shade of #fe7abf
#f781bf
Grey scale Shade of #fe7abf
#bcbcbc
Brighten Shade
#ff93d8
Most Readable Shade
#000000

Shades of #fe7abf color code

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

#fe7abf
#e16ca9
#c55e94
#a9517f
#8d436a
#703654
#54283f
#381b2a
#1c0d15
#000000

Similar Color like #fe7abf color

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

#ff7bc0
#ff7cc1
#ff7dc2
#ff7ec3
#ff7fc4
#ff80c5
#ff81c6
#ff82c7
#ff83c8
#ff84c9
#ff85ca
#ff86cb
#ff87cc
#ff88cd
#fd79be
#fc78bd
#fb77bc
#fa76bb
#f975ba
#f874b9
#f773b8
#f672b7
#f571b6
#f470b5
#f36fb4
#f26eb3
#f16db2
#f06cb1

Monochromatic Color with #fe7abf

#fe7abf
#29141f
#54283f
#7e3d5f
#a9517f
#d3669f

Tints of #fe7abf Color

#fe7abf
#fe88c6
#fe97cd
#fea6d4
#feb5db
#fec3e2
#fed2e9
#fee1f0
#fef0f7
#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

#fe7abf
#7afeb9

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

Split Complementary

#fe7abf
#7dfe7a
#7afefb

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

Analogous Color

#fe7af4
#fe7ad9
#fe7abf
#fe7aa5
#fe7a8a

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

#fe7abf
#bffe7a
#7abffe

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

#fe7abf
#fefb7a
#7afeb9
#7a7dfe

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

#fe7abf
#7afeb9
#7afefb
#fe7a7d

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

#fe7abf Color Code Preview on Black Background Color

This is how #fe7abf Color will look on black background color. Color contrast ratio is 8.75

#fe7abf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe7abf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe7abf

#fe7abf color code is use for CSS Background Color

Background color for the above div is #fe7abf

HTML with inline CSS

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

#fe7abf color code is use for CSS Border Color

CSS Border color for the above div is #fe7abf

HTML with inline CSS

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

CSS Border Left color for the above div is #fe7abf

HTML with inline CSS

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

CSS Border Right color for the above div is #fe7abf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fe7abf

HTML with inline CSS

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

CSS Border Top color for the above div is #fe7abf

HTML with inline CSS

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

#fe7abf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fe7abf Color code Preview on White Background

This is how #fe7abf Color code will look on white background color. Color contrast ratio is 2.40

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

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