crispedge.com

Color picker

Loading...

#fd3bcd hex color - Red - Warm color - Information

#fd3bcd hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fd3bcd Color code in RGB color code model is created after adding 99.22% red color, 23.14% green color and 80.39% blue color. Hex #fd3bcd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 77% magenta, 19% yellow and 1% black.

Hex #fd3bcd color code is between #ff33cc web safe hex color code and #ee44dd web safe hex color code. #ff33cc is the nearest web safe color code. You can see here many more shades of #fd3bcd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code fd3bcd #fd3bcd
RGB Decimal 253, 59, 205 rgb(253, 59, 205)
RGB Percent 99%, 23%, 80% rgb(99%, 23%, 80%)
CSS RGBa 253, 59, 205,1 rgba(253,59,205,1)
CMYK Model cmyk(0%,77%,19%,1%)
HSL Color Space 315,98% ,61% hsl(315,98% ,61%)
HSV Color Space 315°, 77%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 00111011 11001101
Octal 375 73 315
Decimal 253 59 205
Hex fd 3b cd

Different shades of #fd3bcd color code.

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

Light Shade of #fd3bcd
#fe6dda
Dark Shade of #fd3bcd
#fc08c0
Saturated Shade of #fd3bcd
#ff39ce
Desaturated Shade of #fd3bcd
#f345c8
Grey scale Shade of #fd3bcd
#9c9c9c
Brighten Shade
#ff54e6
Most Readable Shade
#000000

Shades of #fd3bcd color code

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

#fd3bcd
#e034b6
#c42d9f
#a82788
#8c2071
#701a5b
#541344
#380d2d
#1c0616
#000000

Similar Color like #fd3bcd color

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

#fe3cce
#ff3dcf
#ff3ed0
#ff3fd1
#ff40d2
#ff41d3
#ff42d4
#ff43d5
#ff44d6
#ff45d7
#ff46d8
#ff47d9
#ff48da
#ff49db
#fc3acc
#fb39cb
#fa38ca
#f937c9
#f836c8
#f735c7
#f634c6
#f533c5
#f432c4
#f331c3
#f230c2
#f12fc1
#f02ec0
#ef2dbf

Monochromatic Color with #fd3bcd

#fd3bcd
#280921
#531343
#7d1d66
#a82788
#d231ab

Tints of #fd3bcd Color

#fd3bcd
#fd50d2
#fd66d8
#fd7cdd
#fd92e3
#fea7e8
#febdee
#fed3f3
#fee9f9
#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

#fd3bcd
#3bfd6b

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

Split Complementary

#fd3bcd
#6cfd3b
#3bfdcc

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

Analogous Color

#df3bfd
#fd3bf4
#fd3bcd
#fd3ba6
#fd3b7f

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

#fd3bcd
#cdfd3b
#3bcdfd

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

#fd3bcd
#fdcc3b
#3bfd6b
#3b6cfd

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

#fd3bcd
#3bfd6b
#3bfdcc
#fd3b6c

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

#fd3bcd Color Code Preview on Black Background Color

This is how #fd3bcd Color will look on black background color. Color contrast ratio is 6.68

#fd3bcd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd3bcd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd3bcd

#fd3bcd color code is use for CSS Background Color

Background color for the above div is #fd3bcd

HTML with inline CSS

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

#fd3bcd color code is use for CSS Border Color

CSS Border color for the above div is #fd3bcd

HTML with inline CSS

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

CSS Border Left color for the above div is #fd3bcd

HTML with inline CSS

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

CSS Border Right color for the above div is #fd3bcd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd3bcd

HTML with inline CSS

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

CSS Border Top color for the above div is #fd3bcd

HTML with inline CSS

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

#fd3bcd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd3bcd Color code Preview on White Background

This is how #fd3bcd Color code will look on white background color. Color contrast ratio is 3.14

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

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(253,59,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(59,253,107,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,59,205,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.