crispedge.com

Color picker

Loading...

#fda08f hex color - Red - Warm color - Information

#fda08f hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fda08f Color code in RGB color code model is created after adding 99.22% red color, 62.75% green color and 56.08% blue color. Hex #fda08f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 37% magenta, 43% yellow and 1% black.

Hex #fda08f 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 #fda08f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefda08f#fda08f
RGB Decimal253, 160, 143rgb(253, 160, 143)
RGB Percent99%, 63%, 56%rgb(99%, 63%, 56%)
CSS RGBa253, 160, 143,1rgba(253,160,143,1)
CMYK Modelcmyk(0%,37%,43%,1%)
HSL Color Space9,96% ,78%hsl(9,96% ,78%)
HSV Color Space9°, 43%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011010000010001111
Octal375240217
Decimal253160143
Hexfda08f

Different shades of #fda08f color code.

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

Light Shade of #fda08f
#fecac1
Dark Shade of #fda08f
#fc755d
Saturated Shade of #fda08f
#ff9f8d
Desaturated Shade of #fda08f
#f7a495
Grey scale Shade of #fda08f
#c6c6c6
Brighten Shade
#ffb9a8
Most Readable Shade
#000000

Shades of #fda08f color code

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

#fda08f
#e08e7f
#c47c6f
#a86a5f
#8c584f
#70473f
#54352f
#38231f
#1c110f
#000000

Similar Color like #fda08f color

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

#fea190
#ffa291
#ffa392
#ffa493
#ffa594
#ffa695
#ffa796
#ffa897
#ffa998
#ffaa99
#ffab9a
#ffac9b
#ffad9c
#ffae9d
#fc9f8e
#fb9e8d
#fa9d8c
#f99c8b
#f89b8a
#f79a89
#f69988
#f59887
#f49786
#f39685
#f29584
#f19483
#f09382
#ef9281

Monochromatic Color with #fda08f

#fda08f
#281a17
#53342f
#7d4f47
#a86a5f
#d28577

Tints of #fda08f Color

#fda08f
#fdaa9b
#fdb5a7
#fdbfb4
#fdcac0
#fed4cd
#fedfd9
#fee9e6
#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

#fda08f
#8fecfd

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

Split Complementary

#fda08f
#8ffdd7
#8fb5fd

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

Analogous Color

#fd8faa
#fd8f94
#fda08f
#fdb68f
#fdcc8f

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

#fda08f
#8ffda0
#a08ffd

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

#fda08f
#b5fd8f
#8fecfd
#d78ffd

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

#fda08f
#8fecfd
#8fb5fd
#fdd78f

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

#fda08f Color Code Preview on Black Background Color

This is how #fda08f Color will look on black background color. Color contrast ratio is 10.60

#fda08f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fda08f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fda08f

#fda08f color code is use for CSS Background Color

Background color for the above div is #fda08f

HTML with inline CSS

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

#fda08f color code is use for CSS Border Color

CSS Border color for the above div is #fda08f

HTML with inline CSS

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

CSS Border Left color for the above div is #fda08f

HTML with inline CSS

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

CSS Border Right color for the above div is #fda08f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fda08f

HTML with inline CSS

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

CSS Border Top color for the above div is #fda08f

HTML with inline CSS

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

#fda08f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fda08f Color code Preview on White Background

This is how #fda08f Color code will look on white background color. Color contrast ratio is 1.98

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

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,160,143,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(143,236,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,160,143,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.