crispedge.com

Color picker

Loading...

#fdaad4 hex color - Red - Warm color - Information

#fdaad4 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

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

Hex #fdaad4 color code is between #ff99cc web safe hex color code and #eebbdd web safe hex color code. #ff99cc is the nearest web safe color code. You can see here many more shades of #fdaad4 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefdaad4#fdaad4
RGB Decimal253, 170, 212rgb(253, 170, 212)
RGB Percent99%, 67%, 83%rgb(99%, 67%, 83%)
CSS RGBa253, 170, 212,1rgba(253,170,212,1)
CMYK Modelcmyk(0%,33%,16%,1%)
HSL Color Space330,95% ,83%hsl(330,95% ,83%)
HSV Color Space330°, 33%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011010101011010100
Octal375252324
Decimal253170212
Hexfdaad4

Different shades of #fdaad4 color code.

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

Light Shade of #fdaad4
#fedced
Dark Shade of #fdaad4
#fc78bb
Saturated Shade of #fdaad4
#ffa8d4
Desaturated Shade of #fdaad4
#f9aed4
Grey scale Shade of #fdaad4
#d3d3d3
Brighten Shade
#ffc3ed
Most Readable Shade
#000000

Shades of #fdaad4 color code

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

#fdaad4
#e097bc
#c484a4
#a8718d
#8c5e75
#704b5e
#543846
#38252f
#1c1217
#000000

Similar Color like #fdaad4 color

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

#feabd5
#ffacd6
#ffadd7
#ffaed8
#ffafd9
#ffb0da
#ffb1db
#ffb2dc
#ffb3dd
#ffb4de
#ffb5df
#ffb6e0
#ffb7e1
#ffb8e2
#fca9d3
#fba8d2
#faa7d1
#f9a6d0
#f8a5cf
#f7a4ce
#f6a3cd
#f5a2cc
#f4a1cb
#f3a0ca
#f29fc9
#f19ec8
#f09dc7
#ef9cc6

Monochromatic Color with #fdaad4

#fdaad4
#281b22
#533846
#7d5469
#a8718d
#d28db0

Tints of #fdaad4 Color

#fdaad4
#fdb3d8
#fdbcdd
#fdc6e2
#fdcfe7
#fed9eb
#fee2f0
#feecf5
#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

#fdaad4
#aafdd3

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

Split Complementary

#fdaad4
#abfdaa
#aafdfd

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

Analogous Color

#fdaaf5
#fdaae5
#fdaad4
#fdaac3
#fdaab3

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

#fdaad4
#d4fdaa
#aad4fd

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

#fdaad4
#fdfcaa
#aafdd3
#aaaafd

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

#fdaad4
#aafdd3
#aafdfd
#fdaaab

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

#fdaad4 Color Code Preview on Black Background Color

This is how #fdaad4 Color will look on black background color. Color contrast ratio is 11.88

#fdaad4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdaad4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdaad4

#fdaad4 color code is use for CSS Background Color

Background color for the above div is #fdaad4

HTML with inline CSS

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

#fdaad4 color code is use for CSS Border Color

CSS Border color for the above div is #fdaad4

HTML with inline CSS

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

CSS Border Left color for the above div is #fdaad4

HTML with inline CSS

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

CSS Border Right color for the above div is #fdaad4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdaad4

HTML with inline CSS

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

CSS Border Top color for the above div is #fdaad4

HTML with inline CSS

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

#fdaad4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdaad4 Color code Preview on White Background

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

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,170,212,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,253,211,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,170,212,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.