crispedge.com

Color picker

Loading...

#fa94be hex color - Orange - Warm color - Information

#fa94be hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #fa94be Color code in RGB color code model is created after adding 98.04% red color, 58.04% green color and 74.51% blue color. Hex #fa94be Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 41% magenta, 24% yellow and 2% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefa94be#fa94be
RGB Decimal250, 148, 190rgb(250, 148, 190)
RGB Percent98%, 58%, 75%rgb(98%, 58%, 75%)
CSS RGBa250, 148, 190,1rgba(250,148,190,1)
CMYK Modelcmyk(0%,41%,24%,2%)
HSL Color Space335,91% ,78%hsl(335,91% ,78%)
HSV Color Space335°, 41%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101001010010111110
Octal372224276
Decimal250148190
Hexfa94be

Different shades of #fa94be color code.

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

Light Shade of #fa94be
#fcc5dc
Dark Shade of #fa94be
#f863a0
Saturated Shade of #fa94be
#ff8fbd
Desaturated Shade of #fa94be
#f49abf
Grey scale Shade of #fa94be
#c7c7c7
Brighten Shade
#ffadd7
Most Readable Shade
#000000

Shades of #fa94be color code

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

#fa94be
#de83a8
#c27393
#a6627e
#8a5269
#6f4154
#53313f
#37202a
#1b1015
#000000

Similar Color like #fa94be color

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

#fb95bf
#fc96c0
#fd97c1
#fe98c2
#ff99c3
#ff9ac4
#ff9bc5
#ff9cc6
#ff9dc7
#ff9ec8
#ff9fc9
#ffa0ca
#ffa1cb
#ffa2cc
#f993bd
#f892bc
#f791bb
#f690ba
#f58fb9
#f48eb8
#f38db7
#f28cb6
#f18bb5
#f08ab4
#ef89b3
#ee88b2
#ed87b1
#ec86b0

Monochromatic Color with #fa94be

#fa94be
#25161c
#502f3d
#7a495d
#a5627d
#cf7b9e

Tints of #fa94be Color

#fa94be
#fa9fc5
#fbabcc
#fbb7d3
#fcc3da
#fccfe2
#fddbe9
#fde7f0
#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

#fa94be
#94fad0

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

Split Complementary

#fa94be
#94fa9d
#94f1fa

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

Analogous Color

#fa94e7
#fa94d2
#fa94be
#fa94aa
#fa9495

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

#fa94be
#befa94
#94befa

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

#fa94be
#f1fa94
#94fad0
#9d94fa

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

#fa94be
#94fad0
#94f1fa
#fa9d94

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

#fa94be Color Code Preview on Black Background Color

This is how #fa94be Color will look on black background color. Color contrast ratio is 10.04

#fa94be in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa94be

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa94be

#fa94be color code is use for CSS Background Color

Background color for the above div is #fa94be

HTML with inline CSS

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

#fa94be color code is use for CSS Border Color

CSS Border color for the above div is #fa94be

HTML with inline CSS

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

CSS Border Left color for the above div is #fa94be

HTML with inline CSS

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

CSS Border Right color for the above div is #fa94be

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa94be

HTML with inline CSS

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

CSS Border Top color for the above div is #fa94be

HTML with inline CSS

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

#fa94be hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa94be Color code Preview on White Background

This is how #fa94be Color code will look on white background color. Color contrast ratio is 2.09

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

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(250,148,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(148,250,208,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,148,190,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.