crispedge.com

Color picker

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

#fa8ca5 hex color - Red - Warm color - Information

#fa8ca5 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #fa8ca5 Color code in RGB color code model is created after adding 98.04% red color, 54.9% green color and 64.71% blue color. Hex #fa8ca5 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 44% magenta, 34% yellow and 2% black.

Hex #fa8ca5 color code is between #ff88aa web safe hex color code and #ee9999 web safe hex color code. #ff88aa is the nearest web safe color code. You can see here many more shades of #fa8ca5 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefa8ca5#fa8ca5
RGB Decimal250, 140, 165rgb(250, 140, 165)
RGB Percent98%, 55%, 65%rgb(98%, 55%, 65%)
CSS RGBa250, 140, 165,1rgba(250,140,165,1)
CMYK Modelcmyk(0%,44%,34%,2%)
HSL Color Space346,92% ,76%hsl(346,92% ,76%)
HSV Color Space346°, 44%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101000110010100101
Octal372214245
Decimal250140165
Hexfa8ca5

Different shades of #fa8ca5 color code.

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

Light Shade of #fa8ca5
#fcbdcb
Dark Shade of #fa8ca5
#f85b7f
Saturated Shade of #fa8ca5
#ff87a2
Desaturated Shade of #fa8ca5
#f492a8
Grey scale Shade of #fa8ca5
#c3c3c3
Brighten Shade
#ffa5be
Most Readable Shade
#000000

Shades of #fa8ca5 color code

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

#fa8ca5
#de7c92
#c26c80
#a65d6e
#8a4d5b
#6f3e49
#532e37
#371f24
#1b0f12
#000000

Similar Color like #fa8ca5 color

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

#fb8da6
#fc8ea7
#fd8fa8
#fe90a9
#ff91aa
#ff92ab
#ff93ac
#ff94ad
#ff95ae
#ff96af
#ff97b0
#ff98b1
#ff99b2
#ff9ab3
#f98ba4
#f88aa3
#f789a2
#f688a1
#f587a0
#f4869f
#f3859e
#f2849d
#f1839c
#f0829b
#ef819a
#ee8099
#ed7f98
#ec7e97

Monochromatic Color with #fa8ca5

#fa8ca5
#251519
#502d35
#7a4551
#a55c6d
#cf7489

Tints of #fa8ca5 Color

#fa8ca5
#fa98af
#fba5b9
#fbb2c3
#fcbfcd
#fccbd7
#fdd8e1
#fde5eb
#fef2f5
#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

#fa8ca5
#8cfae1

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

Split Complementary

#fa8ca5
#8cfaaa
#8cdcfa

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

Analogous Color

#fa8cd1
#fa8cbb
#fa8ca5
#fa8c8f
#fa9f8c

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

#fa8ca5
#a5fa8c
#8ca5fa

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

#fa8ca5
#dcfa8c
#8cfae1
#aa8cfa

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

#fa8ca5
#8cfae1
#8cdcfa
#faaa8c

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

#fa8ca5 Color Code Preview on Black Background Color

This is how #fa8ca5 Color will look on black background color. Color contrast ratio is 9.36

#fa8ca5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa8ca5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa8ca5

#fa8ca5 color code is use for CSS Background Color

Background color for the above div is #fa8ca5

HTML with inline CSS

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

#fa8ca5 color code is use for CSS Border Color

CSS Border color for the above div is #fa8ca5

HTML with inline CSS

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

CSS Border Left color for the above div is #fa8ca5

HTML with inline CSS

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

CSS Border Right color for the above div is #fa8ca5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa8ca5

HTML with inline CSS

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

CSS Border Top color for the above div is #fa8ca5

HTML with inline CSS

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

#fa8ca5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa8ca5 Color code Preview on White Background

This is how #fa8ca5 Color code will look on white background color. Color contrast ratio is 2.24

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

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.