crispedge.com

Color picker

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

#fd9dd0 hex color - Red - Warm color - Information

#fd9dd0 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

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

Hex #fd9dd0 color code is between #ff99cc web safe hex color code and #eeaadd web safe hex color code. #ff99cc is the nearest web safe color code. You can see here many more shades of #fd9dd0 color code.

0 Likes 0 Comments | 17 Views

Color Table

Hex Color Codefd9dd0#fd9dd0
RGB Decimal253, 157, 208rgb(253, 157, 208)
RGB Percent99%, 62%, 82%rgb(99%, 62%, 82%)
CSS RGBa253, 157, 208,1rgba(253,157,208,1)
CMYK Modelcmyk(0%,38%,18%,1%)
HSL Color Space328,96% ,80%hsl(328,96% ,80%)
HSV Color Space328°, 38%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011001110111010000
Octal375235320
Decimal253157208
Hexfd9dd0

Different shades of #fd9dd0 color code.

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

Light Shade of #fd9dd0
#fecfe8
Dark Shade of #fd9dd0
#fc6bb8
Saturated Shade of #fd9dd0
#ff9bd0
Desaturated Shade of #fd9dd0
#f8a2d0
Grey scale Shade of #fd9dd0
#cdcdcd
Brighten Shade
#ffb6e9
Most Readable Shade
#000000

Shades of #fd9dd0 color code

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

#fd9dd0
#e08bb8
#c47aa1
#a8688a
#8c5773
#70455c
#543445
#38222e
#1c1117
#000000

Similar Color like #fd9dd0 color

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

#fe9ed1
#ff9fd2
#ffa0d3
#ffa1d4
#ffa2d5
#ffa3d6
#ffa4d7
#ffa5d8
#ffa6d9
#ffa7da
#ffa8db
#ffa9dc
#ffaadd
#ffabde
#fc9ccf
#fb9bce
#fa9acd
#f999cc
#f898cb
#f797ca
#f696c9
#f595c8
#f494c7
#f393c6
#f292c5
#f191c4
#f090c3
#ef8fc2

Monochromatic Color with #fd9dd0

#fd9dd0
#281921
#533344
#7d4e67
#a8688a
#d283ad

Tints of #fd9dd0 Color

#fd9dd0
#fda7d5
#fdb2da
#fdbddf
#fdc8e4
#fed3ea
#fedeef
#fee9f4
#fef4f9
#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

#fd9dd0
#9dfdca

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

Split Complementary

#fd9dd0
#a0fd9d
#9dfdfa

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

Analogous Color

#fd9df6
#fd9de3
#fd9dd0
#fd9dbd
#fd9daa

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

#fd9dd0
#d0fd9d
#9dd0fd

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

#fd9dd0
#fdfa9d
#9dfdca
#9da0fd

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

#fd9dd0
#9dfdca
#9dfdfa
#fd9da0

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

#fd9dd0 Color Code Preview on Black Background Color

This is how #fd9dd0 Color will look on black background color. Color contrast ratio is 10.91

#fd9dd0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd9dd0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd9dd0

#fd9dd0 color code is use for CSS Background Color

Background color for the above div is #fd9dd0

HTML with inline CSS

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

#fd9dd0 color code is use for CSS Border Color

CSS Border color for the above div is #fd9dd0

HTML with inline CSS

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

CSS Border Left color for the above div is #fd9dd0

HTML with inline CSS

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

CSS Border Right color for the above div is #fd9dd0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd9dd0

HTML with inline CSS

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

CSS Border Top color for the above div is #fd9dd0

HTML with inline CSS

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

#fd9dd0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd9dd0 Color code Preview on White Background

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

Related Gradients

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

0 Likes 0 Comments | 17 Views

Post your comment:-

By submitting comment you agree to our privacy policy.