@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#fe4ffd hex color - Red - Warm color - Information

#fe4ffd hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fe4ffd Color code in RGB color code model is created after adding 99.61% red color, 30.98% green color and 99.22% blue color. Hex #fe4ffd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 69% magenta, 0% yellow and 0.39% black.

Hex #fe4ffd color code is between #ff55ff web safe hex color code and #ee44ee web safe hex color code. #ff55ff is the nearest web safe color code. You can see here many more shades of #fe4ffd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefe4ffd#fe4ffd
RGB Decimal254, 79, 253rgb(254, 79, 253)
RGB Percent100%, 31%, 99%rgb(100%, 31%, 99%)
CSS RGBa254, 79, 253,1rgba(254,79,253,1)
CMYK Modelcmyk(0%,69%,0%,0.39%)
HSL Color Space300,99% ,65%hsl(300,99% ,65%)
HSV Color Space300°, 69%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111100100111111111101
Octal376117375
Decimal25479253
Hexfe4ffd

Different shades of #fe4ffd color code.

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

Light Shade of #fe4ffd
#fe82fe
Dark Shade of #fe4ffd
#fe1cfc
Saturated Shade of #fe4ffd
#ff4efe
Desaturated Shade of #fe4ffd
#f558f4
Grey scale Shade of #fe4ffd
#a6a6a6
Brighten Shade
#ff68ff
Most Readable Shade
#000000

Shades of #fe4ffd color code

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

#fe4ffd
#e146e0
#c53dc4
#a934a8
#8d2b8c
#702370
#541a54
#381138
#1c081c
#000000

Similar Color like #fe4ffd color

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

#ff50fe
#ff51ff
#ff52ff
#ff53ff
#ff54ff
#ff55ff
#ff56ff
#ff57ff
#ff58ff
#ff59ff
#ff5aff
#ff5bff
#ff5cff
#ff5dff
#fd4efc
#fc4dfb
#fb4cfa
#fa4bf9
#f94af8
#f849f7
#f748f6
#f647f5
#f546f4
#f445f3
#f344f2
#f243f1
#f142f0
#f041ef

Monochromatic Color with #fe4ffd

#fe4ffd
#290d29
#541a54
#7e277e
#a935a8
#d342d3

Tints of #fe4ffd Color

#fe4ffd
#fe62fd
#fe76fd
#fe89fd
#fe9dfd
#feb0fe
#fec4fe
#fed7fe
#feebfe
#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

#fe4ffd
#4ffe50

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

Split Complementary

#fe4ffd
#a5fe4f
#4ffea8

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

Analogous Color

#b94ffe
#dc4ffe
#fe4ffd
#fe4fda
#fe4fb7

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

#fe4ffd
#fdfe4f
#4ffdfe

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

#fe4ffd
#fea74f
#4ffe50
#4fa5fe

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

#fe4ffd
#4ffe50
#4ffea8
#fe4fa5

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

#fe4ffd Color Code Preview on Black Background Color

This is how #fe4ffd Color will look on black background color. Color contrast ratio is 7.75

#fe4ffd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe4ffd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe4ffd

#fe4ffd color code is use for CSS Background Color

Background color for the above div is #fe4ffd

HTML with inline CSS

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

#fe4ffd color code is use for CSS Border Color

CSS Border color for the above div is #fe4ffd

HTML with inline CSS

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

CSS Border Left color for the above div is #fe4ffd

HTML with inline CSS

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

CSS Border Right color for the above div is #fe4ffd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fe4ffd

HTML with inline CSS

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

CSS Border Top color for the above div is #fe4ffd

HTML with inline CSS

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

#fe4ffd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fe4ffd Color code Preview on White Background

This is how #fe4ffd Color code will look on white background color. Color contrast ratio is 2.71

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

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,79,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(79,254,80,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,79,253,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.