crispedge.com

Color picker

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

#fa7e9d hex color - Red - Warm color - Information

#fa7e9d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fa7e9d Color code in RGB color code model is created after adding 98.04% red color, 49.41% green color and 61.57% blue color. Hex #fa7e9d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 50% magenta, 37% yellow and 2% black.

Hex #fa7e9d color code is between #ff7799 web safe hex color code and #ee88aa web safe hex color code. #ff7799 is the nearest web safe color code. You can see here many more shades of #fa7e9d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefa7e9d#fa7e9d
RGB Decimal250, 126, 157rgb(250, 126, 157)
RGB Percent98%, 49%, 62%rgb(98%, 49%, 62%)
CSS RGBa250, 126, 157,1rgba(250,126,157,1)
CMYK Modelcmyk(0%,50%,37%,2%)
HSL Color Space345,93% ,74%hsl(345,93% ,74%)
HSV Color Space345°, 50%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110100111111010011101
Octal372176235
Decimal250126157
Hexfa7e9d

Different shades of #fa7e9d color code.

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

Light Shade of #fa7e9d
#fcafc2
Dark Shade of #fa7e9d
#f84d78
Saturated Shade of #fa7e9d
#ff799a
Desaturated Shade of #fa7e9d
#f385a0
Grey scale Shade of #fa7e9d
#bcbcbc
Brighten Shade
#ff97b6
Most Readable Shade
#000000

Shades of #fa7e9d color code

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

#fa7e9d
#de708b
#c2627a
#a65468
#8a4657
#6f3845
#532a34
#371c22
#1b0e11
#000000

Similar Color like #fa7e9d color

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

#fb7f9e
#fc809f
#fd81a0
#fe82a1
#ff83a2
#ff84a3
#ff85a4
#ff86a5
#ff87a6
#ff88a7
#ff89a8
#ff8aa9
#ff8baa
#ff8cab
#f97d9c
#f87c9b
#f77b9a
#f67a99
#f57998
#f47897
#f37796
#f27695
#f17594
#f07493
#ef7392
#ee7291
#ed7190
#ec708f

Monochromatic Color with #fa7e9d

#fa7e9d
#251318
#502832
#7a3e4d
#a55368
#cf6982

Tints of #fa7e9d Color

#fa7e9d
#fa8ca7
#fb9ab2
#fba9bd
#fcb7c8
#fcc5d3
#fdd4de
#fde2e9
#fef0f4
#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

#fa7e9d
#7efadb

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

Split Complementary

#fa7e9d
#7efa9d
#7edbfa

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

Analogous Color

#fa7ecf
#fa7eb6
#fa7e9d
#fa7e84
#fa917e

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

#fa7e9d
#9dfa7e
#7e9dfa

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

#fa7e9d
#dbfa7e
#7efadb
#9d7efa

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

#fa7e9d
#7efadb
#7edbfa
#fa9d7e

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

#fa7e9d Color Code Preview on Black Background Color

This is how #fa7e9d Color will look on black background color. Color contrast ratio is 8.54

#fa7e9d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa7e9d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa7e9d

#fa7e9d color code is use for CSS Background Color

Background color for the above div is #fa7e9d

HTML with inline CSS

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

#fa7e9d color code is use for CSS Border Color

CSS Border color for the above div is #fa7e9d

HTML with inline CSS

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

CSS Border Left color for the above div is #fa7e9d

HTML with inline CSS

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

CSS Border Right color for the above div is #fa7e9d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa7e9d

HTML with inline CSS

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

CSS Border Top color for the above div is #fa7e9d

HTML with inline CSS

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

#fa7e9d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa7e9d Color code Preview on White Background

This is how #fa7e9d Color code will look on white background color. Color contrast ratio is 2.46

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

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.