crispedge.com

Color picker

Loading...

#fb5dbb hex color - Red - Warm color - Information

#fb5dbb hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #fb5dbb Color code in RGB color code model is created after adding 98.43% red color, 36.47% green color and 73.33% blue color. Hex #fb5dbb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 63% magenta, 25% yellow and 2% black.

Hex #fb5dbb color code is between #ff55aa web safe hex color code and #ee66cc web safe hex color code. #ff55aa is the nearest web safe color code. You can see here many more shades of #fb5dbb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefb5dbb#fb5dbb
RGB Decimal251, 93, 187rgb(251, 93, 187)
RGB Percent98%, 36%, 73%rgb(98%, 36%, 73%)
CSS RGBa251, 93, 187,1rgba(251,93,187,1)
CMYK Modelcmyk(0%,63%,25%,2%)
HSL Color Space324,95% ,67%hsl(324,95% ,67%)
HSV Color Space324°, 63%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110110101110110111011
Octal373135273
Decimal25193187
Hexfb5dbb

Different shades of #fb5dbb color code.

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

Light Shade of #fb5dbb
#fc8fd0
Dark Shade of #fb5dbb
#fa2ba6
Saturated Shade of #fb5dbb
#ff59bc
Desaturated Shade of #fb5dbb
#f365b9
Grey scale Shade of #fb5dbb
#acacac
Brighten Shade
#ff76d4
Most Readable Shade
#000000

Shades of #fb5dbb color code

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

#fb5dbb
#df52a6
#c34891
#a73e7c
#8b3367
#6f2953
#531f3e
#371429
#1b0a14
#000000

Similar Color like #fb5dbb color

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

#fc5ebc
#fd5fbd
#fe60be
#ff61bf
#ff62c0
#ff63c1
#ff64c2
#ff65c3
#ff66c4
#ff67c5
#ff68c6
#ff69c7
#ff6ac8
#ff6bc9
#fa5cba
#f95bb9
#f85ab8
#f759b7
#f658b6
#f557b5
#f456b4
#f355b3
#f254b2
#f153b1
#f052b0
#ef51af
#ee50ae
#ed4fad

Monochromatic Color with #fb5dbb

#fb5dbb
#260e1d
#511e3c
#7b2e5c
#a63e7c
#d04d9b

Tints of #fb5dbb Color

#fb5dbb
#fb6fc2
#fb81ca
#fc93d1
#fca5d9
#fdb7e0
#fdc9e8
#fedbef
#feedf7
#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

#fb5dbb
#5dfb9d

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

Split Complementary

#fb5dbb
#6cfb5d
#5dfbec

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

Analogous Color

#fb5dfa
#fb5ddb
#fb5dbb
#fb5d9b
#fb5d7c

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

#fb5dbb
#bbfb5d
#5dbbfb

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

#fb5dbb
#fbec5d
#5dfb9d
#5d6cfb

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

#fb5dbb
#5dfb9d
#5dfbec
#fb5d6c

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

#fb5dbb Color Code Preview on Black Background Color

This is how #fb5dbb Color will look on black background color. Color contrast ratio is 7.39

#fb5dbb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fb5dbb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fb5dbb

#fb5dbb color code is use for CSS Background Color

Background color for the above div is #fb5dbb

HTML with inline CSS

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

#fb5dbb color code is use for CSS Border Color

CSS Border color for the above div is #fb5dbb

HTML with inline CSS

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

CSS Border Left color for the above div is #fb5dbb

HTML with inline CSS

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

CSS Border Right color for the above div is #fb5dbb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fb5dbb

HTML with inline CSS

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

CSS Border Top color for the above div is #fb5dbb

HTML with inline CSS

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

#fb5dbb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fb5dbb Color code Preview on White Background

This is how #fb5dbb Color code will look on white background color. Color contrast ratio is 2.84

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

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,93,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(93,251,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(251,93,187,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.