crispedge.com

Color picker

Loading...

#fba6da hex color - Red - Warm color - Information

#fba6da hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #fba6da Color code in RGB color code model is created after adding 98.43% red color, 65.1% green color and 85.49% blue color. Hex #fba6da Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 34% magenta, 13% yellow and 2% black.

Hex #fba6da color code is between #ffaadd web safe hex color code and #ee99cc web safe hex color code. #ffaadd is the nearest web safe color code. You can see here many more shades of #fba6da color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefba6da#fba6da
RGB Decimal251, 166, 218rgb(251, 166, 218)
RGB Percent98%, 65%, 85%rgb(98%, 65%, 85%)
CSS RGBa251, 166, 218,1rgba(251,166,218,1)
CMYK Modelcmyk(0%,34%,13%,2%)
HSL Color Space323,91% ,82%hsl(323,91% ,82%)
HSV Color Space323°, 34%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110111010011011011010
Octal373246332
Decimal251166218
Hexfba6da

Different shades of #fba6da color code.

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

Light Shade of #fba6da
#fdd7ee
Dark Shade of #fba6da
#f975c6
Saturated Shade of #fba6da
#ffa2db
Desaturated Shade of #fba6da
#f6abd9
Grey scale Shade of #fba6da
#d0d0d0
Brighten Shade
#ffbff3
Most Readable Shade
#000000

Shades of #fba6da color code

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

#fba6da
#df93c1
#c381a9
#a76e91
#8b5c79
#6f4960
#533748
#372430
#1b1218
#000000

Similar Color like #fba6da color

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

#fca7db
#fda8dc
#fea9dd
#ffaade
#ffabdf
#fface0
#ffade1
#ffaee2
#ffafe3
#ffb0e4
#ffb1e5
#ffb2e6
#ffb3e7
#ffb4e8
#faa5d9
#f9a4d8
#f8a3d7
#f7a2d6
#f6a1d5
#f5a0d4
#f49fd3
#f39ed2
#f29dd1
#f19cd0
#f09bcf
#ef9ace
#ee99cd
#ed98cc

Monochromatic Color with #fba6da

#fba6da
#261921
#513646
#7b526b
#a66e90
#d08ab5

Tints of #fba6da Color

#fba6da
#fbafde
#fbb9e2
#fcc3e6
#fccdea
#fdd7ee
#fde1f2
#feebf6
#fef5fa
#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

#fba6da
#a6fbc7

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

Split Complementary

#fba6da
#affba6
#a6fbf1

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

Analogous Color

#faa6fb
#fba6eb
#fba6da
#fba6c9
#fba6b8

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

#fba6da
#dafba6
#a6dafb

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

#fba6da
#fbf1a6
#a6fbc7
#a6affb

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

#fba6da
#a6fbc7
#a6fbf2
#fba6af

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

#fba6da Color Code Preview on Black Background Color

This is how #fba6da Color will look on black background color. Color contrast ratio is 11.57

#fba6da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fba6da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fba6da

#fba6da color code is use for CSS Background Color

Background color for the above div is #fba6da

HTML with inline CSS

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

#fba6da color code is use for CSS Border Color

CSS Border color for the above div is #fba6da

HTML with inline CSS

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

CSS Border Left color for the above div is #fba6da

HTML with inline CSS

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

CSS Border Right color for the above div is #fba6da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fba6da

HTML with inline CSS

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

CSS Border Top color for the above div is #fba6da

HTML with inline CSS

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

#fba6da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fba6da Color code Preview on White Background

This is how #fba6da Color code will look on white background color. Color contrast ratio is 1.82

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

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(251,166,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(166,251,199,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(251,166,218,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.