crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#fdb3ee hex color - Red - Warm color - Information

#fdb3ee hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fdb3ee Color code in RGB color code model is created after adding 99.22% red color, 70.2% green color and 93.33% blue color. Hex #fdb3ee Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 29% magenta, 6% yellow and 1% black.

Hex #fdb3ee color code is between #ffbbdd web safe hex color code and #eeaaff web safe hex color code. #ffbbdd is the nearest web safe color code. You can see here many more shades of #fdb3ee color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefdb3ee#fdb3ee
RGB Decimal253, 179, 238rgb(253, 179, 238)
RGB Percent99%, 70%, 93%rgb(99%, 70%, 93%)
CSS RGBa253, 179, 238,1rgba(253,179,238,1)
CMYK Modelcmyk(0%,29%,6%,1%)
HSL Color Space312,95% ,85%hsl(312,95% ,85%)
HSV Color Space312°, 29%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011011001111101110
Octal375263356
Decimal253179238
Hexfdb3ee

Different shades of #fdb3ee color code.

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

Light Shade of #fdb3ee
#fee5f9
Dark Shade of #fdb3ee
#fc81e3
Saturated Shade of #fdb3ee
#ffb1ef
Desaturated Shade of #fdb3ee
#f9b7ec
Grey scale Shade of #fdb3ee
#d8d8d8
Brighten Shade
#ffccff
Most Readable Shade
#000000

Shades of #fdb3ee color code

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

#fdb3ee
#e09fd3
#c48bb9
#a8779e
#8c6384
#704f69
#543b4f
#382734
#1c131a
#000000

Similar Color like #fdb3ee color

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

#feb4ef
#ffb5f0
#ffb6f1
#ffb7f2
#ffb8f3
#ffb9f4
#ffbaf5
#ffbbf6
#ffbcf7
#ffbdf8
#ffbef9
#ffbffa
#ffc0fb
#ffc1fc
#fcb2ed
#fbb1ec
#fab0eb
#f9afea
#f8aee9
#f7ade8
#f6ace7
#f5abe6
#f4aae5
#f3a9e4
#f2a8e3
#f1a7e2
#f0a6e1
#efa5e0

Monochromatic Color with #fdb3ee

#fdb3ee
#281d26
#533b4e
#7d5976
#a8779e
#d295c6

Tints of #fdb3ee Color

#fdb3ee
#fdbbef
#fdc3f1
#fdccf3
#fdd4f5
#feddf7
#fee5f9
#feeefb
#fef6fd
#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

#fdb3ee
#b3fdc2

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

Split Complementary

#fdb3ee
#c9fdb3
#b3fde7

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

Analogous Color

#eeb3fd
#fdb3fd
#fdb3ee
#fdb3df
#fdb3d0

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

#fdb3ee
#eefdb3
#b3eefd

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

#fdb3ee
#fde7b3
#b3fdc2
#b3c9fd

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

#fdb3ee
#b3fdc2
#b3fde7
#fdb3c9

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

#fdb3ee Color Code Preview on Black Background Color

This is how #fdb3ee Color will look on black background color. Color contrast ratio is 12.86

#fdb3ee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdb3ee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdb3ee

#fdb3ee color code is use for CSS Background Color

Background color for the above div is #fdb3ee

HTML with inline CSS

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

#fdb3ee color code is use for CSS Border Color

CSS Border color for the above div is #fdb3ee

HTML with inline CSS

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

CSS Border Left color for the above div is #fdb3ee

HTML with inline CSS

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

CSS Border Right color for the above div is #fdb3ee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdb3ee

HTML with inline CSS

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

CSS Border Top color for the above div is #fdb3ee

HTML with inline CSS

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

#fdb3ee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdb3ee Color code Preview on White Background

This is how #fdb3ee Color code will look on white background color. Color contrast ratio is 1.63

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.