crispedge.com

Color picker

Loading...

#fecfed hex color - Red - Warm color - Information

#fecfed hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefecfed#fecfed
RGB Decimal254, 207, 237rgb(254, 207, 237)
RGB Percent100%, 81%, 93%rgb(100%, 81%, 93%)
CSS RGBa254, 207, 237,1rgba(254,207,237,1)
CMYK Modelcmyk(0%,19%,7%,0%)
HSL Color Space322,96% ,90%hsl(322,96% ,90%)
HSV Color Space322°, 19%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101100111111101101
Octal376317355
Decimal254207237
Hexfecfed

Different shades of #fecfed color code.

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

Light Shade of #fecfed
#ffffff
Dark Shade of #fecfed
#fd9dda
Saturated Shade of #fecfed
#ffceed
Desaturated Shade of #fecfed
#fcd1ec
Grey scale Shade of #fecfed
#e6e6e6
Brighten Shade
#ffe8ff
Most Readable Shade
#000000

Shades of #fecfed color code

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

#fecfed
#e1b8d2
#c5a1b8
#a98a9e
#8d7383
#705c69
#54454f
#382e34
#1c171a
#000000

Similar Color like #fecfed color

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

#ffd0ee
#ffd1ef
#ffd2f0
#ffd3f1
#ffd4f2
#ffd5f3
#ffd6f4
#ffd7f5
#ffd8f6
#ffd9f7
#ffdaf8
#ffdbf9
#ffdcfa
#ffddfb
#fdceec
#fccdeb
#fbccea
#facbe9
#f9cae8
#f8c9e7
#f7c8e6
#f6c7e5
#f5c6e4
#f4c5e3
#f3c4e2
#f2c3e1
#f1c2e0
#f0c1df

Monochromatic Color with #fecfed

#fecfed
#292227
#54444e
#7e6776
#a98a9e
#d3acc5

Tints of #fecfed Color

#fecfed
#fed4ef
#fed9f1
#fedff3
#fee4f5
#fee9f7
#feeff9
#fef4fb
#fef9fd
#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

#fecfed
#cffee0

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

Split Complementary

#fecfed
#d6fecf
#cffef8

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

Analogous Color

#fccffe
#fecff6
#fecfed
#fecfe4
#fecfda

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

#fecfed
#edfecf
#cfedfe

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

#fecfed
#fef7cf
#cffee0
#cfd5fe

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

#fecfed
#cffee0
#cffef8
#fecfd6

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

#fecfed Color Code Preview on Black Background Color

This is how #fecfed Color will look on black background color. Color contrast ratio is 15.36

#fecfed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fecfed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fecfed

#fecfed color code is use for CSS Background Color

Background color for the above div is #fecfed

HTML with inline CSS

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

#fecfed color code is use for CSS Border Color

CSS Border color for the above div is #fecfed

HTML with inline CSS

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

CSS Border Left color for the above div is #fecfed

HTML with inline CSS

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

CSS Border Right color for the above div is #fecfed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fecfed

HTML with inline CSS

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

CSS Border Top color for the above div is #fecfed

HTML with inline CSS

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

#fecfed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fecfed Color code Preview on White Background

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

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