crispedge.com

#faa6dc hex color - Red - Warm color - Information

#faa6dc hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #faa6dc Color code in RGB color code model is created after adding 98.04% red color, 65.1% green color and 86.27% blue color. Hex #faa6dc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 34% magenta, 12% yellow and 2% black.

Hex #faa6dc color code is between #ffaadd web safe hex color code and #ee99cc web safe hex color code. #ffaadd is the nearest web safe color code. You can see here many more shades of #faa6dc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefaa6dc#faa6dc
RGB Decimal250, 166, 220rgb(250, 166, 220)
RGB Percent98%, 65%, 86%rgb(98%, 65%, 86%)
CSS RGBa250, 166, 220,1rgba(250,166,220,1)
CMYK Modelcmyk(0%,34%,12%,2%)
HSL Color Space321,89% ,82%hsl(321,89% ,82%)
HSV Color Space321°, 34%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101010011011011100
Octal372246334
Decimal250166220
Hexfaa6dc

Different shades of #faa6dc color code.

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

Light Shade of #faa6dc
#fdd6ef
Dark Shade of #faa6dc
#f776c9
Saturated Shade of #faa6dc
#ffa1dd
Desaturated Shade of #faa6dc
#f5abdb
Grey scale Shade of #faa6dc
#d0d0d0
Brighten Shade
#ffbff5
Most Readable Shade
#000000

Shades of #faa6dc color code

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

#faa6dc
#de93c3
#c281ab
#a66e92
#8a5c7a
#6f4961
#533749
#372430
#1b1218
#000000

Similar Color like #faa6dc color

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

#fba7dd
#fca8de
#fda9df
#feaae0
#ffabe1
#fface2
#ffade3
#ffaee4
#ffafe5
#ffb0e6
#ffb1e7
#ffb2e8
#ffb3e9
#ffb4ea
#f9a5db
#f8a4da
#f7a3d9
#f6a2d8
#f5a1d7
#f4a0d6
#f39fd5
#f29ed4
#f19dd3
#f09cd2
#ef9bd1
#ee9ad0
#ed99cf
#ec98ce

Monochromatic Color with #faa6dc

#faa6dc
#251921
#503546
#7a516c
#a56e91
#cf8ab7

Tints of #faa6dc Color

#faa6dc
#faafdf
#fbb9e3
#fbc3e7
#fccdeb
#fcd7ef
#fde1f3
#fdebf7
#fef5fb
#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

#faa6dc
#a6fac4

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

Split Complementary

#faa6dc
#b2faa6
#a6faee

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

Analogous Color

#f6a6fa
#faa6ed
#faa6dc
#faa6cb
#faa6ba

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

#faa6dc
#dcfaa6
#a6dcfa

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

#faa6dc
#faeea6
#a6fac4
#a6b2fa

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

#faa6dc
#a6fac4
#a6faee
#faa6b2

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

#faa6dc Color Code Preview on Black Background Color

This is how #faa6dc Color will look on black background color. Color contrast ratio is 11.55

#faa6dc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faa6dc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faa6dc

#faa6dc color code is use for CSS Background Color

Background color for the above div is #faa6dc

HTML with inline CSS

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

#faa6dc color code is use for CSS Border Color

CSS Border color for the above div is #faa6dc

HTML with inline CSS

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

CSS Border Left color for the above div is #faa6dc

HTML with inline CSS

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

CSS Border Right color for the above div is #faa6dc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #faa6dc

HTML with inline CSS

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

CSS Border Top color for the above div is #faa6dc

HTML with inline CSS

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

#faa6dc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#faa6dc Color code Preview on White Background

This is how #faa6dc Color code will look on white background color. Color contrast ratio is 1.82

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

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,166,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(166,250,196,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,166,220,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.

< /html>