crispedge.com

Color picker

Loading...

#ffa6ed hex color - Red - Warm color - Information

#ffa6ed hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #ffa6ed color code is between #eeaaee web safe hex color code and #dd99dd web safe hex color code. #eeaaee is the nearest web safe color code. You can see here many more shades of #ffa6ed color code.

0 Likes 0 Comments | 6 Views

RGB Chart

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

Color Table

Hex Color Codeffa6ed#ffa6ed
RGB Decimal255, 166, 237rgb(255, 166, 237)
RGB Percent100%, 65%, 93%rgb(100%, 65%, 93%)
CSS RGBa255, 166, 237,1rgba(255,166,237,1)
CMYK Modelcmyk(0%,35%,7%,0%)
HSL Color Space312,100% ,83%hsl(312,100% ,83%)
HSV Color Space312°, 35%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111010011011101101
Octal377246355
Decimal255166237
Hexffa6ed

Different shades of #ffa6ed color code.

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

Light Shade of #ffa6ed
#ffd9f7
Dark Shade of #ffa6ed
#ff73e3
Saturated Shade of #ffa6ed
#ffa6ed
Desaturated Shade of #ffa6ed
#fbaaea
Grey scale Shade of #ffa6ed
#d2d2d2
Brighten Shade
#ffbfff
Most Readable Shade
#000000

Shades of #ffa6ed color code

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

#ffa6ed
#e293d2
#c681b8
#aa6e9e
#8d5c83
#714969
#55374f
#382434
#1c121a
#000000

Similar Color like #ffa6ed color

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

#ffa7ee
#ffa8ef
#ffa9f0
#ffaaf1
#ffabf2
#ffacf3
#ffadf4
#ffaef5
#ffaff6
#ffb0f7
#ffb1f8
#ffb2f9
#ffb3fa
#ffb4fb
#fea5ec
#fda4eb
#fca3ea
#fba2e9
#faa1e8
#f9a0e7
#f89fe6
#f79ee5
#f69de4
#f59ce3
#f49be2
#f39ae1
#f299e0
#f198df

Monochromatic Color with #ffa6ed

#ffa6ed
#2a1c27
#55374f
#805377
#aa6f9e
#d48ac5

Tints of #ffa6ed Color

#ffa6ed
#ffafef
#ffb9f1
#ffc3f3
#ffcdf5
#ffd7f7
#ffe1f9
#ffebfb
#fff5fd
#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

#ffa6ed
#a6ffb8

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

Split Complementary

#ffa6ed
#c1ffa6
#a6ffe4

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

Analogous Color

#eda6ff
#ffa6ff
#ffa6ed
#ffa6db
#ffa6c9

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

#ffa6ed
#edffa6
#a6edff

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

#ffa6ed
#ffe4a6
#a6ffb8
#a6c0ff

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

#ffa6ed
#a6ffb8
#a6ffe4
#ffa6c1

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

#ffa6ed Color Code Preview on Black Background Color

This is how #ffa6ed Color will look on black background color. Color contrast ratio is 11.93

#ffa6ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffa6ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffa6ed

#ffa6ed color code is use for CSS Background Color

Background color for the above div is #ffa6ed

HTML with inline CSS

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

#ffa6ed color code is use for CSS Border Color

CSS Border color for the above div is #ffa6ed

HTML with inline CSS

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

CSS Border Left color for the above div is #ffa6ed

HTML with inline CSS

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

CSS Border Right color for the above div is #ffa6ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ffa6ed

HTML with inline CSS

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

CSS Border Top color for the above div is #ffa6ed

HTML with inline CSS

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

#ffa6ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ffa6ed Color code Preview on White Background

This is how #ffa6ed Color code will look on white background color. Color contrast ratio is 1.76

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

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.