crispedge.com

Color picker

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

#fca7ba hex color - Red - Warm color - Information

#fca7ba hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #fca7ba Color code in RGB color code model is created after adding 98.82% red color, 65.49% green color and 72.94% blue color. Hex #fca7ba Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 34% magenta, 26% yellow and 1% black.

Hex #fca7ba color code is between #ffaabb web safe hex color code and #ee99aa web safe hex color code. #ffaabb is the nearest web safe color code. You can see here many more shades of #fca7ba color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefca7ba#fca7ba
RGB Decimal252, 167, 186rgb(252, 167, 186)
RGB Percent99%, 65%, 73%rgb(99%, 65%, 73%)
CSS RGBa252, 167, 186,1rgba(252,167,186,1)
CMYK Modelcmyk(0%,34%,26%,1%)
HSL Color Space347,93% ,82%hsl(347,93% ,82%)
HSV Color Space347°, 34%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001010011110111010
Octal374247272
Decimal252167186
Hexfca7ba

Different shades of #fca7ba color code.

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

Light Shade of #fca7ba
#fed8e1
Dark Shade of #fca7ba
#fa7693
Saturated Shade of #fca7ba
#ffa4b8
Desaturated Shade of #fca7ba
#f7acbc
Grey scale Shade of #fca7ba
#d1d1d1
Brighten Shade
#ffc0d3
Most Readable Shade
#000000

Shades of #fca7ba color code

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

#fca7ba
#e094a5
#c48190
#a86f7c
#8c5c67
#704a52
#54373e
#382529
#1c1214
#000000

Similar Color like #fca7ba color

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

#fda8bb
#fea9bc
#ffaabd
#ffabbe
#ffacbf
#ffadc0
#ffaec1
#ffafc2
#ffb0c3
#ffb1c4
#ffb2c5
#ffb3c6
#ffb4c7
#ffb5c8
#fba6b9
#faa5b8
#f9a4b7
#f8a3b6
#f7a2b5
#f6a1b4
#f5a0b3
#f49fb2
#f39eb1
#f29db0
#f19caf
#f09bae
#ef9aad
#ee99ac

Monochromatic Color with #fca7ba

#fca7ba
#271a1d
#52363d
#7c535c
#a76f7b
#d18b9b

Tints of #fca7ba Color

#fca7ba
#fcb0c1
#fcbac9
#fdc4d1
#fdced8
#fdd7e0
#fee1e8
#feebef
#fef5f7
#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

#fca7ba
#a7fce9

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

Split Complementary

#fca7ba
#a7fcbf
#a7e4fc

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

Analogous Color

#fca7dc
#fca7cb
#fca7ba
#fca7a9
#fcb6a7

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

#fca7ba
#bafca7
#a7bafc

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

#fca7ba
#e4fca7
#a7fce9
#bea7fc

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

#fca7ba
#a7fce9
#a7e4fc
#fcbfa7

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

#fca7ba Color Code Preview on Black Background Color

This is how #fca7ba Color will look on black background color. Color contrast ratio is 11.38

#fca7ba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fca7ba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fca7ba

#fca7ba color code is use for CSS Background Color

Background color for the above div is #fca7ba

HTML with inline CSS

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

#fca7ba color code is use for CSS Border Color

CSS Border color for the above div is #fca7ba

HTML with inline CSS

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

CSS Border Left color for the above div is #fca7ba

HTML with inline CSS

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

CSS Border Right color for the above div is #fca7ba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fca7ba

HTML with inline CSS

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

CSS Border Top color for the above div is #fca7ba

HTML with inline CSS

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

#fca7ba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fca7ba Color code Preview on White Background

This is how #fca7ba Color code will look on white background color. Color contrast ratio is 1.85

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

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.