@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#fda18c hex color - Red - Warm color - Information

#fda18c hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #fda18c Color code in RGB color code model is created after adding 99.22% red color, 63.14% green color and 54.9% blue color. Hex #fda18c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 36% magenta, 45% yellow and 0.78% black.

Hex #fda18c color code is between #ff9988 web safe hex color code and #eeaa99 web safe hex color code. #ff9988 is the nearest web safe color code. You can see here many more shades of #fda18c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code fda18c #fda18c
RGB Decimal 253, 161, 140 rgb(253, 161, 140)
RGB Percent 99%, 63%, 55% rgb(99%, 63%, 55%)
CSS RGBa 253, 161, 140,1 rgba(253,161,140,1)
CMYK Model cmyk(0%,36%,45%,0.78%)
HSL Color Space 11,97% ,77% hsl(11,97% ,77%)
HSV Color Space 11°, 45%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 10100001 10001100
Octal 375 241 214
Decimal 253 161 140
Hex fd a1 8c

Different shades of #fda18c color code.

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

Light Shade of #fda18c
#fecabe
Dark Shade of #fda18c
#fc785a
Saturated Shade of #fda18c
#ffa08a
Desaturated Shade of #fda18c
#f7a592
Grey scale Shade of #fda18c
#c4c4c4
Brighten Shade
#ffbaa5
Most Readable Shade
#000000

Shades of #fda18c color code

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

#fda18c
#e08f7c
#c47d6c
#a86b5d
#8c594d
#70473e
#54352e
#38231f
#1c110f
#000000

Similar Color like #fda18c color

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

#fea28d
#ffa38e
#ffa48f
#ffa590
#ffa691
#ffa792
#ffa893
#ffa994
#ffaa95
#ffab96
#ffac97
#ffad98
#ffae99
#ffaf9a
#fca08b
#fb9f8a
#fa9e89
#f99d88
#f89c87
#f79b86
#f69a85
#f59984
#f49883
#f39782
#f29681
#f19580
#f0947f
#ef937e

Monochromatic Color with #fda18c

#fda18c
#281a16
#53352e
#7d5045
#a86b5d
#d28674

Tints of #fda18c Color

#fda18c
#fdab98
#fdb5a5
#fdc0b2
#fdcabf
#fed5cb
#fedfd8
#feeae5
#fef4f2
#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

#fda18c
#8ce8fd

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

Split Complementary

#fda18c
#8cfdd9
#8cb0fd

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

Analogous Color

#fd8ca4
#fd8c8e
#fda18c
#fdb88c
#fdce8c

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

#fda18c
#8cfda1
#a18cfd

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

#fda18c
#affd8c
#8ce8fd
#d98cfd

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

#fda18c
#8ce8fd
#8cb0fd
#fdd98c

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

#fda18c Color Code Preview on Black Background Color

This is how #fda18c Color will look on black background color. Color contrast ratio is 10.65

#fda18c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fda18c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fda18c

#fda18c color code is use for CSS Background Color

Background color for the above div is #fda18c

HTML with inline CSS

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

#fda18c color code is use for CSS Border Color

CSS Border color for the above div is #fda18c

HTML with inline CSS

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

CSS Border Left color for the above div is #fda18c

HTML with inline CSS

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

CSS Border Right color for the above div is #fda18c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fda18c

HTML with inline CSS

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

CSS Border Top color for the above div is #fda18c

HTML with inline CSS

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

#fda18c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fda18c Color code Preview on White Background

This is how #fda18c Color code will look on white background color. Color contrast ratio is 1.97

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

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,161,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(140,232,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,161,140,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.