crispedge.com

Color picker

Loading...

#fad2de hex color - Red - Warm color - Information

#fad2de hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #fad2de color code is between #ffccdd web safe hex color code and #eeddee web safe hex color code. #ffccdd is the nearest web safe color code. You can see here many more shades of #fad2de color code.

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Codefad2de#fad2de
RGB Decimal250, 210, 222rgb(250, 210, 222)
RGB Percent98%, 82%, 87%rgb(98%, 82%, 87%)
CSS RGBa250, 210, 222,1rgba(250,210,222,1)
CMYK Modelcmyk(0%,16%,11%,2%)
HSL Color Space342,80% ,90%hsl(342,80% ,90%)
HSV Color Space342°, 16%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101101001011011110
Octal372322336
Decimal250210222
Hexfad2de

Different shades of #fad2de color code.

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

Light Shade of #fad2de
#ffffff
Dark Shade of #fad2de
#f5a4bc
Saturated Shade of #fad2de
#fccfdd
Desaturated Shade of #fad2de
#f7d4df
Grey scale Shade of #fad2de
#e6e6e6
Brighten Shade
#ffebf7
Most Readable Shade
#000000

Shades of #fad2de color code

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

#fad2de
#debac5
#c2a3ac
#a68c94
#8a747b
#6f5d62
#53464a
#372e31
#1b1718
#000000

Similar Color like #fad2de color

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

#fbd3df
#fcd4e0
#fdd5e1
#fed6e2
#ffd7e3
#ffd8e4
#ffd9e5
#ffdae6
#ffdbe7
#ffdce8
#ffdde9
#ffdeea
#ffdfeb
#ffe0ec
#f9d1dd
#f8d0dc
#f7cfdb
#f6ceda
#f5cdd9
#f4ccd8
#f3cbd7
#f2cad6
#f1c9d5
#f0c8d4
#efc7d3
#eec6d2
#edc5d1
#ecc4d0

Monochromatic Color with #fad2de

#fad2de
#251f21
#504347
#7a676d
#a58b93
#cfaeb8

Tints of #fad2de Color

#fad2de
#fad7e1
#fbdce5
#fbe1e9
#fce6ec
#fcebf0
#fdf0f4
#fdf5f7
#fefafb
#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

#fad2de
#d2faee

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

Split Complementary

#fad2de
#d2fada
#d2f2fa

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

Analogous Color

#fad2ee
#fad2e6
#fad2de
#fad2d6
#fad6d2

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

#fad2de
#defad2
#d2defa

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

#fad2de
#f2fad2
#d2faee
#dad2fa

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

#fad2de
#d2faee
#d2f2fa
#fadad2

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

#fad2de Color Code Preview on Black Background Color

This is how #fad2de Color will look on black background color. Color contrast ratio is 15.34

#fad2de in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fad2de

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fad2de

#fad2de color code is use for CSS Background Color

Background color for the above div is #fad2de

HTML with inline CSS

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

#fad2de color code is use for CSS Border Color

CSS Border color for the above div is #fad2de

HTML with inline CSS

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

CSS Border Left color for the above div is #fad2de

HTML with inline CSS

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

CSS Border Right color for the above div is #fad2de

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fad2de

HTML with inline CSS

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

CSS Border Top color for the above div is #fad2de

HTML with inline CSS

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

#fad2de hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fad2de Color code Preview on White Background

This is how #fad2de Color code will look on white background color. Color contrast ratio is 1.37

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

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.