crispedge.com

Color picker

Loading...

#f99dcd hex color - Red - Warm color - Information

#f99dcd hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #f99dcd Color code in RGB color code model is created after adding 97.65% red color, 61.57% green color and 80.39% blue color. Hex #f99dcd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 37% magenta, 18% yellow and 2% black.

Hex #f99dcd color code is between #ff99cc web safe hex color code and #eeaadd web safe hex color code. #ff99cc is the nearest web safe color code. You can see here many more shades of #f99dcd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef99dcd#f99dcd
RGB Decimal249, 157, 205rgb(249, 157, 205)
RGB Percent98%, 62%, 80%rgb(98%, 62%, 80%)
CSS RGBa249, 157, 205,1rgba(249,157,205,1)
CMYK Modelcmyk(0%,37%,18%,2%)
HSL Color Space329,88% ,80%hsl(329,88% ,80%)
HSV Color Space329°, 37%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110011001110111001101
Octal371235315
Decimal249157205
Hexf99dcd

Different shades of #f99dcd color code.

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

Light Shade of #f99dcd
#fccde5
Dark Shade of #f99dcd
#f66db4
Saturated Shade of #f99dcd
#fe98cd
Desaturated Shade of #f99dcd
#f4a2cd
Grey scale Shade of #f99dcd
#cbcbcb
Brighten Shade
#ffb6e6
Most Readable Shade
#000000

Shades of #f99dcd color code

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

#f99dcd
#dd8bb6
#c17a9f
#a66888
#8a5771
#6e455b
#533444
#37222d
#1b1116
#000000

Similar Color like #f99dcd color

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

#fa9ece
#fb9fcf
#fca0d0
#fda1d1
#fea2d2
#ffa3d3
#ffa4d4
#ffa5d5
#ffa6d6
#ffa7d7
#ffa8d8
#ffa9d9
#ffaada
#ffabdb
#f89ccc
#f79bcb
#f69aca
#f599c9
#f498c8
#f397c7
#f296c6
#f195c5
#f094c4
#ef93c3
#ee92c2
#ed91c1
#ec90c0
#eb8fbf

Monochromatic Color with #f99dcd

#f99dcd
#24171e
#4f3241
#794d64
#a46787
#ce82aa

Tints of #f99dcd Color

#f99dcd
#f9a7d2
#fab2d8
#fbbddd
#fbc8e3
#fcd3e8
#fddeee
#fde9f3
#fef4f9
#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

#f99dcd
#9df9c9

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

Split Complementary

#f99dcd
#9ff99d
#9df9f7

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

Analogous Color

#f99df2
#f99ddf
#f99dcd
#f99dbb
#f99da8

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

#f99dcd
#cdf99d
#9dcdf9

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

#f99dcd
#f9f79d
#9df9c9
#9d9ff9

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

#f99dcd
#9df9c9
#9df9f7
#f99d9f

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

#f99dcd Color Code Preview on Black Background Color

This is how #f99dcd Color will look on black background color. Color contrast ratio is 10.73

#f99dcd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f99dcd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f99dcd

#f99dcd color code is use for CSS Background Color

Background color for the above div is #f99dcd

HTML with inline CSS

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

#f99dcd color code is use for CSS Border Color

CSS Border color for the above div is #f99dcd

HTML with inline CSS

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

CSS Border Left color for the above div is #f99dcd

HTML with inline CSS

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

CSS Border Right color for the above div is #f99dcd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f99dcd

HTML with inline CSS

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

CSS Border Top color for the above div is #f99dcd

HTML with inline CSS

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

#f99dcd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f99dcd Color code Preview on White Background

This is how #f99dcd Color code will look on white background color. Color contrast ratio is 1.96

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

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(249,157,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(157,249,201,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(249,157,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.