Skip to main content Skip to docs navigation

#fc98cd hex color | Download Light Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Himalayan Balsam and its hex is #FF99CC Nearest Color Name

Color Hue/Base color: Red

Hex #fc98cd Color code in RGB color code model is created after adding 98.82% red color, 59.61% green color and 80.39% blue color. Hex #fc98cd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 40% magenta, 19% yellow and 1.18% black.

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

RGB Chart

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

Color Table

Hex Color Code fc98cd #fc98cd
RGB Decimal 252, 152, 205 252, 152, 205
RGB Percent 99%, 60%, 80% rgb(99%, 60%, 80%)
CSS RGBa 252, 152, 205,1 rgba(252,152,205,1)
CMYK Model cmyk(0%,40%,19%,1.18%)
HSL Color Space 328,94% ,79% hsl(328,94% ,79%)
HSV Color Space 328°, 40%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111100 10011000 11001101
Octal 374 230 315
Decimal 252 152 205
Hex fc 98 cd

Different shades of #fc98cd color code.

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

Darkest of #fc98cd
#f40785
Darker of #fc98cd
#f9359d
Dark of #fc98cd
#fb66b5
Base of #fc98cd
#fc98cd
Light of #fc98cd
#fdcae5
Lighter
#fffbfd
Lightest
#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

#fc98cd
#98fcc7

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

Split Complementary

#fc98cd
#9bfc98
#98fcf9

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

Analogous Color

#f198fc
#fc98f7
#fc98cd
#fc98ac
#fcae98

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

#fc98cd
#98cdfc
#cdfc98

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

#fc98cd
#cdfc98
#98fcc7
#c798fc

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#fc98cd
#fcf998
#98fcc7
#989bfc

Square 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).

Monochromatic Color with #fc98cd

#c2066a
#f40785
#f9359d
#fb66b5
#fc98cd
#fdcae5
#fffbfd
#ffffff
#ffffff

Tints of #fc98cd Color

#fc98cd
#fca3d2
#fcaed8
#fdbadd
#fdc5e3
#fdd1e8
#fedcee
#fee8f3
#fef3f9
#ffffff

Shades of #fc98cd color code

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

#fc98cd
#e087b6
#c4769f
#a86588
#8c5471
#70435b
#543244
#38212d
#1c1016
#000000

Tones

#fc98cd
#f1a3cc
#e7adcc
#dcb8cb
#d2c2ca

Tones

Similar Color like #fc98cd color

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

#fd99ce
#fe9acf
#ff9bd0
#ff9cd1
#ff9dd2
#ff9ed3
#ff9fd4
#ffa0d5
#ffa1d6
#ffa2d7
#ffa3d8
#ffa4d9
#ffa5da
#ffa6db
#fb97cc
#fa96cb
#f995ca
#f894c9
#f793c8
#f692c7
#f591c6
#f490c5
#f38fc4
#f28ec3
#f18dc2
#f08cc1
#ef8bc0
#ee8abf

Download this Light Red

Hex #fc98cd 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.

#fc98cd Color Code Preview on Black Background Color

This is how #fc98cd Color will look on black background color. Color contrast ratio is 10.51

#fc98cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc98cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc98cd

#fc98cd color code is use for CSS Background Color

Background color for the above div is #fc98cd

HTML with inline CSS

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

#fc98cd color code is use for CSS Border Color

CSS Border color for the above div is #fc98cd

HTML with inline CSS

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

CSS Border Left color for the above div is #fc98cd

HTML with inline CSS

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

CSS Border Right color for the above div is #fc98cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fc98cd

HTML with inline CSS

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

CSS Border Top color for the above div is #fc98cd

HTML with inline CSS

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

#fc98cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fc98cd Color code Preview on White Background

This is how #fc98cd Color code will look on white background color. Color contrast ratio is 2.00

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(252,152,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(152,252,199,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,152,205,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }