crispedge.com

Color picker

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

#fcb7ae hex color - Red - Warm color - Information

#fcb7ae hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fcb7ae Color code in RGB color code model is created after adding 98.82% red color, 71.76% green color and 68.24% blue color. Hex #fcb7ae Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 27% magenta, 31% yellow and 1% black.

Hex #fcb7ae color code is between #ffbbaa web safe hex color code and #eeaabb web safe hex color code. #ffbbaa is the nearest web safe color code. You can see here many more shades of #fcb7ae color code.

0 Likes 0 Comments | 6 Views

Color Table

Hex Color Codefcb7ae#fcb7ae
RGB Decimal252, 183, 174rgb(252, 183, 174)
RGB Percent99%, 72%, 68%rgb(99%, 72%, 68%)
CSS RGBa252, 183, 174,1rgba(252,183,174,1)
CMYK Modelcmyk(0%,27%,31%,1%)
HSL Color Space7,93% ,84%hsl(7,93% ,84%)
HSV Color Space7°, 31%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001011011110101110
Octal374267256
Decimal252183174
Hexfcb7ae

Different shades of #fcb7ae color code.

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

Light Shade of #fcb7ae
#fee3df
Dark Shade of #fcb7ae
#fa8b7d
Saturated Shade of #fcb7ae
#ffb5ab
Desaturated Shade of #fcb7ae
#f8bab2
Grey scale Shade of #fcb7ae
#d5d5d5
Brighten Shade
#ffd0c7
Most Readable Shade
#000000

Shades of #fcb7ae color code

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

#fcb7ae
#e0a29a
#c48e87
#a87a74
#8c6560
#70514d
#543d3a
#382826
#1c1413
#000000

Similar Color like #fcb7ae color

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

#fdb8af
#feb9b0
#ffbab1
#ffbbb2
#ffbcb3
#ffbdb4
#ffbeb5
#ffbfb6
#ffc0b7
#ffc1b8
#ffc2b9
#ffc3ba
#ffc4bb
#ffc5bc
#fbb6ad
#fab5ac
#f9b4ab
#f8b3aa
#f7b2a9
#f6b1a8
#f5b0a7
#f4afa6
#f3aea5
#f2ada4
#f1aca3
#f0aba2
#efaaa1
#eea9a0

Monochromatic Color with #fcb7ae

#fcb7ae
#271d1b
#523c39
#7c5a56
#a77973
#d19891

Tints of #fcb7ae Color

#fcb7ae
#fcbfb7
#fcc7c0
#fdcfc9
#fdd7d2
#fddfdb
#fee7e4
#feefed
#fef7f6
#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

#fcb7ae
#aef3fc

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

Split Complementary

#fcb7ae
#aefcde
#aeccfc

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

Analogous Color

#fcaec4
#fcaeb5
#fcb7ae
#fcc7ae
#fcd6ae

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

#fcb7ae
#aefcb7
#b7aefc

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

#fcb7ae
#ccfcae
#aef3fc
#deaefc

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

#fcb7ae
#aef3fc
#aeccfc
#fcdeae

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

#fcb7ae Color Code Preview on Black Background Color

This is how #fcb7ae Color will look on black background color. Color contrast ratio is 12.52

#fcb7ae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcb7ae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcb7ae

#fcb7ae color code is use for CSS Background Color

Background color for the above div is #fcb7ae

HTML with inline CSS

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

#fcb7ae color code is use for CSS Border Color

CSS Border color for the above div is #fcb7ae

HTML with inline CSS

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

CSS Border Left color for the above div is #fcb7ae

HTML with inline CSS

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

CSS Border Right color for the above div is #fcb7ae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcb7ae

HTML with inline CSS

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

CSS Border Top color for the above div is #fcb7ae

HTML with inline CSS

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

#fcb7ae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcb7ae Color code Preview on White Background

This is how #fcb7ae Color code will look on white background color. Color contrast ratio is 1.68

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

Related Gradients

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.