crispedge.com

Color picker

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

#fd5fbe hex color - Red - Warm color - Information

#fd5fbe hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #fd5fbe Color code in RGB color code model is created after adding 99.22% red color, 37.25% green color and 74.51% blue color. Hex #fd5fbe Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 62% magenta, 25% yellow and 1% black.

Hex #fd5fbe color code is between #ff66bb web safe hex color code and #ee55cc web safe hex color code. #ff66bb is the nearest web safe color code. You can see here many more shades of #fd5fbe color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefd5fbe#fd5fbe
RGB Decimal253, 95, 190rgb(253, 95, 190)
RGB Percent99%, 37%, 75%rgb(99%, 37%, 75%)
CSS RGBa253, 95, 190,1rgba(253,95,190,1)
CMYK Modelcmyk(0%,62%,25%,1%)
HSL Color Space324,98% ,68%hsl(324,98% ,68%)
HSV Color Space324°, 62%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111010101111110111110
Octal375137276
Decimal25395190
Hexfd5fbe

Different shades of #fd5fbe color code.

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

Light Shade of #fd5fbe
#fe91d2
Dark Shade of #fd5fbe
#fc2daa
Saturated Shade of #fd5fbe
#ff5dbe
Desaturated Shade of #fd5fbe
#f567bc
Grey scale Shade of #fd5fbe
#aeaeae
Brighten Shade
#ff78d7
Most Readable Shade
#000000

Shades of #fd5fbe color code

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

#fd5fbe
#e054a8
#c44993
#a83f7e
#8c3469
#702a54
#541f3f
#38152a
#1c0a15
#000000

Similar Color like #fd5fbe color

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

#fe60bf
#ff61c0
#ff62c1
#ff63c2
#ff64c3
#ff65c4
#ff66c5
#ff67c6
#ff68c7
#ff69c8
#ff6ac9
#ff6bca
#ff6ccb
#ff6dcc
#fc5ebd
#fb5dbc
#fa5cbb
#f95bba
#f85ab9
#f759b8
#f658b7
#f557b6
#f456b5
#f355b4
#f254b3
#f153b2
#f052b1
#ef51b0

Monochromatic Color with #fd5fbe

#fd5fbe
#280f1e
#531f3e
#7d2f5e
#a83f7e
#d24f9e

Tints of #fd5fbe Color

#fd5fbe
#fd70c5
#fd82cc
#fd94d3
#fda6da
#feb7e2
#fec9e9
#fedbf0
#feedf7
#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

#fd5fbe
#5ffd9e

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

Split Complementary

#fd5fbe
#6ffd5f
#5ffded

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

Analogous Color

#fd5ffd
#fd5fde
#fd5fbe
#fd5f9e
#fd5f7f

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

#fd5fbe
#befd5f
#5fbefd

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

#fd5fbe
#fded5f
#5ffd9e
#5f6ffd

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

#fd5fbe
#5ffd9e
#5ffded
#fd5f6f

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

#fd5fbe Color Code Preview on Black Background Color

This is how #fd5fbe Color will look on black background color. Color contrast ratio is 7.56

#fd5fbe in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd5fbe

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd5fbe

#fd5fbe color code is use for CSS Background Color

Background color for the above div is #fd5fbe

HTML with inline CSS

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

#fd5fbe color code is use for CSS Border Color

CSS Border color for the above div is #fd5fbe

HTML with inline CSS

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

CSS Border Left color for the above div is #fd5fbe

HTML with inline CSS

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

CSS Border Right color for the above div is #fd5fbe

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd5fbe

HTML with inline CSS

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

CSS Border Top color for the above div is #fd5fbe

HTML with inline CSS

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

#fd5fbe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd5fbe Color code Preview on White Background

This is how #fd5fbe Color code will look on white background color. Color contrast ratio is 2.78

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

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.