crispedge.com

Color picker

Loading...

#fc65bd hex color - Red - Warm color - Information

#fc65bd hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #fc65bd Color code in RGB color code model is created after adding 98.82% red color, 39.61% green color and 74.12% blue color. Hex #fc65bd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 60% magenta, 25% yellow and 1% black.

Hex #fc65bd color code is between #ff66bb web safe hex color code and #ee55cc web safe hex color code. #ff66bb is the nearest web safe color code. You can see here many more shades of #fc65bd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefc65bd#fc65bd
RGB Decimal252, 101, 189rgb(252, 101, 189)
RGB Percent99%, 40%, 74%rgb(99%, 40%, 74%)
CSS RGBa252, 101, 189,1rgba(252,101,189,1)
CMYK Modelcmyk(0%,60%,25%,1%)
HSL Color Space325,96% ,69%hsl(325,96% ,69%)
HSV Color Space325°, 60%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111000110010110111101
Octal374145275
Decimal252101189
Hexfc65bd

Different shades of #fc65bd color code.

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

Light Shade of #fc65bd
#fd97d2
Dark Shade of #fc65bd
#fb33a8
Saturated Shade of #fc65bd
#ff62bd
Desaturated Shade of #fc65bd
#f46dbc
Grey scale Shade of #fc65bd
#b0b0b0
Brighten Shade
#ff7ed6
Most Readable Shade
#000000

Shades of #fc65bd color code

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

#fc65bd
#e059a8
#c44e93
#a8437e
#8c3869
#702c54
#54213f
#38162a
#1c0b15
#000000

Similar Color like #fc65bd color

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

#fd66be
#fe67bf
#ff68c0
#ff69c1
#ff6ac2
#ff6bc3
#ff6cc4
#ff6dc5
#ff6ec6
#ff6fc7
#ff70c8
#ff71c9
#ff72ca
#ff73cb
#fb64bc
#fa63bb
#f962ba
#f861b9
#f760b8
#f65fb7
#f55eb6
#f45db5
#f35cb4
#f25bb3
#f15ab2
#f059b1
#ef58b0
#ee57af

Monochromatic Color with #fc65bd

#fc65bd
#27101e
#52213d
#7c325d
#a7437d
#d1549d

Tints of #fc65bd Color

#fc65bd
#fc76c4
#fc87cb
#fd98d3
#fda9da
#fdbae1
#fecbe9
#fedcf0
#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

#fc65bd
#65fca4

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

Split Complementary

#fc65bd
#72fc65
#65fcef

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

Analogous Color

#fc65f9
#fc65db
#fc65bd
#fc659f
#fc6581

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

#fc65bd
#bdfc65
#65bdfc

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

#fc65bd
#fcef65
#65fca4
#6571fc

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

#fc65bd
#65fca4
#65fcef
#fc6572

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

#fc65bd Color Code Preview on Black Background Color

This is how #fc65bd Color will look on black background color. Color contrast ratio is 7.74

#fc65bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc65bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc65bd

#fc65bd color code is use for CSS Background Color

Background color for the above div is #fc65bd

HTML with inline CSS

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

#fc65bd color code is use for CSS Border Color

CSS Border color for the above div is #fc65bd

HTML with inline CSS

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

CSS Border Left color for the above div is #fc65bd

HTML with inline CSS

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

CSS Border Right color for the above div is #fc65bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fc65bd

HTML with inline CSS

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

CSS Border Top color for the above div is #fc65bd

HTML with inline CSS

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

#fc65bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fc65bd Color code Preview on White Background

This is how #fc65bd Color code will look on white background color. Color contrast ratio is 2.71

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

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(252,101,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(101,252,164,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,101,189,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.