crispedge.com

Color picker

Loading...

#faa9ef hex color - Red - Warm color - Information

#faa9ef hex color - Red - Warm color

Color Hue/Base color: Red

Hex #faa9ef Color code in RGB color code model is created after adding 98.04% red color, 66.27% green color and 93.73% blue color. Hex #faa9ef Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 4% yellow and 2% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefaa9ef#faa9ef
RGB Decimal250, 169, 239rgb(250, 169, 239)
RGB Percent98%, 66%, 94%rgb(98%, 66%, 94%)
CSS RGBa250, 169, 239,1rgba(250,169,239,1)
CMYK Modelcmyk(0%,32%,4%,2%)
HSL Color Space308,89% ,82%hsl(308,89% ,82%)
HSV Color Space308°, 32%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101010100111101111
Octal372251357
Decimal250169239
Hexfaa9ef

Different shades of #faa9ef color code.

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

Light Shade of #faa9ef
#fdd9f8
Dark Shade of #faa9ef
#f779e6
Saturated Shade of #faa9ef
#ffa4f2
Desaturated Shade of #faa9ef
#f5aeec
Grey scale Shade of #faa9ef
#d1d1d1
Brighten Shade
#ffc2ff
Most Readable Shade
#000000

Shades of #faa9ef color code

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

#faa9ef
#de96d4
#c283b9
#a6709f
#8a5d84
#6f4b6a
#53384f
#372535
#1b121a
#000000

Similar Color like #faa9ef color

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

#fbaaf0
#fcabf1
#fdacf2
#feadf3
#ffaef4
#ffaff5
#ffb0f6
#ffb1f7
#ffb2f8
#ffb3f9
#ffb4fa
#ffb5fb
#ffb6fc
#ffb7fd
#f9a8ee
#f8a7ed
#f7a6ec
#f6a5eb
#f5a4ea
#f4a3e9
#f3a2e8
#f2a1e7
#f1a0e6
#f09fe5
#ef9ee4
#ee9de3
#ed9ce2
#ec9be1

Monochromatic Color with #faa9ef

#faa9ef
#251924
#50364c
#7a5375
#a5709e
#cf8cc6

Tints of #faa9ef Color

#faa9ef
#fab2f0
#fbbcf2
#fbc5f4
#fccff6
#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

#faa9ef
#a9fab4

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

Split Complementary

#faa9ef
#c6faa9
#a9fadd

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

Analogous Color

#e5a9fa
#f5a9fa
#faa9ef
#faa9df
#faa9cf

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

#faa9ef
#effaa9
#a9effa

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

#faa9ef
#fadca9
#a9fab4
#a9c6fa

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

#faa9ef
#a9fab4
#a9fadd
#faa9c6

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

#faa9ef Color Code Preview on Black Background Color

This is how #faa9ef Color will look on black background color. Color contrast ratio is 11.99

#faa9ef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faa9ef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faa9ef

#faa9ef color code is use for CSS Background Color

Background color for the above div is #faa9ef

HTML with inline CSS

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

#faa9ef color code is use for CSS Border Color

CSS Border color for the above div is #faa9ef

HTML with inline CSS

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

CSS Border Left color for the above div is #faa9ef

HTML with inline CSS

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

CSS Border Right color for the above div is #faa9ef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #faa9ef

HTML with inline CSS

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

CSS Border Top color for the above div is #faa9ef

HTML with inline CSS

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

#faa9ef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#faa9ef Color code Preview on White Background

This is how #faa9ef Color code will look on white background color. Color contrast ratio is 1.75

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

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,169,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(169,250,180,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,169,239,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.