Skip to main content Skip to docs navigation

#fd99fb 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 Pinkalicious and its hex is #FF99FF Nearest Color Name

Color Hue/Base color: Red

Hex #fd99fb Color code in RGB color code model is created after adding 99.22% red color, 60% green color and 98.43% blue color. Hex #fd99fb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 40% magenta, 1% yellow and 0.78% black.

Hex #fd99fb color code is between #ff88ff web safe hex color code and #eeaaee web safe hex color code. #ff88ff is the nearest web safe color code. You can see here many more shades of #fd99fb color code.

RGB Chart

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

Color Table

Hex Color Code fd99fb #fd99fb
RGB Decimal 253, 153, 251 253, 153, 251
RGB Percent 99%, 60%, 98% rgb(99%, 60%, 98%)
CSS RGBa 253, 153, 251,1 rgba(253,153,251,1)
CMYK Model cmyk(0%,40%,1%,0.78%)
HSL Color Space 301,96% ,80% hsl(301,96% ,80%)
HSV Color Space 301°, 40%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 10011001 11111011
Octal 375 231 373
Decimal 253 153 251
Hex fd 99 fb

Different shades of #fd99fb color code.

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

Darkest of #fd99fb
#f805f3
Darker of #fd99fb
#fb35f7
Dark of #fd99fb
#fc67f9
Base of #fd99fb
#fd99fb
Light of #fd99fb
#fecbfd
Lighter
#fffdff
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

#fd99fb
#99fd9b

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

Split Complementary

#fd99fb
#c9fd99
#99fdcd

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

Analogous Color

#c599fd
#d599fd
#fd99fb
#fd99da
#fd99b0

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

#fd99fb
#99fbfd
#fbfd99

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

#fd99fb
#fbfd99
#99fd9b
#9b99fd

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

#fd99fb
#fdcd99
#99fd9b
#99c9fd

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 #fd99fb

#c604c2
#f805f3
#fb35f7
#fc67f9
#fd99fb
#fecbfd
#fffdff
#ffffff
#ffffff

Tints of #fd99fb Color

#fd99fb
#fda4fb
#fdaffb
#fdbbfc
#fdc6fc
#fed1fd
#feddfd
#fee8fe
#fef3fe
#ffffff

Shades of #fd99fb color code

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

#fd99fb
#e088df
#c477c3
#a866a7
#8c558b
#70446f
#543353
#382237
#1c111b
#000000

Tones

#fd99fb
#f3a3f1
#e8aee7
#deb8dd
#d3c3d3

Tones

Similar Color like #fd99fb color

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

#fe9afc
#ff9bfd
#ff9cfe
#ff9dff
#ff9eff
#ff9fff
#ffa0ff
#ffa1ff
#ffa2ff
#ffa3ff
#ffa4ff
#ffa5ff
#ffa6ff
#ffa7ff
#fc98fa
#fb97f9
#fa96f8
#f995f7
#f894f6
#f793f5
#f692f4
#f591f3
#f490f2
#f38ff1
#f28ef0
#f18def
#f08cee
#ef8bed

Download this Light Red

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

#fd99fb Color Code Preview on Black Background Color

This is how #fd99fb Color will look on black background color. Color contrast ratio is 11.13

#fd99fb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd99fb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd99fb

#fd99fb color code is use for CSS Background Color

Background color for the above div is #fd99fb

HTML with inline CSS

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

#fd99fb color code is use for CSS Border Color

CSS Border color for the above div is #fd99fb

HTML with inline CSS

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

CSS Border Left color for the above div is #fd99fb

HTML with inline CSS

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

CSS Border Right color for the above div is #fd99fb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd99fb

HTML with inline CSS

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

CSS Border Top color for the above div is #fd99fb

HTML with inline CSS

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

#fd99fb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd99fb Color code Preview on White Background

This is how #fd99fb Color code will look on white background color. Color contrast ratio is 1.89

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

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(253,153,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(153,253,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,153,251,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }