crispedge.com

Color picker

Loading...

#fa9bcb hex color - Red - Warm color - Information

#fa9bcb hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #fa9bcb Color code in RGB color code model is created after adding 98.04% red color, 60.78% green color and 79.61% blue color. Hex #fa9bcb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 38% magenta, 19% yellow and 2% black.

Hex #fa9bcb color code is between #ff99cc web safe hex color code and #eeaabb web safe hex color code. #ff99cc is the nearest web safe color code. You can see here many more shades of #fa9bcb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefa9bcb#fa9bcb
RGB Decimal250, 155, 203rgb(250, 155, 203)
RGB Percent98%, 61%, 80%rgb(98%, 61%, 80%)
CSS RGBa250, 155, 203,1rgba(250,155,203,1)
CMYK Modelcmyk(0%,38%,19%,2%)
HSL Color Space330,90% ,79%hsl(330,90% ,79%)
HSV Color Space330°, 38%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101001101111001011
Octal372233313
Decimal250155203
Hexfa9bcb

Different shades of #fa9bcb color code.

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

Light Shade of #fa9bcb
#fccce4
Dark Shade of #fa9bcb
#f86ab2
Saturated Shade of #fa9bcb
#ff96cb
Desaturated Shade of #fa9bcb
#f5a0cb
Grey scale Shade of #fa9bcb
#cacaca
Brighten Shade
#ffb4e4
Most Readable Shade
#000000

Shades of #fa9bcb color code

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

#fa9bcb
#de89b4
#c2789d
#a66787
#8a5670
#6f445a
#533343
#37222d
#1b1116
#000000

Similar Color like #fa9bcb color

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

#fb9ccc
#fc9dcd
#fd9ece
#fe9fcf
#ffa0d0
#ffa1d1
#ffa2d2
#ffa3d3
#ffa4d4
#ffa5d5
#ffa6d6
#ffa7d7
#ffa8d8
#ffa9d9
#f99aca
#f899c9
#f798c8
#f697c7
#f596c6
#f495c5
#f394c4
#f293c3
#f192c2
#f091c1
#ef90c0
#ee8fbf
#ed8ebe
#ec8dbd

Monochromatic Color with #fa9bcb

#fa9bcb
#25171e
#503241
#7a4c63
#a56686
#cf81a8

Tints of #fa9bcb Color

#fa9bcb
#faa6d0
#fbb1d6
#fbbcdc
#fcc7e2
#fcd2e7
#fddded
#fde8f3
#fef3f9
#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

#fa9bcb
#9bfaca

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

Split Complementary

#fa9bcb
#9cfa9b
#9bfafa

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

Analogous Color

#fa9bf1
#fa9bde
#fa9bcb
#fa9bb8
#fa9ba5

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

#fa9bcb
#cbfa9b
#9bcbfa

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

#fa9bcb
#faf99b
#9bfaca
#9b9bfa

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

#fa9bcb
#9bfaca
#9bfaf9
#fa9b9c

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

#fa9bcb Color Code Preview on Black Background Color

This is how #fa9bcb Color will look on black background color. Color contrast ratio is 10.62

#fa9bcb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa9bcb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa9bcb

#fa9bcb color code is use for CSS Background Color

Background color for the above div is #fa9bcb

HTML with inline CSS

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

#fa9bcb color code is use for CSS Border Color

CSS Border color for the above div is #fa9bcb

HTML with inline CSS

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

CSS Border Left color for the above div is #fa9bcb

HTML with inline CSS

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

CSS Border Right color for the above div is #fa9bcb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa9bcb

HTML with inline CSS

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

CSS Border Top color for the above div is #fa9bcb

HTML with inline CSS

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

#fa9bcb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa9bcb Color code Preview on White Background

This is how #fa9bcb Color code will look on white background color. Color contrast ratio is 1.98

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

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,155,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(155,250,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,155,203,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.