crispedge.com

Color picker

Loading...

#ff5aab hex color - Red - Warm color - Information

#ff5aab hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ff5aab Color code in RGB color code model is created after adding 100% red color, 35.29% green color and 67.06% blue color. Hex #ff5aab Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 65% magenta, 33% yellow and 0% black.

Hex #ff5aab color code is between #ee55aa web safe hex color code and #dd66bb web safe hex color code. #ee55aa is the nearest web safe color code. You can see here many more shades of #ff5aab color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeff5aab#ff5aab
RGB Decimal255, 90, 171rgb(255, 90, 171)
RGB Percent100%, 35%, 67%rgb(100%, 35%, 67%)
CSS RGBa255, 90, 171,1rgba(255,90,171,1)
CMYK Modelcmyk(0%,65%,33%,0%)
HSL Color Space331,100% ,68%hsl(331,100% ,68%)
HSV Color Space331°, 65%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111110101101010101011
Octal377132253
Decimal25590171
Hexff5aab

Different shades of #ff5aab color code.

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

Light Shade of #ff5aab
#ff8dc5
Dark Shade of #ff5aab
#ff2791
Saturated Shade of #ff5aab
#ff5aab
Desaturated Shade of #ff5aab
#f762ab
Grey scale Shade of #ff5aab
#acacac
Brighten Shade
#ff73c4
Most Readable Shade
#000000

Shades of #ff5aab color code

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

#ff5aab
#e25098
#c64685
#aa3c72
#8d325f
#71284c
#551e39
#381426
#1c0a13
#000000

Similar Color like #ff5aab color

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

#ff5bac
#ff5cad
#ff5dae
#ff5eaf
#ff5fb0
#ff60b1
#ff61b2
#ff62b3
#ff63b4
#ff64b5
#ff65b6
#ff66b7
#ff67b8
#ff68b9
#fe59aa
#fd58a9
#fc57a8
#fb56a7
#fa55a6
#f954a5
#f853a4
#f752a3
#f651a2
#f550a1
#f44fa0
#f34e9f
#f24d9e
#f14c9d

Monochromatic Color with #ff5aab

#ff5aab
#2a0f1c
#551e39
#802d56
#aa3c72
#d44b8f

Tints of #ff5aab Color

#ff5aab
#ff6cb4
#ff7ebd
#ff91c7
#ffa3d0
#ffb5d9
#ffc8e3
#ffdaec
#ffecf5
#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

#ff5aab
#5affae

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

Split Complementary

#ff5aab
#5aff5c
#5afeff

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

Analogous Color

#ff5aed
#ff5acc
#ff5aab
#ff5a8a
#ff5a69

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

#ff5aab
#abff5a
#5aabff

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

#ff5aab
#fdff5a
#5affae
#5b5aff

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

#ff5aab
#5affae
#5afdff
#ff5c5a

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

#ff5aab Color Code Preview on Black Background Color

This is how #ff5aab Color will look on black background color. Color contrast ratio is 7.30

#ff5aab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff5aab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff5aab

#ff5aab color code is use for CSS Background Color

Background color for the above div is #ff5aab

HTML with inline CSS

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

#ff5aab color code is use for CSS Border Color

CSS Border color for the above div is #ff5aab

HTML with inline CSS

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

CSS Border Left color for the above div is #ff5aab

HTML with inline CSS

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

CSS Border Right color for the above div is #ff5aab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff5aab

HTML with inline CSS

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

CSS Border Top color for the above div is #ff5aab

HTML with inline CSS

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

#ff5aab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff5aab Color code Preview on White Background

This is how #ff5aab Color code will look on white background color. Color contrast ratio is 2.88

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

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,90,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(90,255,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(255,90,171,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.