crispedge.com

Color picker

Loading...

#faa8ed hex color - Red - Warm color - Information

#faa8ed hex color - Red - Warm color

Color Hue/Base color: Red

Hex #faa8ed Color code in RGB color code model is created after adding 98.04% red color, 65.88% green color and 92.94% blue color. Hex #faa8ed Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 33% magenta, 5% yellow and 2% black.

Hex #faa8ed color code is between #ffaaee web safe hex color code and #ee99dd web safe hex color code. #ffaaee is the nearest web safe color code. You can see here many more shades of #faa8ed color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefaa8ed#faa8ed
RGB Decimal250, 168, 237rgb(250, 168, 237)
RGB Percent98%, 66%, 93%rgb(98%, 66%, 93%)
CSS RGBa250, 168, 237,1rgba(250,168,237,1)
CMYK Modelcmyk(0%,33%,5%,2%)
HSL Color Space310,89% ,82%hsl(310,89% ,82%)
HSV Color Space310°, 33%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101010100011101101
Octal372250355
Decimal250168237
Hexfaa8ed

Different shades of #faa8ed color code.

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

Light Shade of #faa8ed
#fdd8f7
Dark Shade of #faa8ed
#f778e3
Saturated Shade of #faa8ed
#ffa3f0
Desaturated Shade of #faa8ed
#f5adea
Grey scale Shade of #faa8ed
#d1d1d1
Brighten Shade
#ffc1ff
Most Readable Shade
#000000

Shades of #faa8ed color code

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

#faa8ed
#de95d2
#c282b8
#a6709e
#8a5d83
#6f4a69
#53384f
#372534
#1b121a
#000000

Similar Color like #faa8ed color

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

#fba9ee
#fcaaef
#fdabf0
#feacf1
#ffadf2
#ffaef3
#ffaff4
#ffb0f5
#ffb1f6
#ffb2f7
#ffb3f8
#ffb4f9
#ffb5fa
#ffb6fb
#f9a7ec
#f8a6eb
#f7a5ea
#f6a4e9
#f5a3e8
#f4a2e7
#f3a1e6
#f2a0e5
#f19fe4
#f09ee3
#ef9de2
#ee9ce1
#ed9be0
#ec9adf

Monochromatic Color with #faa8ed

#faa8ed
#251924
#50364c
#7a5274
#a56f9c
#cf8bc5

Tints of #faa8ed Color

#faa8ed
#fab1ef
#fbbbf1
#fbc5f3
#fccef5
#fcd8f7
#fde2f9
#fdebfb
#fef5fd
#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

#faa8ed
#a8fab5

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

Split Complementary

#faa8ed
#c4faa8
#a8fade

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

Analogous Color

#e6a8fa
#f7a8fa
#faa8ed
#faa8dd
#faa8cc

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

#faa8ed
#edfaa8
#a8edfa

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

#faa8ed
#fadea8
#a8fab5
#a8c4fa

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

#faa8ed
#a8fab5
#a8fade
#faa8c4

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

#faa8ed Color Code Preview on Black Background Color

This is how #faa8ed Color will look on black background color. Color contrast ratio is 11.89

#faa8ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faa8ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faa8ed

#faa8ed color code is use for CSS Background Color

Background color for the above div is #faa8ed

HTML with inline CSS

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

#faa8ed color code is use for CSS Border Color

CSS Border color for the above div is #faa8ed

HTML with inline CSS

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

CSS Border Left color for the above div is #faa8ed

HTML with inline CSS

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

CSS Border Right color for the above div is #faa8ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #faa8ed

HTML with inline CSS

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

CSS Border Top color for the above div is #faa8ed

HTML with inline CSS

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

#faa8ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#faa8ed Color code Preview on White Background

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

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(250,168,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(168,250,181,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,168,237,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.