crispedge.com

Color picker

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

#f985bd hex color - Orange - Warm color - Information

#f985bd hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #f985bd Color code in RGB color code model is created after adding 97.65% red color, 52.16% green color and 74.12% blue color. Hex #f985bd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 47% magenta, 24% yellow and 2% black.

Hex #f985bd color code is between #ff88bb web safe hex color code and #ee77cc web safe hex color code. #ff88bb is the nearest web safe color code. You can see here many more shades of #f985bd color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef985bd#f985bd
RGB Decimal249, 133, 189rgb(249, 133, 189)
RGB Percent98%, 52%, 74%rgb(98%, 52%, 74%)
CSS RGBa249, 133, 189,1rgba(249,133,189,1)
CMYK Modelcmyk(0%,47%,24%,2%)
HSL Color Space331,91% ,75%hsl(331,91% ,75%)
HSV Color Space331°, 47%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110011000010110111101
Octal371205275
Decimal249133189
Hexf985bd

Different shades of #f985bd color code.

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

Light Shade of #f985bd
#fbb6d7
Dark Shade of #f985bd
#f754a3
Saturated Shade of #f985bd
#ff7fbd
Desaturated Shade of #f985bd
#f38bbd
Grey scale Shade of #f985bd
#bfbfbf
Brighten Shade
#ff9ed6
Most Readable Shade
#000000

Shades of #f985bd color code

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

#f985bd
#dd76a8
#c16793
#a6587e
#8a4969
#6e3b54
#532c3f
#371d2a
#1b0e15
#000000

Similar Color like #f985bd color

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

#fa86be
#fb87bf
#fc88c0
#fd89c1
#fe8ac2
#ff8bc3
#ff8cc4
#ff8dc5
#ff8ec6
#ff8fc7
#ff90c8
#ff91c9
#ff92ca
#ff93cb
#f884bc
#f783bb
#f682ba
#f581b9
#f480b8
#f37fb7
#f27eb6
#f17db5
#f07cb4
#ef7bb3
#ee7ab2
#ed79b1
#ec78b0
#eb77af

Monochromatic Color with #f985bd

#f985bd
#24131c
#4f2a3c
#79415c
#a4587c
#ce6e9d

Tints of #f985bd Color

#f985bd
#f992c4
#faa0cb
#fbadd3
#fbbbda
#fcc8e1
#fdd6e9
#fde3f0
#fef1f7
#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

#f985bd
#85f9c1

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

Split Complementary

#f985bd
#85f987
#85f7f9

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

Analogous Color

#f985eb
#f985d4
#f985bd
#f985a6
#f9858f

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

#f985bd
#bdf985
#85bdf9

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

#f985bd
#f7f985
#85f9c1
#8785f9

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

#f985bd
#85f9c1
#85f7f9
#f98785

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

#f985bd Color Code Preview on Black Background Color

This is how #f985bd Color will look on black background color. Color contrast ratio is 9.12

#f985bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f985bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f985bd

#f985bd color code is use for CSS Background Color

Background color for the above div is #f985bd

HTML with inline CSS

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

#f985bd color code is use for CSS Border Color

CSS Border color for the above div is #f985bd

HTML with inline CSS

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

CSS Border Left color for the above div is #f985bd

HTML with inline CSS

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

CSS Border Right color for the above div is #f985bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f985bd

HTML with inline CSS

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

CSS Border Top color for the above div is #f985bd

HTML with inline CSS

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

#f985bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f985bd Color code Preview on White Background

This is how #f985bd Color code will look on white background color. Color contrast ratio is 2.30

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

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.