crispedge.com

Color picker

Loading...

#fec5fb hex color - Red - Warm color - Information

#fec5fb hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fec5fb Color code in RGB color code model is created after adding 99.61% red color, 77.25% green color and 98.43% blue color. Hex #fec5fb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 1% yellow and 0% black.

Hex #fec5fb color code is between #ffccff web safe hex color code and #eebbee web safe hex color code. #ffccff is the nearest web safe color code. You can see here many more shades of #fec5fb color code.

0 Likes 0 Comments | 6 Views

RGB Chart

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

Color Table

Hex Color Codefec5fb#fec5fb
RGB Decimal254, 197, 251rgb(254, 197, 251)
RGB Percent100%, 77%, 98%rgb(100%, 77%, 98%)
CSS RGBa254, 197, 251,1rgba(254,197,251,1)
CMYK Modelcmyk(0%,22%,1%,0%)
HSL Color Space303,97% ,88%hsl(303,97% ,88%)
HSV Color Space303°, 22%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101100010111111011
Octal376305373
Decimal254197251
Hexfec5fb

Different shades of #fec5fb color code.

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

Light Shade of #fec5fb
#fff7fe
Dark Shade of #fec5fb
#fd93f8
Saturated Shade of #fec5fb
#ffc4fc
Desaturated Shade of #fec5fb
#fbc8f8
Grey scale Shade of #fec5fb
#e1e1e1
Brighten Shade
#ffdeff
Most Readable Shade
#000000

Shades of #fec5fb color code

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

#fec5fb
#e1afdf
#c599c3
#a983a7
#8d6d8b
#70576f
#544153
#382b37
#1c151b
#000000

Similar Color like #fec5fb color

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

#ffc6fc
#ffc7fd
#ffc8fe
#ffc9ff
#ffcaff
#ffcbff
#ffccff
#ffcdff
#ffceff
#ffcfff
#ffd0ff
#ffd1ff
#ffd2ff
#ffd3ff
#fdc4fa
#fcc3f9
#fbc2f8
#fac1f7
#f9c0f6
#f8bff5
#f7bef4
#f6bdf3
#f5bcf2
#f4bbf1
#f3baf0
#f2b9ef
#f1b8ee
#f0b7ed

Monochromatic Color with #fec5fb

#fec5fb
#292029
#544153
#7e627d
#a983a7
#d3a4d1

Tints of #fec5fb Color

#fec5fb
#fecbfb
#fed1fb
#fed8fc
#fedefc
#fee5fd
#feebfd
#fef2fe
#fef8fe
#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

#fec5fb
#c5fec8

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

Split Complementary

#fec5fb
#dffec5
#c5fee5

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

Analogous Color

#eac5fe
#f6c5fe
#fec5fb
#fec5f0
#fec5e4

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

#fec5fb
#fbfec5
#c5fbfe

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

#fec5fb
#fee4c5
#c5fec8
#c5defe

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

#fec5fb
#c5fec8
#c5fee5
#fec5df

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

#fec5fb Color Code Preview on Black Background Color

This is how #fec5fb Color will look on black background color. Color contrast ratio is 14.59

#fec5fb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fec5fb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fec5fb

#fec5fb color code is use for CSS Background Color

Background color for the above div is #fec5fb

HTML with inline CSS

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

#fec5fb color code is use for CSS Border Color

CSS Border color for the above div is #fec5fb

HTML with inline CSS

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

CSS Border Left color for the above div is #fec5fb

HTML with inline CSS

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

CSS Border Right color for the above div is #fec5fb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fec5fb

HTML with inline CSS

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

CSS Border Top color for the above div is #fec5fb

HTML with inline CSS

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

#fec5fb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fec5fb Color code Preview on White Background

This is how #fec5fb Color code will look on white background color. Color contrast ratio is 1.44

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

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,197,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(197,254,200,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,197,251,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.