crispedge.com

Color picker

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

#fa7ed9 hex color - Violet - Warm color - Information

#fa7ed9 hex color - Violet - Warm color

Color Hue/Base color: Violet

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefa7ed9#fa7ed9
RGB Decimal250, 126, 217rgb(250, 126, 217)
RGB Percent98%, 49%, 85%rgb(98%, 49%, 85%)
CSS RGBa250, 126, 217,1rgba(250,126,217,1)
CMYK Modelcmyk(0%,50%,13%,2%)
HSL Color Space316,93% ,74%hsl(316,93% ,74%)
HSV Color Space316°, 50%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110100111111011011001
Octal372176331
Decimal250126217
Hexfa7ed9

Different shades of #fa7ed9 color code.

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

Light Shade of #fa7ed9
#fcafe7
Dark Shade of #fa7ed9
#f84dcb
Saturated Shade of #fa7ed9
#ff79db
Desaturated Shade of #fa7ed9
#f385d6
Grey scale Shade of #fa7ed9
#bcbcbc
Brighten Shade
#ff97f2
Most Readable Shade
#000000

Shades of #fa7ed9 color code

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

#fa7ed9
#de70c0
#c262a8
#a65490
#8a4678
#6f3860
#532a48
#371c30
#1b0e18
#000000

Similar Color like #fa7ed9 color

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

#fb7fda
#fc80db
#fd81dc
#fe82dd
#ff83de
#ff84df
#ff85e0
#ff86e1
#ff87e2
#ff88e3
#ff89e4
#ff8ae5
#ff8be6
#ff8ce7
#f97dd8
#f87cd7
#f77bd6
#f67ad5
#f579d4
#f478d3
#f377d2
#f276d1
#f175d0
#f074cf
#ef73ce
#ee72cd
#ed71cc
#ec70cb

Monochromatic Color with #fa7ed9

#fa7ed9
#251321
#502845
#7a3e6a
#a5538f
#cf69b4

Tints of #fa7ed9 Color

#fa7ed9
#fa8cdd
#fb9ae1
#fba9e5
#fcb7e9
#fcc5ee
#fdd4f2
#fde2f6
#fef0fa
#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

#fa7ed9
#7efa9f

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

Split Complementary

#fa7ed9
#9bfa7e
#7efadd

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

Analogous Color

#e97efa
#fa7ef2
#fa7ed9
#fa7ec0
#fa7ea7

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

#fa7ed9
#d9fa7e
#7ed9fa

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

#fa7ed9
#fadd7e
#7efa9f
#7e9bfa

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

#fa7ed9
#7efa9f
#7efadd
#fa7e9b

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

#fa7ed9 Color Code Preview on Black Background Color

This is how #fa7ed9 Color will look on black background color. Color contrast ratio is 9.05

#fa7ed9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa7ed9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa7ed9

#fa7ed9 color code is use for CSS Background Color

Background color for the above div is #fa7ed9

HTML with inline CSS

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

#fa7ed9 color code is use for CSS Border Color

CSS Border color for the above div is #fa7ed9

HTML with inline CSS

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

CSS Border Left color for the above div is #fa7ed9

HTML with inline CSS

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

CSS Border Right color for the above div is #fa7ed9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa7ed9

HTML with inline CSS

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

CSS Border Top color for the above div is #fa7ed9

HTML with inline CSS

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

#fa7ed9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa7ed9 Color code Preview on White Background

This is how #fa7ed9 Color code will look on white background color. Color contrast ratio is 2.32

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

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.