crispedge.com

Color picker

Loading...

#ffa5db hex color - Red - Warm color - Information

#ffa5db hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #ffa5db Color code in RGB color code model is created after adding 100% red color, 64.71% green color and 85.88% blue color. Hex #ffa5db Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 14% yellow and 0% black.

Hex #ffa5db color code is between #eeaadd web safe hex color code and #dd99cc web safe hex color code. #eeaadd is the nearest web safe color code. You can see here many more shades of #ffa5db color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeffa5db#ffa5db
RGB Decimal255, 165, 219rgb(255, 165, 219)
RGB Percent100%, 65%, 86%rgb(100%, 65%, 86%)
CSS RGBa255, 165, 219,1rgba(255,165,219,1)
CMYK Modelcmyk(0%,35%,14%,0%)
HSL Color Space324,100% ,82%hsl(324,100% ,82%)
HSV Color Space324°, 35%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111010010111011011
Octal377245333
Decimal255165219
Hexffa5db

Different shades of #ffa5db color code.

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

Light Shade of #ffa5db
#ffd8ef
Dark Shade of #ffa5db
#ff72c7
Saturated Shade of #ffa5db
#ffa5db
Desaturated Shade of #ffa5db
#faa9da
Grey scale Shade of #ffa5db
#d2d2d2
Brighten Shade
#ffbef4
Most Readable Shade
#000000

Shades of #ffa5db color code

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

#ffa5db
#e292c2
#c680aa
#aa6e92
#8d5b79
#714961
#553749
#382430
#1c1218
#000000

Similar Color like #ffa5db color

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

#ffa6dc
#ffa7dd
#ffa8de
#ffa9df
#ffaae0
#ffabe1
#fface2
#ffade3
#ffaee4
#ffafe5
#ffb0e6
#ffb1e7
#ffb2e8
#ffb3e9
#fea4da
#fda3d9
#fca2d8
#fba1d7
#faa0d6
#f99fd5
#f89ed4
#f79dd3
#f69cd2
#f59bd1
#f49ad0
#f399cf
#f298ce
#f197cd

Monochromatic Color with #ffa5db

#ffa5db
#2a1b24
#553749
#80536e
#aa6e92
#d48ab6

Tints of #ffa5db Color

#ffa5db
#ffafdf
#ffb9e3
#ffc3e7
#ffcdeb
#ffd7ef
#ffe1f3
#ffebf7
#fff5fb
#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

#ffa5db
#a5ffc9

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

Split Complementary

#ffa5db
#aeffa5
#a5fff6

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

Analogous Color

#ffa5ff
#ffa5ed
#ffa5db
#ffa5c9
#ffa5b7

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

#ffa5db
#dbffa5
#a5dbff

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

#ffa5db
#fff6a5
#a5ffc9
#a5aeff

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

#ffa5db
#a5ffc9
#a5fff6
#ffa5ae

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

#ffa5db Color Code Preview on Black Background Color

This is how #ffa5db Color will look on black background color. Color contrast ratio is 11.66

#ffa5db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffa5db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffa5db

#ffa5db color code is use for CSS Background Color

Background color for the above div is #ffa5db

HTML with inline CSS

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

#ffa5db color code is use for CSS Border Color

CSS Border color for the above div is #ffa5db

HTML with inline CSS

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

CSS Border Left color for the above div is #ffa5db

HTML with inline CSS

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

CSS Border Right color for the above div is #ffa5db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ffa5db

HTML with inline CSS

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

CSS Border Top color for the above div is #ffa5db

HTML with inline CSS

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

#ffa5db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ffa5db Color code Preview on White Background

This is how #ffa5db Color code will look on white background color. Color contrast ratio is 1.80

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

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(255,165,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(165,255,201,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(255,165,219,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.