crispedge.com

Color picker

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

#fd9fa0 hex color - Red - Warm color - Information

#fd9fa0 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fd9fa0 Color code in RGB color code model is created after adding 99.22% red color, 62.35% green color and 62.75% blue color. Hex #fd9fa0 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 37% magenta, 37% yellow and 1% black.

Hex #fd9fa0 color code is between #ff9999 web safe hex color code and #eeaaaa web safe hex color code. #ff9999 is the nearest web safe color code. You can see here many more shades of #fd9fa0 color code.

0 Likes 0 Comments | 10 Views

Color Table

Hex Color Codefd9fa0#fd9fa0
RGB Decimal253, 159, 160rgb(253, 159, 160)
RGB Percent99%, 62%, 63%rgb(99%, 62%, 63%)
CSS RGBa253, 159, 160,1rgba(253,159,160,1)
CMYK Modelcmyk(0%,37%,37%,1%)
HSL Color Space359,96% ,81%hsl(359,96% ,81%)
HSV Color Space359°, 37%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011001111110100000
Octal375237240
Decimal253159160
Hexfd9fa0

Different shades of #fd9fa0 color code.

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

Light Shade of #fd9fa0
#fed1d1
Dark Shade of #fd9fa0
#fc6d6f
Saturated Shade of #fd9fa0
#ff9d9e
Desaturated Shade of #fd9fa0
#f8a4a5
Grey scale Shade of #fd9fa0
#cecece
Brighten Shade
#ffb8b9
Most Readable Shade
#000000

Shades of #fd9fa0 color code

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

#fd9fa0
#e08d8e
#c47b7c
#a86a6a
#8c5858
#704647
#543535
#382323
#1c1111
#000000

Similar Color like #fd9fa0 color

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

#fea0a1
#ffa1a2
#ffa2a3
#ffa3a4
#ffa4a5
#ffa5a6
#ffa6a7
#ffa7a8
#ffa8a9
#ffa9aa
#ffaaab
#ffabac
#ffacad
#ffadae
#fc9e9f
#fb9d9e
#fa9c9d
#f99b9c
#f89a9b
#f7999a
#f69899
#f59798
#f49697
#f39596
#f29495
#f19394
#f09293
#ef9192

Monochromatic Color with #fd9fa0

#fd9fa0
#28191a
#533434
#7d4f4f
#a86a6a
#d28485

Tints of #fd9fa0 Color

#fd9fa0
#fda9aa
#fdb4b5
#fdbfbf
#fdc9ca
#fed4d4
#fedfdf
#fee9e9
#fef4f4
#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

#fd9fa0
#9ffdfc

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

Split Complementary

#fd9fa0
#9ffdcd
#9fcffd

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

Analogous Color

#fd9fc6
#fd9fb3
#fd9fa0
#fdb19f
#fdc49f

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

#fd9fa0
#a0fd9f
#9fa0fd

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

#fd9fa0
#cffd9f
#9ffdfc
#cd9ffd

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

#fd9fa0
#9ffdfc
#9fcffd
#fdcd9f

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

#fd9fa0 Color Code Preview on Black Background Color

This is how #fd9fa0 Color will look on black background color. Color contrast ratio is 10.64

#fd9fa0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd9fa0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd9fa0

#fd9fa0 color code is use for CSS Background Color

Background color for the above div is #fd9fa0

HTML with inline CSS

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

#fd9fa0 color code is use for CSS Border Color

CSS Border color for the above div is #fd9fa0

HTML with inline CSS

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

CSS Border Left color for the above div is #fd9fa0

HTML with inline CSS

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

CSS Border Right color for the above div is #fd9fa0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd9fa0

HTML with inline CSS

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

CSS Border Top color for the above div is #fd9fa0

HTML with inline CSS

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

#fd9fa0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd9fa0 Color code Preview on White Background

This is how #fd9fa0 Color code will look on white background color. Color contrast ratio is 1.97

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

Related Gradients

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

0 Likes 0 Comments | 10 Views

Post your comment:-

By submitting comment you agree to our privacy policy.