crispedge.com

Color picker

Loading...

#fda9da hex color - Red - Warm color - Information

#fda9da hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #fda9da Color code in RGB color code model is created after adding 99.22% red color, 66.27% green color and 85.49% blue color. Hex #fda9da Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 33% magenta, 14% yellow and 1% black.

Hex #fda9da color code is between #ffaadd web safe hex color code and #ee99cc web safe hex color code. #ffaadd is the nearest web safe color code. You can see here many more shades of #fda9da color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefda9da#fda9da
RGB Decimal253, 169, 218rgb(253, 169, 218)
RGB Percent99%, 66%, 85%rgb(99%, 66%, 85%)
CSS RGBa253, 169, 218,1rgba(253,169,218,1)
CMYK Modelcmyk(0%,33%,14%,1%)
HSL Color Space325,95% ,83%hsl(325,95% ,83%)
HSV Color Space325°, 33%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011010100111011010
Octal375251332
Decimal253169218
Hexfda9da

Different shades of #fda9da color code.

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

Light Shade of #fda9da
#fedbef
Dark Shade of #fda9da
#fc77c5
Saturated Shade of #fda9da
#ffa7da
Desaturated Shade of #fda9da
#f9add9
Grey scale Shade of #fda9da
#d3d3d3
Brighten Shade
#ffc2f3
Most Readable Shade
#000000

Shades of #fda9da color code

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

#fda9da
#e096c1
#c483a9
#a87091
#8c5d79
#704b60
#543848
#382530
#1c1218
#000000

Similar Color like #fda9da color

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

#feaadb
#ffabdc
#ffacdd
#ffadde
#ffaedf
#ffafe0
#ffb0e1
#ffb1e2
#ffb2e3
#ffb3e4
#ffb4e5
#ffb5e6
#ffb6e7
#ffb7e8
#fca8d9
#fba7d8
#faa6d7
#f9a5d6
#f8a4d5
#f7a3d4
#f6a2d3
#f5a1d2
#f4a0d1
#f39fd0
#f29ecf
#f19dce
#f09ccd
#ef9bcc

Monochromatic Color with #fda9da

#fda9da
#281b23
#533747
#7d546c
#a87091
#d28db5

Tints of #fda9da Color

#fda9da
#fdb2de
#fdbce2
#fdc5e6
#fdcfea
#fed8ee
#fee2f2
#feebf6
#fef5fa
#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

#fda9da
#a9fdcc

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

Split Complementary

#fda9da
#b0fda9
#a9fdf6

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

Analogous Color

#fda9fc
#fda9eb
#fda9da
#fda9c9
#fda9b8

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

#fda9da
#dafda9
#a9dafd

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

#fda9da
#fdf6a9
#a9fdcc
#a9b0fd

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

#fda9da
#a9fdcc
#a9fdf6
#fda9b0

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

#fda9da Color Code Preview on Black Background Color

This is how #fda9da Color will look on black background color. Color contrast ratio is 11.86

#fda9da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fda9da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fda9da

#fda9da color code is use for CSS Background Color

Background color for the above div is #fda9da

HTML with inline CSS

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

#fda9da color code is use for CSS Border Color

CSS Border color for the above div is #fda9da

HTML with inline CSS

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

CSS Border Left color for the above div is #fda9da

HTML with inline CSS

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

CSS Border Right color for the above div is #fda9da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fda9da

HTML with inline CSS

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

CSS Border Top color for the above div is #fda9da

HTML with inline CSS

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

#fda9da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fda9da Color code Preview on White Background

This is how #fda9da Color code will look on white background color. Color contrast ratio is 1.77

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

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,169,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(169,253,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,169,218,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.