crispedge.com

Color picker

Loading...

#f98bdd hex color - Violet - Warm color - Information

#f98bdd hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #f98bdd Color code in RGB color code model is created after adding 97.65% red color, 54.51% green color and 86.67% blue color. Hex #f98bdd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 44% magenta, 11% yellow and 2% black.

Hex #f98bdd color code is between #ff88cc web safe hex color code and #ee99ee web safe hex color code. #ff88cc is the nearest web safe color code. You can see here many more shades of #f98bdd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef98bdd#f98bdd
RGB Decimal249, 139, 221rgb(249, 139, 221)
RGB Percent98%, 55%, 87%rgb(98%, 55%, 87%)
CSS RGBa249, 139, 221,1rgba(249,139,221,1)
CMYK Modelcmyk(0%,44%,11%,2%)
HSL Color Space315,90% ,76%hsl(315,90% ,76%)
HSV Color Space315°, 44%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110011000101111011101
Octal371213335
Decimal249139221
Hexf98bdd

Different shades of #f98bdd color code.

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

Light Shade of #f98bdd
#fcbbeb
Dark Shade of #f98bdd
#f65acf
Saturated Shade of #f98bdd
#ff85e0
Desaturated Shade of #f98bdd
#f391da
Grey scale Shade of #f98bdd
#c2c2c2
Brighten Shade
#ffa4f6
Most Readable Shade
#000000

Shades of #f98bdd color code

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

#f98bdd
#dd7bc4
#c16cab
#a65c93
#8a4d7a
#6e3d62
#532e49
#371e31
#1b0f18
#000000

Similar Color like #f98bdd color

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

#fa8cde
#fb8ddf
#fc8ee0
#fd8fe1
#fe90e2
#ff91e3
#ff92e4
#ff93e5
#ff94e6
#ff95e7
#ff96e8
#ff97e9
#ff98ea
#ff99eb
#f88adc
#f789db
#f688da
#f587d9
#f486d8
#f385d7
#f284d6
#f183d5
#f082d4
#ef81d3
#ee80d2
#ed7fd1
#ec7ed0
#eb7dcf

Monochromatic Color with #f98bdd

#f98bdd
#241420
#4f2c46
#79446c
#a45c92
#ce73b7

Tints of #f98bdd Color

#f98bdd
#f997e0
#faa4e4
#fbb1e8
#fbbeec
#fccbef
#fdd8f3
#fde5f7
#fef2fb
#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

#f98bdd
#8bf9a7

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

Split Complementary

#f98bdd
#a6f98b
#8bf9de

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

Analogous Color

#e98bf9
#f98bf3
#f98bdd
#f98bc7
#f98bb1

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

#f98bdd
#ddf98b
#8bddf9

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

#f98bdd
#f9de8b
#8bf9a7
#8ba6f9

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

#f98bdd
#8bf9a7
#8bf9de
#f98ba6

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

#f98bdd Color Code Preview on Black Background Color

This is how #f98bdd Color will look on black background color. Color contrast ratio is 9.77

#f98bdd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f98bdd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f98bdd

#f98bdd color code is use for CSS Background Color

Background color for the above div is #f98bdd

HTML with inline CSS

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

#f98bdd color code is use for CSS Border Color

CSS Border color for the above div is #f98bdd

HTML with inline CSS

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

CSS Border Left color for the above div is #f98bdd

HTML with inline CSS

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

CSS Border Right color for the above div is #f98bdd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f98bdd

HTML with inline CSS

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

CSS Border Top color for the above div is #f98bdd

HTML with inline CSS

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

#f98bdd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f98bdd Color code Preview on White Background

This is how #f98bdd Color code will look on white background color. Color contrast ratio is 2.15

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

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,139,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(139,249,167,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(249,139,221,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.