crispedge.com

Color picker

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

#fc9dd5 hex color - Red - Warm color - Information

#fc9dd5 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #fc9dd5 Color code in RGB color code model is created after adding 98.82% red color, 61.57% green color and 83.53% blue color. Hex #fc9dd5 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 38% magenta, 15% yellow and 1% black.

Hex #fc9dd5 color code is between #ff99dd web safe hex color code and #eeaacc web safe hex color code. #ff99dd is the nearest web safe color code. You can see here many more shades of #fc9dd5 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefc9dd5#fc9dd5
RGB Decimal252, 157, 213rgb(252, 157, 213)
RGB Percent99%, 62%, 84%rgb(99%, 62%, 84%)
CSS RGBa252, 157, 213,1rgba(252,157,213,1)
CMYK Modelcmyk(0%,38%,15%,1%)
HSL Color Space325,94% ,80%hsl(325,94% ,80%)
HSV Color Space325°, 38%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001001110111010101
Octal374235325
Decimal252157213
Hexfc9dd5

Different shades of #fc9dd5 color code.

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

Light Shade of #fc9dd5
#feceea
Dark Shade of #fc9dd5
#fa6bc0
Saturated Shade of #fc9dd5
#ff9ad6
Desaturated Shade of #fc9dd5
#f7a2d4
Grey scale Shade of #fc9dd5
#cccccc
Brighten Shade
#ffb6ee
Most Readable Shade
#000000

Shades of #fc9dd5 color code

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

#fc9dd5
#e08bbd
#c47aa5
#a8688e
#8c5776
#70455e
#543447
#38222f
#1c1117
#000000

Similar Color like #fc9dd5 color

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

#fd9ed6
#fe9fd7
#ffa0d8
#ffa1d9
#ffa2da
#ffa3db
#ffa4dc
#ffa5dd
#ffa6de
#ffa7df
#ffa8e0
#ffa9e1
#ffaae2
#ffabe3
#fb9cd4
#fa9bd3
#f99ad2
#f899d1
#f798d0
#f697cf
#f596ce
#f495cd
#f394cc
#f293cb
#f192ca
#f091c9
#ef90c8
#ee8fc7

Monochromatic Color with #fc9dd5

#fc9dd5
#271921
#523345
#7c4e69
#a7688d
#d183b1

Tints of #fc9dd5 Color

#fc9dd5
#fca7d9
#fcb2de
#fdbde3
#fdc8e7
#fdd3ec
#fedef1
#fee9f5
#fef4fa
#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

#fc9dd5
#9dfcc4

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

Split Complementary

#fc9dd5
#a5fc9d
#9dfcf4

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

Analogous Color

#fc9dfb
#fc9de8
#fc9dd5
#fc9dc2
#fc9daf

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

#fc9dd5
#d5fc9d
#9dd5fc

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

#fc9dd5
#fcf39d
#9dfcc4
#9da5fc

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

#fc9dd5
#9dfcc4
#9dfcf4
#fc9da5

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

#fc9dd5 Color Code Preview on Black Background Color

This is how #fc9dd5 Color will look on black background color. Color contrast ratio is 10.92

#fc9dd5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc9dd5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc9dd5

#fc9dd5 color code is use for CSS Background Color

Background color for the above div is #fc9dd5

HTML with inline CSS

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

#fc9dd5 color code is use for CSS Border Color

CSS Border color for the above div is #fc9dd5

HTML with inline CSS

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

CSS Border Left color for the above div is #fc9dd5

HTML with inline CSS

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

CSS Border Right color for the above div is #fc9dd5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fc9dd5

HTML with inline CSS

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

CSS Border Top color for the above div is #fc9dd5

HTML with inline CSS

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

#fc9dd5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fc9dd5 Color code Preview on White Background

This is how #fc9dd5 Color code will look on white background color. Color contrast ratio is 1.92

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

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.