crispedge.com

Color picker

Loading...

#fd76d3 hex color - Violet - Warm color - Information

#fd76d3 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #fd76d3 Color code in RGB color code model is created after adding 99.22% red color, 46.27% green color and 82.75% blue color. Hex #fd76d3 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 53% magenta, 17% yellow and 1% black.

Hex #fd76d3 color code is between #ff77cc web safe hex color code and #ee66dd web safe hex color code. #ff77cc is the nearest web safe color code. You can see here many more shades of #fd76d3 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefd76d3#fd76d3
RGB Decimal253, 118, 211rgb(253, 118, 211)
RGB Percent99%, 46%, 83%rgb(99%, 46%, 83%)
CSS RGBa253, 118, 211,1rgba(253,118,211,1)
CMYK Modelcmyk(0%,53%,17%,1%)
HSL Color Space319,97% ,73%hsl(319,97% ,73%)
HSV Color Space319°, 53%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111010111011011010011
Octal375166323
Decimal253118211
Hexfd76d3

Different shades of #fd76d3 color code.

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

Light Shade of #fd76d3
#fea8e3
Dark Shade of #fd76d3
#fc44c3
Saturated Shade of #fd76d3
#ff74d4
Desaturated Shade of #fd76d3
#f67dd0
Grey scale Shade of #fd76d3
#b9b9b9
Brighten Shade
#ff8fec
Most Readable Shade
#000000

Shades of #fd76d3 color code

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

#fd76d3
#e068bb
#c45ba4
#a84e8c
#8c4175
#70345d
#542746
#381a2e
#1c0d17
#000000

Similar Color like #fd76d3 color

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

#fe77d4
#ff78d5
#ff79d6
#ff7ad7
#ff7bd8
#ff7cd9
#ff7dda
#ff7edb
#ff7fdc
#ff80dd
#ff81de
#ff82df
#ff83e0
#ff84e1
#fc75d2
#fb74d1
#fa73d0
#f972cf
#f871ce
#f770cd
#f66fcc
#f56ecb
#f46dca
#f36cc9
#f26bc8
#f16ac7
#f069c6
#ef68c5

Monochromatic Color with #fd76d3

#fd76d3
#281322
#532745
#7d3b69
#a84e8c
#d262b0

Tints of #fd76d3 Color

#fd76d3
#fd85d7
#fd94dc
#fda3e1
#fdb2e6
#fec2eb
#fed1f0
#fee0f5
#feeffa
#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

#fd76d3
#76fda0

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

Split Complementary

#fd76d3
#8ffd76
#76fde4

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

Analogous Color

#f176fd
#fd76ee
#fd76d3
#fd76b8
#fd769d

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

#fd76d3
#d3fd76
#76d3fd

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

#fd76d3
#fde376
#76fda0
#768ffd

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

#fd76d3
#76fda0
#76fde4
#fd768f

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

#fd76d3 Color Code Preview on Black Background Color

This is how #fd76d3 Color will look on black background color. Color contrast ratio is 8.71

#fd76d3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd76d3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd76d3

#fd76d3 color code is use for CSS Background Color

Background color for the above div is #fd76d3

HTML with inline CSS

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

#fd76d3 color code is use for CSS Border Color

CSS Border color for the above div is #fd76d3

HTML with inline CSS

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

CSS Border Left color for the above div is #fd76d3

HTML with inline CSS

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

CSS Border Right color for the above div is #fd76d3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd76d3

HTML with inline CSS

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

CSS Border Top color for the above div is #fd76d3

HTML with inline CSS

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

#fd76d3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd76d3 Color code Preview on White Background

This is how #fd76d3 Color code will look on white background color. Color contrast ratio is 2.41

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

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,118,211,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(118,253,160,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,118,211,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.