crispedge.com

Color picker

Loading...

#faaaf6 hex color - Red - Warm color - Information

#faaaf6 hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #faaaf6 color code is between #ff99ee web safe hex color code and #eebbff web safe hex color code. #ff99ee is the nearest web safe color code. You can see here many more shades of #faaaf6 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codefaaaf6#faaaf6
RGB Decimal250, 170, 246rgb(250, 170, 246)
RGB Percent98%, 67%, 96%rgb(98%, 67%, 96%)
CSS RGBa250, 170, 246,1rgba(250,170,246,1)
CMYK Modelcmyk(0%,32%,2%,2%)
HSL Color Space303,89% ,82%hsl(303,89% ,82%)
HSV Color Space303°, 32%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101010101011110110
Octal372252366
Decimal250170246
Hexfaaaf6

Different shades of #faaaf6 color code.

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

Light Shade of #faaaf6
#fddafb
Dark Shade of #faaaf6
#f77af1
Saturated Shade of #faaaf6
#fea5fa
Desaturated Shade of #faaaf6
#f5aef2
Grey scale Shade of #faaaf6
#d2d2d2
Brighten Shade
#ffc3ff
Most Readable Shade
#000000

Shades of #faaaf6 color code

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

#faaaf6
#de97da
#c284bf
#a671a4
#8a5e88
#6f4b6d
#533852
#372536
#1b121b
#000000

Similar Color like #faaaf6 color

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

#fbabf7
#fcacf8
#fdadf9
#feaefa
#ffaffb
#ffb0fc
#ffb1fd
#ffb2fe
#ffb3ff
#ffb4ff
#ffb5ff
#ffb6ff
#ffb7ff
#ffb8ff
#f9a9f5
#f8a8f4
#f7a7f3
#f6a6f2
#f5a5f1
#f4a4f0
#f3a3ef
#f2a2ee
#f1a1ed
#f0a0ec
#ef9feb
#ee9eea
#ed9de9
#ec9ce8

Monochromatic Color with #faaaf6

#faaaf6
#251925
#50364f
#7a5379
#a570a2
#cf8dcc

Tints of #faaaf6 Color

#faaaf6
#fab3f7
#fbbcf8
#fbc6f9
#fccffa
#fcd9fb
#fde2fc
#fdecfd
#fef5fe
#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

#faaaf6
#aafaae

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

Split Complementary

#faaaf6
#cefaaa
#aafad6

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

Analogous Color

#deaafa
#eeaafa
#faaaf6
#faaae6
#faaad6

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

#faaaf6
#f6faaa
#aaf6fa

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

#faaaf6
#fad6aa
#aafaae
#aacefa

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

#faaaf6
#aafaae
#aafad6
#faaace

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

#faaaf6 Color Code Preview on Black Background Color

This is how #faaaf6 Color will look on black background color. Color contrast ratio is 12.15

#faaaf6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faaaf6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faaaf6

#faaaf6 color code is use for CSS Background Color

Background color for the above div is #faaaf6

HTML with inline CSS

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

#faaaf6 color code is use for CSS Border Color

CSS Border color for the above div is #faaaf6

HTML with inline CSS

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

CSS Border Left color for the above div is #faaaf6

HTML with inline CSS

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

CSS Border Right color for the above div is #faaaf6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #faaaf6

HTML with inline CSS

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

CSS Border Top color for the above div is #faaaf6

HTML with inline CSS

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

#faaaf6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#faaaf6 Color code Preview on White Background

This is how #faaaf6 Color code will look on white background color. Color contrast ratio is 1.73

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

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,170,246,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,250,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,170,246,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.