crispedge.com

Color picker

Loading...

#fdd48e hex color - Yellow - Warm color - Information

#fdd48e hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

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

Hex #fdd48e color code is between #ffcc88 web safe hex color code and #eedd99 web safe hex color code. #ffcc88 is the nearest web safe color code. You can see here many more shades of #fdd48e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codefdd48e#fdd48e
RGB Decimal253, 212, 142rgb(253, 212, 142)
RGB Percent99%, 83%, 56%rgb(99%, 83%, 56%)
CSS RGBa253, 212, 142,1rgba(253,212,142,1)
CMYK Modelcmyk(0%,16%,44%,1%)
HSL Color Space38,97% ,77%hsl(38,97% ,77%)
HSV Color Space38°, 44%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011101010010001110
Octal375324216
Decimal253212142
Hexfdd48e

Different shades of #fdd48e color code.

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

Light Shade of #fdd48e
#fee7c0
Dark Shade of #fdd48e
#fcc15c
Saturated Shade of #fdd48e
#ffd58c
Desaturated Shade of #fdd48e
#f7d294
Grey scale Shade of #fdd48e
#c5c5c5
Brighten Shade
#ffeda7
Most Readable Shade
#000000

Shades of #fdd48e color code

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

#fdd48e
#e0bc7e
#c4a46e
#a88d5e
#8c754e
#705e3f
#54462f
#382f1f
#1c170f
#000000

Similar Color like #fdd48e color

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

#fed58f
#ffd690
#ffd791
#ffd892
#ffd993
#ffda94
#ffdb95
#ffdc96
#ffdd97
#ffde98
#ffdf99
#ffe09a
#ffe19b
#ffe29c
#fcd38d
#fbd28c
#fad18b
#f9d08a
#f8cf89
#f7ce88
#f6cd87
#f5cc86
#f4cb85
#f3ca84
#f2c983
#f1c882
#f0c781
#efc680

Monochromatic Color with #fdd48e

#fdd48e
#282217
#53462f
#7d6946
#a88d5e
#d2b076

Tints of #fdd48e Color

#fdd48e
#fdd89a
#fddda7
#fde2b3
#fde7c0
#feebcc
#fef0d9
#fef5e5
#fefaf2
#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

#fdd48e
#8eb7fd

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

Split Complementary

#fdd48e
#8eeffd
#9d8efd

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

Analogous Color

#fda88e
#fdbe8e
#fdd48e
#fdea8e
#fafd8e

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

#fdd48e
#8efdd4
#d48efd

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

#fdd48e
#8efd9c
#8eb7fd
#fd8eee

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

#fdd48e
#8eb7fd
#9d8efd
#effd8e

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

#fdd48e Color Code Preview on Black Background Color

This is how #fdd48e Color will look on black background color. Color contrast ratio is 14.98

#fdd48e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdd48e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdd48e

#fdd48e color code is use for CSS Background Color

Background color for the above div is #fdd48e

HTML with inline CSS

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

#fdd48e color code is use for CSS Border Color

CSS Border color for the above div is #fdd48e

HTML with inline CSS

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

CSS Border Left color for the above div is #fdd48e

HTML with inline CSS

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

CSS Border Right color for the above div is #fdd48e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdd48e

HTML with inline CSS

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

CSS Border Top color for the above div is #fdd48e

HTML with inline CSS

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

#fdd48e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdd48e Color code Preview on White Background

This is how #fdd48e Color code will look on white background color. Color contrast ratio is 1.40

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(253,212,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(142,183,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,212,142,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.