crispedge.com

Color picker

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

#fdc5bd hex color - Red - Warm color - Information

#fdc5bd hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fdc5bd Color code in RGB color code model is created after adding 99.22% red color, 77.25% green color and 74.12% blue color. Hex #fdc5bd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 25% yellow and 1% black.

Hex #fdc5bd color code is between #ffccbb web safe hex color code and #eebbcc web safe hex color code. #ffccbb is the nearest web safe color code. You can see here many more shades of #fdc5bd color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefdc5bd#fdc5bd
RGB Decimal253, 197, 189rgb(253, 197, 189)
RGB Percent99%, 77%, 74%rgb(99%, 77%, 74%)
CSS RGBa253, 197, 189,1rgba(253,197,189,1)
CMYK Modelcmyk(0%,22%,25%,1%)
HSL Color Space8,94% ,87%hsl(8,94% ,87%)
HSV Color Space8°, 25%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011100010110111101
Octal375305275
Decimal253197189
Hexfdc5bd

Different shades of #fdc5bd color code.

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

Light Shade of #fdc5bd
#fef0ee
Dark Shade of #fdc5bd
#fb998b
Saturated Shade of #fdc5bd
#ffc3bb
Desaturated Shade of #fdc5bd
#fac8c0
Grey scale Shade of #fdc5bd
#dddddd
Brighten Shade
#ffded6
Most Readable Shade
#000000

Shades of #fdc5bd color code

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

#fdc5bd
#e0afa8
#c49993
#a8837e
#8c6d69
#705754
#54413f
#382b2a
#1c1515
#000000

Similar Color like #fdc5bd color

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

#fec6be
#ffc7bf
#ffc8c0
#ffc9c1
#ffcac2
#ffcbc3
#ffccc4
#ffcdc5
#ffcec6
#ffcfc7
#ffd0c8
#ffd1c9
#ffd2ca
#ffd3cb
#fcc4bc
#fbc3bb
#fac2ba
#f9c1b9
#f8c0b8
#f7bfb7
#f6beb6
#f5bdb5
#f4bcb4
#f3bbb3
#f2bab2
#f1b9b1
#f0b8b0
#efb7af

Monochromatic Color with #fdc5bd

#fdc5bd
#28201e
#53413e
#7d625e
#a8837e
#d2a49d

Tints of #fdc5bd Color

#fdc5bd
#fdcbc4
#fdd1cb
#fdd8d3
#fddeda
#fee5e1
#feebe9
#fef2f0
#fef8f7
#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

#fdc5bd
#bdf5fd

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

Split Complementary

#fdc5bd
#bdfde5
#bdd5fd

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

Analogous Color

#fdbdcf
#fdbdc2
#fdc5bd
#fdd2bd
#fddfbd

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

#fdc5bd
#bdfdc5
#c5bdfd

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

#fdc5bd
#d5fdbd
#bdf5fd
#e5bdfd

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

#fdc5bd
#bdf5fd
#bdd5fd
#fde5bd

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

#fdc5bd Color Code Preview on Black Background Color

This is how #fdc5bd Color will look on black background color. Color contrast ratio is 13.90

#fdc5bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdc5bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdc5bd

#fdc5bd color code is use for CSS Background Color

Background color for the above div is #fdc5bd

HTML with inline CSS

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

#fdc5bd color code is use for CSS Border Color

CSS Border color for the above div is #fdc5bd

HTML with inline CSS

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

CSS Border Left color for the above div is #fdc5bd

HTML with inline CSS

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

CSS Border Right color for the above div is #fdc5bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdc5bd

HTML with inline CSS

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

CSS Border Top color for the above div is #fdc5bd

HTML with inline CSS

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

#fdc5bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdc5bd Color code Preview on White Background

This is how #fdc5bd Color code will look on white background color. Color contrast ratio is 1.51

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

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.