crispedge.com

Color picker

Loading...

#fedded hex color - Red - Warm color - Information

#fedded hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fedded Color code in RGB color code model is created after adding 99.61% red color, 86.67% green color and 92.94% blue color. Hex #fedded Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 13% magenta, 7% yellow and 0% black.

Hex #fedded color code is between #ffccee web safe hex color code and #eeeedd web safe hex color code. #ffccee is the nearest web safe color code. You can see here many more shades of #fedded color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefedded#fedded
RGB Decimal254, 221, 237rgb(254, 221, 237)
RGB Percent100%, 87%, 93%rgb(100%, 87%, 93%)
CSS RGBa254, 221, 237,1rgba(254,221,237,1)
CMYK Modelcmyk(0%,13%,7%,0%)
HSL Color Space331,94% ,93%hsl(331,94% ,93%)
HSV Color Space331°, 13%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101101110111101101
Octal376335355
Decimal254221237
Hexfedded

Different shades of #fedded color code.

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

Light Shade of #fedded
#ffffff
Dark Shade of #fedded
#fdabd3
Saturated Shade of #fedded
#ffdced
Desaturated Shade of #fedded
#fcdfed
Grey scale Shade of #fedded
#ededed
Brighten Shade
#fff6ff
Most Readable Shade
#000000

Shades of #fedded color code

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

#fedded
#e1c4d2
#c5abb8
#a9939e
#8d7a83
#706269
#54494f
#383134
#1c181a
#000000

Similar Color like #fedded color

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

#ffdeee
#ffdfef
#ffe0f0
#ffe1f1
#ffe2f2
#ffe3f3
#ffe4f4
#ffe5f5
#ffe6f6
#ffe7f7
#ffe8f8
#ffe9f9
#ffeafa
#ffebfb
#fddcec
#fcdbeb
#fbdaea
#fad9e9
#f9d8e8
#f8d7e7
#f7d6e6
#f6d5e5
#f5d4e4
#f4d3e3
#f3d2e2
#f2d1e1
#f1d0e0
#f0cfdf

Monochromatic Color with #fedded

#fedded
#292427
#54494e
#7e6e76
#a9939e
#d3b8c5

Tints of #fedded Color

#fedded
#fee0ef
#fee4f1
#fee8f3
#feecf5
#feeff7
#fef3f9
#fef7fb
#fefbfd
#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

#fedded
#ddfeee

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

Split Complementary

#fedded
#ddfedd
#ddfefe

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

Analogous Color

#feddfa
#feddf4
#fedded
#fedde6
#fedde0

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

#fedded
#edfedd
#ddedfe

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

#fedded
#fdfedd
#ddfeee
#ddddfe

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

#fedded
#ddfeee
#ddfefe
#fedddd

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

#fedded Color Code Preview on Black Background Color

This is how #fedded Color will look on black background color. Color contrast ratio is 16.78

#fedded in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fedded

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fedded

#fedded color code is use for CSS Background Color

Background color for the above div is #fedded

HTML with inline CSS

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

#fedded color code is use for CSS Border Color

CSS Border color for the above div is #fedded

HTML with inline CSS

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

CSS Border Left color for the above div is #fedded

HTML with inline CSS

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

CSS Border Right color for the above div is #fedded

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fedded

HTML with inline CSS

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

CSS Border Top color for the above div is #fedded

HTML with inline CSS

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

#fedded hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fedded Color code Preview on White Background

This is how #fedded Color code will look on white background color. Color contrast ratio is 1.25

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

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(254,221,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,254,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,221,237,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.