crispedge.com

Color picker

Loading...

#fdeaed hex color - Red - Warm color - Information

#fdeaed hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #fdeaed Color code in RGB color code model is created after adding 99.22% red color, 91.76% green color and 92.94% blue color. Hex #fdeaed Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 8% magenta, 6% yellow and 1% black.

Hex #fdeaed color code is between #ffeeee web safe hex color code and #eedddd web safe hex color code. #ffeeee is the nearest web safe color code. You can see here many more shades of #fdeaed color code.

0 Likes 0 Comments | 15 Views

RGB Chart

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

Color Table

Hex Color Codefdeaed#fdeaed
RGB Decimal253, 234, 237rgb(253, 234, 237)
RGB Percent99%, 92%, 93%rgb(99%, 92%, 93%)
CSS RGBa253, 234, 237,1rgba(253,234,237,1)
CMYK Modelcmyk(0%,8%,6%,1%)
HSL Color Space351,83% ,95%hsl(351,83% ,95%)
HSV Color Space351°, 8%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011110101011101101
Octal375352355
Decimal253234237
Hexfdeaed

Different shades of #fdeaed color code.

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

Light Shade of #fdeaed
#ffffff
Dark Shade of #fdeaed
#f9bbc5
Saturated Shade of #fdeaed
#fee9ec
Desaturated Shade of #fdeaed
#fcebee
Grey scale Shade of #fdeaed
#f3f3f3
Brighten Shade
#ffffff
Most Readable Shade
#000000

Shades of #fdeaed color code

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

#fdeaed
#e0d0d2
#c4b6b8
#a89c9e
#8c8283
#706869
#544e4f
#383434
#1c1a1a
#000000

Similar Color like #fdeaed color

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

#feebee
#ffecef
#ffedf0
#ffeef1
#ffeff2
#fff0f3
#fff1f4
#fff2f5
#fff3f6
#fff4f7
#fff5f8
#fff6f9
#fff7fa
#fff8fb
#fce9ec
#fbe8eb
#fae7ea
#f9e6e9
#f8e5e8
#f7e4e7
#f6e3e6
#f5e2e5
#f4e1e4
#f3e0e3
#f2dfe2
#f1dee1
#f0dde0
#efdcdf

Monochromatic Color with #fdeaed

#fdeaed
#282526
#534d4e
#7d7476
#a89b9d
#d2c3c5

Tints of #fdeaed Color

#fdeaed
#fdecef
#fdeef1
#fdf1f3
#fdf3f5
#fef5f7
#fef8f9
#fefafb
#fefcfd
#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

#fdeaed
#eafdfa

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

Split Complementary

#fdeaed
#eafdf1
#eaf7fd

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

Analogous Color

#fdeaf5
#fdeaf1
#fdeaed
#fdebea
#fdefea

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

#fdeaed
#edfdea
#eaedfd

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

#fdeaed
#f6fdea
#eafdfa
#f0eafd

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

#fdeaed
#eafdfa
#eaf7fd
#fdf1ea

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

#fdeaed Color Code Preview on Black Background Color

This is how #fdeaed Color will look on black background color. Color contrast ratio is 18.17

#fdeaed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdeaed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdeaed

#fdeaed color code is use for CSS Background Color

Background color for the above div is #fdeaed

HTML with inline CSS

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

#fdeaed color code is use for CSS Border Color

CSS Border color for the above div is #fdeaed

HTML with inline CSS

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

CSS Border Left color for the above div is #fdeaed

HTML with inline CSS

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

CSS Border Right color for the above div is #fdeaed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdeaed

HTML with inline CSS

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

CSS Border Top color for the above div is #fdeaed

HTML with inline CSS

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

#fdeaed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdeaed Color code Preview on White Background

This is how #fdeaed Color code will look on white background color. Color contrast ratio is 1.16

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

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

0 Likes 0 Comments | 15 Views

Post your comment:-

By submitting comment you agree to our privacy policy.