crispedge.com

Color picker

Loading...

#f99dbc hex color - Red - Warm color - Information

#f99dbc hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #f99dbc color code is between #ff99bb web safe hex color code and #eeaacc web safe hex color code. #ff99bb is the nearest web safe color code. You can see here many more shades of #f99dbc color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codef99dbc#f99dbc
RGB Decimal249, 157, 188rgb(249, 157, 188)
RGB Percent98%, 62%, 74%rgb(98%, 62%, 74%)
CSS RGBa249, 157, 188,1rgba(249,157,188,1)
CMYK Modelcmyk(0%,37%,24%,2%)
HSL Color Space340,88% ,80%hsl(340,88% ,80%)
HSV Color Space340°, 37%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110011001110110111100
Octal371235274
Decimal249157188
Hexf99dbc

Different shades of #f99dbc color code.

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

Light Shade of #f99dbc
#fccddd
Dark Shade of #f99dbc
#f66d9b
Saturated Shade of #f99dbc
#fe98ba
Desaturated Shade of #f99dbc
#f4a2be
Grey scale Shade of #f99dbc
#cbcbcb
Brighten Shade
#ffb6d5
Most Readable Shade
#000000

Shades of #f99dbc color code

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

#f99dbc
#dd8ba7
#c17a92
#a6687d
#8a5768
#6e4553
#53343e
#372229
#1b1114
#000000

Similar Color like #f99dbc color

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

#fa9ebd
#fb9fbe
#fca0bf
#fda1c0
#fea2c1
#ffa3c2
#ffa4c3
#ffa5c4
#ffa6c5
#ffa7c6
#ffa8c7
#ffa9c8
#ffaac9
#ffabca
#f89cbb
#f79bba
#f69ab9
#f599b8
#f498b7
#f397b6
#f296b5
#f195b4
#f094b3
#ef93b2
#ee92b1
#ed91b0
#ec90af
#eb8fae

Monochromatic Color with #f99dbc

#f99dbc
#24171c
#4f323c
#794d5c
#a4677c
#ce829c

Tints of #f99dbc Color

#f99dbc
#f9a7c3
#fab2ca
#fbbdd2
#fbc8d9
#fcd3e1
#fddee8
#fde9f0
#fef4f7
#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

#f99dbc
#9df9da

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

Split Complementary

#f99dbc
#9df9ac
#9deaf9

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

Analogous Color

#f99de1
#f99dce
#f99dbc
#f99daa
#f9a39d

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

#f99dbc
#bcf99d
#9dbcf9

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

#f99dbc
#eaf99d
#9df9da
#ac9df9

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

#f99dbc
#9df9da
#9deaf9
#f9ac9d

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

#f99dbc Color Code Preview on Black Background Color

This is how #f99dbc Color will look on black background color. Color contrast ratio is 10.58

#f99dbc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f99dbc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f99dbc

#f99dbc color code is use for CSS Background Color

Background color for the above div is #f99dbc

HTML with inline CSS

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

#f99dbc color code is use for CSS Border Color

CSS Border color for the above div is #f99dbc

HTML with inline CSS

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

CSS Border Left color for the above div is #f99dbc

HTML with inline CSS

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

CSS Border Right color for the above div is #f99dbc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f99dbc

HTML with inline CSS

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

CSS Border Top color for the above div is #f99dbc

HTML with inline CSS

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

#f99dbc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f99dbc Color code Preview on White Background

This is how #f99dbc Color code will look on white background color. Color contrast ratio is 1.99

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

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,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(157,249,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(249,157,188,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.