rgb(253, 210, 170)
- In a RGB color space, hex #fdd2aa color is composed of 99% red, 82% green, and 67% blue.
- In a CMYK color space, it is consist of 0% cyan, 17% magenta, 33% yellow and 1% black.
- In web design, the web safe color for #fdd2aa is #FFCC99. The complementary color of #fdd2aa is #a9d4fd.
#fdd2aa Color Conversion
Hex Color #fdd2aa RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #fdd2aa
-
#fdd2aa
#fdd2aa
-
#a9d4fd
#a9d4fd
-
#fee9d5
#fee9d5
-
#d4eafe
#d4eafe
-
#bd9d7f
#bd9d7f
-
#7e9fbd
#7e9fbd
-
#beae9f
#beae9f
-
#9fafbe
#9fafbe
Two colors (#fdd2aa,#a9d4fd) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#fdd2aa
#fdd2aa
-
#fee9d5
#fee9d5
-
#7e6955
#7e6955
-
#fef3e9
#fef3e9
-
#bd9d7f
#bd9d7f
-
#beae9f
#beae9f
-
#5e4e3f
#5e4e3f
-
#beb6ae
#beb6ae
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #fdd2aa
-
#fdd2aa
#fdd2aa
-
#E4BD99
#E4BD99
-
#CAA888
#CAA888
-
#B19377
#B19377
-
#987E66
#987E66
-
#7F6955
#7F6955
-
#655444
#655444
-
#4C3F33
#4C3F33
-
#332A22
#332A22
-
#191511
#191511
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#fdd2aa
#fdd2aa
-
#FDD7B3
#FDD7B3
-
#FDDBBB
#FDDBBB
-
#FEE0C4
#FEE0C4
-
#FEE4CC
#FEE4CC
-
#FEE9D5
#FEE9D5
-
#FEEDDD
#FEEDDD
-
#FEF2E6
#FEF2E6
-
#FFF6EE
#FFF6EE
-
#FFFBF7
#FFFBF7
-
#FFFEFC
#FFFEFC
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#fdd2aa Color Preview on Black Background
#fdd2aa Color Preview on White Background
<span style="color:#fdd2aa;">Text here</span>
#fdd2aa Background Color
#fdd2aa Background Color
<p style="background-color:#fdd2aa;">Text here</p>
#fdd2aa Border Color
<div style="border:1px solid #fdd2aa;">Text here</div>
<style>.text {color:#fdd2aa;}
.background {background-color:#fdd2aa;}
.border {border:1px solid #fdd2aa;}</style>