crispedge.com

Color picker

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

#fe94ae hex color - Red - Warm color - Information

#fe94ae hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fe94ae Color code in RGB color code model is created after adding 99.61% red color, 58.04% green color and 68.24% blue color. Hex #fe94ae Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 42% magenta, 31% yellow and 0% black.

Hex #fe94ae color code is between #ff99aa web safe hex color code and #ee88bb web safe hex color code. #ff99aa is the nearest web safe color code. You can see here many more shades of #fe94ae color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefe94ae#fe94ae
RGB Decimal254, 148, 174rgb(254, 148, 174)
RGB Percent100%, 58%, 68%rgb(100%, 58%, 68%)
CSS RGBa254, 148, 174,1rgba(254,148,174,1)
CMYK Modelcmyk(0%,42%,31%,0%)
HSL Color Space345,98% ,79%hsl(345,98% ,79%)
HSV Color Space345°, 42%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101001010010101110
Octal376224256
Decimal254148174
Hexfe94ae

Different shades of #fe94ae color code.

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

Light Shade of #fe94ae
#fec7d4
Dark Shade of #fe94ae
#fe6188
Saturated Shade of #fe94ae
#ff93ad
Desaturated Shade of #fe94ae
#f999b1
Grey scale Shade of #fe94ae
#c9c9c9
Brighten Shade
#ffadc7
Most Readable Shade
#000000

Shades of #fe94ae color code

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

#fe94ae
#e1839a
#c57387
#a96274
#8d5260
#70414d
#54313a
#382026
#1c1013
#000000

Similar Color like #fe94ae color

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

#ff95af
#ff96b0
#ff97b1
#ff98b2
#ff99b3
#ff9ab4
#ff9bb5
#ff9cb6
#ff9db7
#ff9eb8
#ff9fb9
#ffa0ba
#ffa1bb
#ffa2bc
#fd93ad
#fc92ac
#fb91ab
#fa90aa
#f98fa9
#f88ea8
#f78da7
#f68ca6
#f58ba5
#f48aa4
#f389a3
#f288a2
#f187a1
#f086a0

Monochromatic Color with #fe94ae

#fe94ae
#29181c
#54313a
#7e4a57
#a96274
#d37b91

Tints of #fe94ae Color

#fe94ae
#fe9fb7
#feabc0
#feb7c9
#fec3d2
#fecfdb
#fedbe4
#fee7ed
#fef3f6
#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

#fe94ae
#94fee4

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

Split Complementary

#fe94ae
#94feaf
#94e3fe

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

Analogous Color

#fe94d8
#fe94c3
#fe94ae
#fe9499
#fea494

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

#fe94ae
#aefe94
#94aefe

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

#fe94ae
#e3fe94
#94fee4
#af94fe

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

#fe94ae
#94fee4
#94e3fe
#feaf94

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

#fe94ae Color Code Preview on Black Background Color

This is how #fe94ae Color will look on black background color. Color contrast ratio is 10.06

#fe94ae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe94ae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe94ae

#fe94ae color code is use for CSS Background Color

Background color for the above div is #fe94ae

HTML with inline CSS

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

#fe94ae color code is use for CSS Border Color

CSS Border color for the above div is #fe94ae

HTML with inline CSS

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

CSS Border Left color for the above div is #fe94ae

HTML with inline CSS

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

CSS Border Right color for the above div is #fe94ae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fe94ae

HTML with inline CSS

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

CSS Border Top color for the above div is #fe94ae

HTML with inline CSS

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

#fe94ae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fe94ae Color code Preview on White Background

This is how #fe94ae Color code will look on white background color. Color contrast ratio is 2.09

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.