crispedge.com

Color picker

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

#f988c0 hex color - Orange - Warm color - Information

#f988c0 hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #f988c0 Color code in RGB color code model is created after adding 97.65% red color, 53.33% green color and 75.29% blue color. Hex #f988c0 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 45% magenta, 23% yellow and 2% black.

Hex #f988c0 color code is between #ff77bb web safe hex color code and #ee99cc web safe hex color code. #ff77bb is the nearest web safe color code. You can see here many more shades of #f988c0 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codef988c0#f988c0
RGB Decimal249, 136, 192rgb(249, 136, 192)
RGB Percent98%, 53%, 75%rgb(98%, 53%, 75%)
CSS RGBa249, 136, 192,1rgba(249,136,192,1)
CMYK Modelcmyk(0%,45%,23%,2%)
HSL Color Space330,90% ,75%hsl(330,90% ,75%)
HSV Color Space330°, 45%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110011000100011000000
Octal371210300
Decimal249136192
Hexf988c0

Different shades of #f988c0 color code.

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

Light Shade of #f988c0
#fbb9da
Dark Shade of #f988c0
#f757a6
Saturated Shade of #f988c0
#ff82c0
Desaturated Shade of #f988c0
#f38ec0
Grey scale Shade of #f988c0
#c0c0c0
Brighten Shade
#ffa1d9
Most Readable Shade
#000000

Shades of #f988c0 color code

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

#f988c0
#dd78aa
#c16995
#a65a80
#8a4b6a
#6e3c55
#532d40
#371e2a
#1b0f15
#000000

Similar Color like #f988c0 color

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

#fa89c1
#fb8ac2
#fc8bc3
#fd8cc4
#fe8dc5
#ff8ec6
#ff8fc7
#ff90c8
#ff91c9
#ff92ca
#ff93cb
#ff94cc
#ff95cd
#ff96ce
#f887bf
#f786be
#f685bd
#f584bc
#f483bb
#f382ba
#f281b9
#f180b8
#f07fb7
#ef7eb6
#ee7db5
#ed7cb4
#ec7bb3
#eb7ab2

Monochromatic Color with #f988c0

#f988c0
#24141c
#4f2b3d
#79425e
#a45a7e
#ce719f

Tints of #f988c0 Color

#f988c0
#f995c7
#faa2ce
#fbafd5
#fbbcdc
#fccae3
#fdd7ea
#fde4f1
#fef1f8
#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

#f988c0
#88f9c1

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

Split Complementary

#f988c0
#88f988
#88f8f9

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

Analogous Color

#f988ed
#f988d7
#f988c0
#f988a9
#f98893

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

#f988c0
#c0f988
#88c0f9

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

#f988c0
#f8f988
#88f9c1
#8888f9

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

#f988c0
#88f9c1
#88f8f9
#f98888

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

#f988c0 Color Code Preview on Black Background Color

This is how #f988c0 Color will look on black background color. Color contrast ratio is 9.31

#f988c0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f988c0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f988c0

#f988c0 color code is use for CSS Background Color

Background color for the above div is #f988c0

HTML with inline CSS

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

#f988c0 color code is use for CSS Border Color

CSS Border color for the above div is #f988c0

HTML with inline CSS

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

CSS Border Left color for the above div is #f988c0

HTML with inline CSS

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

CSS Border Right color for the above div is #f988c0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f988c0

HTML with inline CSS

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

CSS Border Top color for the above div is #f988c0

HTML with inline CSS

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

#f988c0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f988c0 Color code Preview on White Background

This is how #f988c0 Color code will look on white background color. Color contrast ratio is 2.26

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.