crispedge.com

Color picker

Loading...

#faaad0 hex color - Red - Warm color - Information

#faaad0 hex color - Red - Warm color

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefaaad0#faaad0
RGB Decimal250, 170, 208rgb(250, 170, 208)
RGB Percent98%, 67%, 82%rgb(98%, 67%, 82%)
CSS RGBa250, 170, 208,1rgba(250,170,208,1)
CMYK Modelcmyk(0%,32%,17%,2%)
HSL Color Space332,89% ,82%hsl(332,89% ,82%)
HSV Color Space331°, 32%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101010101011010000
Octal372252320
Decimal250170208
Hexfaaad0

Different shades of #faaad0 color code.

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

Light Shade of #faaad0
#fddaeb
Dark Shade of #faaad0
#f77ab5
Saturated Shade of #faaad0
#fea5d0
Desaturated Shade of #faaad0
#f5aed0
Grey scale Shade of #faaad0
#d2d2d2
Brighten Shade
#ffc3e9
Most Readable Shade
#000000

Shades of #faaad0 color code

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

#faaad0
#de97b8
#c284a1
#a6718a
#8a5e73
#6f4b5c
#533845
#37252e
#1b1217
#000000

Similar Color like #faaad0 color

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

#fbabd1
#fcacd2
#fdadd3
#feaed4
#ffafd5
#ffb0d6
#ffb1d7
#ffb2d8
#ffb3d9
#ffb4da
#ffb5db
#ffb6dc
#ffb7dd
#ffb8de
#f9a9cf
#f8a8ce
#f7a7cd
#f6a6cc
#f5a5cb
#f4a4ca
#f3a3c9
#f2a2c8
#f1a1c7
#f0a0c6
#ef9fc5
#ee9ec4
#ed9dc3
#ec9cc2

Monochromatic Color with #faaad0

#faaad0
#25191f
#503643
#7a5366
#a57089
#cf8dad

Tints of #faaad0 Color

#faaad0
#fab3d5
#fbbcda
#fbc6df
#fccfe4
#fcd9ea
#fde2ef
#fdecf4
#fef5f9
#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

#faaad0
#aafad4

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

Split Complementary

#faaad0
#aafaac
#aaf8fa

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

Analogous Color

#faaaf0
#faaae0
#faaad0
#faaac0
#faaab0

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

#faaad0
#d0faaa
#aad0fa

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

#faaad0
#f8faaa
#aafad4
#acaafa

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

#faaad0
#aafad4
#aaf8fa
#faacaa

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

#faaad0 Color Code Preview on Black Background Color

This is how #faaad0 Color will look on black background color. Color contrast ratio is 11.73

#faaad0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faaad0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faaad0

#faaad0 color code is use for CSS Background Color

Background color for the above div is #faaad0

HTML with inline CSS

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

#faaad0 color code is use for CSS Border Color

CSS Border color for the above div is #faaad0

HTML with inline CSS

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

CSS Border Left color for the above div is #faaad0

HTML with inline CSS

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

CSS Border Right color for the above div is #faaad0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #faaad0

HTML with inline CSS

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

CSS Border Top color for the above div is #faaad0

HTML with inline CSS

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

#faaad0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#faaad0 Color code Preview on White Background

This is how #faaad0 Color code will look on white background color. Color contrast ratio is 1.79

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

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,208,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,250,212,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,170,208,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.