crispedge.com

Color picker

Loading...

#fbd3fd hex color - White - Warm color - Information

#fbd3fd hex color - White - Warm color

Color Hue/Base color: White

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

Hex #fbd3fd color code is between #ffccff web safe hex color code and #eeddee web safe hex color code. #ffccff is the nearest web safe color code. You can see here many more shades of #fbd3fd color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codefbd3fd#fbd3fd
RGB Decimal251, 211, 253rgb(251, 211, 253)
RGB Percent98%, 83%, 99%rgb(98%, 83%, 99%)
CSS RGBa251, 211, 253,1rgba(251,211,253,1)
CMYK Modelcmyk(1%,17%,0%,1%)
HSL Color Space297,91% ,91%hsl(297,91% ,91%)
HSV Color Space297°, 17%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110111101001111111101
Octal373323375
Decimal251211253
Hexfbd3fd

Different shades of #fbd3fd color code.

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

Light Shade of #fbd3fd
#ffffff
Dark Shade of #fbd3fd
#f7a2fb
Saturated Shade of #fbd3fd
#fdd1ff
Desaturated Shade of #fbd3fd
#f9d5fb
Grey scale Shade of #fbd3fd
#e8e8e8
Brighten Shade
#ffecff
Most Readable Shade
#000000

Shades of #fbd3fd color code

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

#fbd3fd
#dfbbe0
#c3a4c4
#a78ca8
#8b758c
#6f5d70
#534654
#372e38
#1b171c
#000000

Similar Color like #fbd3fd color

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

#fcd4fe
#fdd5ff
#fed6ff
#ffd7ff
#ffd8ff
#ffd9ff
#ffdaff
#ffdbff
#ffdcff
#ffddff
#ffdeff
#ffdfff
#ffe0ff
#ffe1ff
#fad2fc
#f9d1fb
#f8d0fa
#f7cff9
#f6cef8
#f5cdf7
#f4ccf6
#f3cbf5
#f2caf4
#f1c9f3
#f0c8f2
#efc7f1
#eec6f0
#edc5ef

Monochromatic Color with #fbd3fd

#fbd3fd
#282228
#524553
#7c697d
#a78ca8
#d1b0d2

Tints of #fbd3fd Color

#fbd3fd
#fbd7fd
#fbdcfd
#fce1fd
#fce6fd
#fdebfe
#fdf0fe
#fef5fe
#fefafe
#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

#fbd3fd
#d5fdd3

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

Split Complementary

#fbd3fd
#eafdd3
#d3fde6

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

Analogous Color

#ead3fd
#f3d3fd
#fbd3fd
#fdd3f7
#fdd3ee

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

#fbd3fd
#fdfbd3
#d3fdfb

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

#fbd3fd
#fde6d3
#d5fdd3
#d3eafd

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

#fbd3fd
#d5fdd3
#d3fde6
#fdd3ea

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

#fbd3fd Color Code Preview on Black Background Color

This is how #fbd3fd Color will look on black background color. Color contrast ratio is 15.84

#fbd3fd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fbd3fd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fbd3fd

#fbd3fd color code is use for CSS Background Color

Background color for the above div is #fbd3fd

HTML with inline CSS

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

#fbd3fd color code is use for CSS Border Color

CSS Border color for the above div is #fbd3fd

HTML with inline CSS

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

CSS Border Left color for the above div is #fbd3fd

HTML with inline CSS

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

CSS Border Right color for the above div is #fbd3fd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fbd3fd

HTML with inline CSS

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

CSS Border Top color for the above div is #fbd3fd

HTML with inline CSS

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

#fbd3fd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fbd3fd Color code Preview on White Background

This is how #fbd3fd Color code will look on white background color. Color contrast ratio is 1.33

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

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(251,211,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(213,253,211,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(251,211,253,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.