crispedge.com

Color picker

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

#fdd5cc hex color - Red - Warm color - Information

#fdd5cc hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #fdd5cc Color code in RGB color code model is created after adding 99.22% red color, 83.53% green color and 80% blue color. Hex #fdd5cc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 19% yellow and 1% black.

Hex #fdd5cc color code is between #ffddbb web safe hex color code and #eeccdd web safe hex color code. #ffddbb is the nearest web safe color code. You can see here many more shades of #fdd5cc color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefdd5cc#fdd5cc
RGB Decimal253, 213, 204rgb(253, 213, 204)
RGB Percent99%, 84%, 80%rgb(99%, 84%, 80%)
CSS RGBa253, 213, 204,1rgba(253,213,204,1)
CMYK Modelcmyk(0%,16%,19%,1%)
HSL Color Space11,92% ,90%hsl(11,92% ,90%)
HSV Color Space11°, 19%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011101010111001100
Octal375325314
Decimal253213204
Hexfdd5cc

Different shades of #fdd5cc color code.

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

Light Shade of #fdd5cc
#fffdfd
Dark Shade of #fdd5cc
#fbad9b
Saturated Shade of #fdd5cc
#ffd4ca
Desaturated Shade of #fdd5cc
#fad7cf
Grey scale Shade of #fdd5cc
#e4e4e4
Brighten Shade
#ffeee5
Most Readable Shade
#000000

Shades of #fdd5cc color code

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

#fdd5cc
#e0bdb5
#c4a59e
#a88e88
#8c7671
#705e5a
#544744
#382f2d
#1c1716
#000000

Similar Color like #fdd5cc color

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

#fed6cd
#ffd7ce
#ffd8cf
#ffd9d0
#ffdad1
#ffdbd2
#ffdcd3
#ffddd4
#ffded5
#ffdfd6
#ffe0d7
#ffe1d8
#ffe2d9
#ffe3da
#fcd4cb
#fbd3ca
#fad2c9
#f9d1c8
#f8d0c7
#f7cfc6
#f6cec5
#f5cdc4
#f4ccc3
#f3cbc2
#f2cac1
#f1c9c0
#f0c8bf
#efc7be

Monochromatic Color with #fdd5cc

#fdd5cc
#282221
#534643
#7d6a65
#a88d87
#d2b1aa

Tints of #fdd5cc Color

#fdd5cc
#fdd9d1
#fdded7
#fde3dd
#fde7e2
#feece8
#fef1ee
#fef5f3
#fefaf9
#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

#fdd5cc
#ccf4fd

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

Split Complementary

#fdd5cc
#ccfdee
#ccdcfd

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

Analogous Color

#fdccd7
#fdcccd
#fdd5cc
#fddfcc
#fde9cc

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

#fdd5cc
#ccfdd5
#d5ccfd

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

#fdd5cc
#dbfdcc
#ccf4fd
#edccfd

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

#fdd5cc
#ccf4fd
#ccdcfd
#fdeecc

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

#fdd5cc Color Code Preview on Black Background Color

This is how #fdd5cc Color will look on black background color. Color contrast ratio is 15.57

#fdd5cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdd5cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdd5cc

#fdd5cc color code is use for CSS Background Color

Background color for the above div is #fdd5cc

HTML with inline CSS

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

#fdd5cc color code is use for CSS Border Color

CSS Border color for the above div is #fdd5cc

HTML with inline CSS

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

CSS Border Left color for the above div is #fdd5cc

HTML with inline CSS

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

CSS Border Right color for the above div is #fdd5cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdd5cc

HTML with inline CSS

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

CSS Border Top color for the above div is #fdd5cc

HTML with inline CSS

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

#fdd5cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdd5cc Color code Preview on White Background

This is how #fdd5cc Color code will look on white background color. Color contrast ratio is 1.35

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

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.