crispedge.com

Color picker

Loading...

#fe98ba hex color - Red - Warm color - Information

#fe98ba hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fe98ba Color code in RGB color code model is created after adding 99.61% red color, 59.61% green color and 72.94% blue color. Hex #fe98ba Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 40% magenta, 27% yellow and 0% black.

Hex #fe98ba color code is between #ff99bb web safe hex color code and #ee88aa web safe hex color code. #ff99bb is the nearest web safe color code. You can see here many more shades of #fe98ba color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefe98ba#fe98ba
RGB Decimal254, 152, 186rgb(254, 152, 186)
RGB Percent100%, 60%, 73%rgb(100%, 60%, 73%)
CSS RGBa254, 152, 186,1rgba(254,152,186,1)
CMYK Modelcmyk(0%,40%,27%,0%)
HSL Color Space340,98% ,80%hsl(340,98% ,80%)
HSV Color Space340°, 40%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101001100010111010
Octal376230272
Decimal254152186
Hexfe98ba

Different shades of #fe98ba color code.

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

Light Shade of #fe98ba
#fecadc
Dark Shade of #fe98ba
#fe6598
Saturated Shade of #fe98ba
#ff97ba
Desaturated Shade of #fe98ba
#f99dbc
Grey scale Shade of #fe98ba
#cbcbcb
Brighten Shade
#ffb1d3
Most Readable Shade
#000000

Shades of #fe98ba color code

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

#fe98ba
#e187a5
#c57690
#a9657c
#8d5467
#704352
#54323e
#382129
#1c1014
#000000

Similar Color like #fe98ba color

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

#ff99bb
#ff9abc
#ff9bbd
#ff9cbe
#ff9dbf
#ff9ec0
#ff9fc1
#ffa0c2
#ffa1c3
#ffa2c4
#ffa3c5
#ffa4c6
#ffa5c7
#ffa6c8
#fd97b9
#fc96b8
#fb95b7
#fa94b6
#f993b5
#f892b4
#f791b3
#f690b2
#f58fb1
#f48eb0
#f38daf
#f28cae
#f18bad
#f08aac

Monochromatic Color with #fe98ba

#fe98ba
#29191e
#54323e
#7e4c5d
#a9657c
#d37f9b

Tints of #fe98ba Color

#fe98ba
#fea3c1
#feaec9
#febad1
#fec5d8
#fed1e0
#fedce8
#fee8ef
#fef3f7
#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

#fe98ba
#98fedc

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

Split Complementary

#fe98ba
#98fea9
#98edfe

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

Analogous Color

#fe98e3
#fe98ce
#fe98ba
#fe98a6
#fe9f98

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

#fe98ba
#bafe98
#98bafe

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

#fe98ba
#edfe98
#98fedc
#a998fe

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

#fe98ba
#98fedc
#98edfe
#fea998

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

#fe98ba Color Code Preview on Black Background Color

This is how #fe98ba Color will look on black background color. Color contrast ratio is 10.41

#fe98ba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe98ba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe98ba

#fe98ba color code is use for CSS Background Color

Background color for the above div is #fe98ba

HTML with inline CSS

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

#fe98ba color code is use for CSS Border Color

CSS Border color for the above div is #fe98ba

HTML with inline CSS

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

CSS Border Left color for the above div is #fe98ba

HTML with inline CSS

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

CSS Border Right color for the above div is #fe98ba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fe98ba

HTML with inline CSS

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

CSS Border Top color for the above div is #fe98ba

HTML with inline CSS

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

#fe98ba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fe98ba Color code Preview on White Background

This is how #fe98ba Color code will look on white background color. Color contrast ratio is 2.02

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

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,152,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(152,254,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,152,186,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.