crispedge.com

Color picker

Loading...

#faa4de hex color - Red - Warm color - Information

#faa4de hex color - Red - Warm color

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefaa4de#faa4de
RGB Decimal250, 164, 222rgb(250, 164, 222)
RGB Percent98%, 64%, 87%rgb(98%, 64%, 87%)
CSS RGBa250, 164, 222,1rgba(250,164,222,1)
CMYK Modelcmyk(0%,34%,11%,2%)
HSL Color Space320,90% ,81%hsl(320,90% ,81%)
HSV Color Space320°, 34%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101010010011011110
Octal372244336
Decimal250164222
Hexfaa4de

Different shades of #faa4de color code.

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

Light Shade of #faa4de
#fdd4f0
Dark Shade of #faa4de
#f774cc
Saturated Shade of #faa4de
#ff9fe0
Desaturated Shade of #faa4de
#f5a9dc
Grey scale Shade of #faa4de
#cfcfcf
Brighten Shade
#ffbdf7
Most Readable Shade
#000000

Shades of #faa4de color code

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

#faa4de
#de91c5
#c27fac
#a66d94
#8a5b7b
#6f4862
#53364a
#372431
#1b1218
#000000

Similar Color like #faa4de color

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

#fba5df
#fca6e0
#fda7e1
#fea8e2
#ffa9e3
#ffaae4
#ffabe5
#fface6
#ffade7
#ffaee8
#ffafe9
#ffb0ea
#ffb1eb
#ffb2ec
#f9a3dd
#f8a2dc
#f7a1db
#f6a0da
#f59fd9
#f49ed8
#f39dd7
#f29cd6
#f19bd5
#f09ad4
#ef99d3
#ee98d2
#ed97d1
#ec96d0

Monochromatic Color with #faa4de

#faa4de
#251921
#503447
#7a506d
#a56c93
#cf88b8

Tints of #faa4de Color

#faa4de
#faaee1
#fbb8e5
#fbc2e9
#fcccec
#fcd6f0
#fde0f4
#fdeaf7
#fef4fb
#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

#faa4de
#a4fac0

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

Split Complementary

#faa4de
#b3faa4
#a4faeb

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

Analogous Color

#f4a4fa
#faa4ef
#faa4de
#faa4cd
#faa4bc

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

#faa4de
#defaa4
#a4defa

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

#faa4de
#faeba4
#a4fac0
#a4b3fa

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

#faa4de
#a4fac0
#a4faeb
#faa4b3

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

#faa4de Color Code Preview on Black Background Color

This is how #faa4de Color will look on black background color. Color contrast ratio is 11.43

#faa4de in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faa4de

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faa4de

#faa4de color code is use for CSS Background Color

Background color for the above div is #faa4de

HTML with inline CSS

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

#faa4de color code is use for CSS Border Color

CSS Border color for the above div is #faa4de

HTML with inline CSS

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

CSS Border Left color for the above div is #faa4de

HTML with inline CSS

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

CSS Border Right color for the above div is #faa4de

HTML with inline CSS

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

CSS Border Bottom color for the above div is #faa4de

HTML with inline CSS

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

CSS Border Top color for the above div is #faa4de

HTML with inline CSS

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

#faa4de hex Color code used as CSS color Codes

Example CSS Class for usage

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

#faa4de Color code Preview on White Background

This is how #faa4de Color code will look on white background color. Color contrast ratio is 1.84

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

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,164,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(164,250,192,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,164,222,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.