crispedge.com

Color picker

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

#f6bcac hex color - Red - Warm color - Information

#f6bcac hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #f6bcac Color code in RGB color code model is created after adding 96.47% red color, 73.73% green color and 67.45% blue color. Hex #f6bcac Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 24% magenta, 30% yellow and 4% black.

Hex #f6bcac color code is between #eebbaa web safe hex color code and #ffccbb web safe hex color code. #eebbaa is the nearest web safe color code. You can see here many more shades of #f6bcac color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef6bcac#f6bcac
RGB Decimal246, 188, 172rgb(246, 188, 172)
RGB Percent96%, 74%, 67%rgb(96%, 74%, 67%)
CSS RGBa246, 188, 172,1rgba(246,188,172,1)
CMYK Modelcmyk(0%,24%,30%,4%)
HSL Color Space13,80% ,82%hsl(13,80% ,82%)
HSV Color Space13°, 30%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101101011110010101100
Octal366274254
Decimal246188172
Hexf6bcac

Different shades of #f6bcac color code.

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

Light Shade of #f6bcac
#fbe1da
Dark Shade of #f6bcac
#f1977e
Saturated Shade of #f6bcac
#fbb9a7
Desaturated Shade of #f6bcac
#f1bfb1
Grey scale Shade of #f6bcac
#d1d1d1
Brighten Shade
#ffd5c5
Most Readable Shade
#000000

Shades of #f6bcac color code

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

#f6bcac
#daa798
#bf9285
#a47d72
#88685f
#6d534c
#523e39
#362926
#1b1413
#000000

Similar Color like #f6bcac color

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

#f7bdad
#f8beae
#f9bfaf
#fac0b0
#fbc1b1
#fcc2b2
#fdc3b3
#fec4b4
#ffc5b5
#ffc6b6
#ffc7b7
#ffc8b8
#ffc9b9
#ffcaba
#f5bbab
#f4baaa
#f3b9a9
#f2b8a8
#f1b7a7
#f0b6a6
#efb5a5
#eeb4a4
#edb3a3
#ecb2a2
#ebb1a1
#eab0a0
#e9af9f
#e8ae9e

Monochromatic Color with #f6bcac

#f6bcac
#211a17
#4c3a35
#765b53
#a17b71
#cb9c8e

Tints of #f6bcac Color

#f6bcac
#f7c3b5
#f8cabe
#f9d2c7
#fad9d0
#fbe1da
#fce8e3
#fdf0ec
#fef7f5
#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

#f6bcac
#ace6f6

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

Split Complementary

#f6bcac
#acf6e1
#acc1f6

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

Analogous Color

#f6acba
#f6adac
#f6bcac
#f6cbac
#f6daac

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

#f6bcac
#acf6bc
#bcacf6

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

#f6bcac
#c1f6ac
#ace6f6
#e1acf6

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

#f6bcac
#ace6f6
#acc1f6
#f6e1ac

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

#f6bcac Color Code Preview on Black Background Color

This is how #f6bcac Color will look on black background color. Color contrast ratio is 12.71

#f6bcac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f6bcac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f6bcac

#f6bcac color code is use for CSS Background Color

Background color for the above div is #f6bcac

HTML with inline CSS

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

#f6bcac color code is use for CSS Border Color

CSS Border color for the above div is #f6bcac

HTML with inline CSS

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

CSS Border Left color for the above div is #f6bcac

HTML with inline CSS

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

CSS Border Right color for the above div is #f6bcac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f6bcac

HTML with inline CSS

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

CSS Border Top color for the above div is #f6bcac

HTML with inline CSS

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

#f6bcac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f6bcac Color code Preview on White Background

This is how #f6bcac Color code will look on white background color. Color contrast ratio is 1.65

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

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.