crispedge.com

Color picker

Loading...

#faaed1 hex color - Red - Warm color - Information

#faaed1 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #faaed1 Color code in RGB color code model is created after adding 98.04% red color, 68.24% green color and 81.96% blue color. Hex #faaed1 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 30% magenta, 16% yellow and 2% black.

Hex #faaed1 color code is between #ffaacc web safe hex color code and #eebbdd web safe hex color code. #ffaacc is the nearest web safe color code. You can see here many more shades of #faaed1 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefaaed1#faaed1
RGB Decimal250, 174, 209rgb(250, 174, 209)
RGB Percent98%, 68%, 82%rgb(98%, 68%, 82%)
CSS RGBa250, 174, 209,1rgba(250,174,209,1)
CMYK Modelcmyk(0%,30%,16%,2%)
HSL Color Space332,88% ,83%hsl(332,88% ,83%)
HSV Color Space332°, 30%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101010111011010001
Octal372256321
Decimal250174209
Hexfaaed1

Different shades of #faaed1 color code.

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

Light Shade of #faaed1
#fddeec
Dark Shade of #faaed1
#f77eb6
Saturated Shade of #faaed1
#feaad1
Desaturated Shade of #faaed1
#f6b2d1
Grey scale Shade of #faaed1
#d4d4d4
Brighten Shade
#ffc7ea
Most Readable Shade
#000000

Shades of #faaed1 color code

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

#faaed1
#de9ab9
#c287a2
#a6748b
#8a6074
#6f4d5c
#533a45
#37262e
#1b1317
#000000

Similar Color like #faaed1 color

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

#fbafd2
#fcb0d3
#fdb1d4
#feb2d5
#ffb3d6
#ffb4d7
#ffb5d8
#ffb6d9
#ffb7da
#ffb8db
#ffb9dc
#ffbadd
#ffbbde
#ffbcdf
#f9add0
#f8accf
#f7abce
#f6aacd
#f5a9cc
#f4a8cb
#f3a7ca
#f2a6c9
#f1a5c8
#f0a4c7
#efa3c6
#eea2c5
#eda1c4
#eca0c3

Monochromatic Color with #faaed1

#faaed1
#251a1f
#503843
#7a5566
#a5738a
#cf90ad

Tints of #faaed1 Color

#faaed1
#fab7d6
#fbc0db
#fbc9e0
#fcd2e5
#fcdbea
#fde4ef
#fdedf4
#fef6f9
#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

#faaed1
#aefad7

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

Split Complementary

#faaed1
#aefab1
#aef7fa

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

Analogous Color

#faaeef
#faaee0
#faaed1
#faaec2
#faaeb3

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

#faaed1
#d1faae
#aed1fa

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

#faaed1
#f7faae
#aefad7
#b1aefa

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

#faaed1
#aefad7
#aef7fa
#fab1ae

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

#faaed1 Color Code Preview on Black Background Color

This is how #faaed1 Color will look on black background color. Color contrast ratio is 12.04

#faaed1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faaed1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faaed1

#faaed1 color code is use for CSS Background Color

Background color for the above div is #faaed1

HTML with inline CSS

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

#faaed1 color code is use for CSS Border Color

CSS Border color for the above div is #faaed1

HTML with inline CSS

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

CSS Border Left color for the above div is #faaed1

HTML with inline CSS

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

CSS Border Right color for the above div is #faaed1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #faaed1

HTML with inline CSS

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

CSS Border Top color for the above div is #faaed1

HTML with inline CSS

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

#faaed1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#faaed1 Color code Preview on White Background

This is how #faaed1 Color code will look on white background color. Color contrast ratio is 1.74

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

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,174,209,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(174,250,215,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,174,209,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.