crispedge.com

Color picker

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

#fc8ca6 hex color - Red - Warm color - Information

#fc8ca6 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

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

Hex #fc8ca6 color code is between #ff88aa web safe hex color code and #ee9999 web safe hex color code. #ff88aa is the nearest web safe color code. You can see here many more shades of #fc8ca6 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codefc8ca6#fc8ca6
RGB Decimal252, 140, 166rgb(252, 140, 166)
RGB Percent99%, 55%, 65%rgb(99%, 55%, 65%)
CSS RGBa252, 140, 166,1rgba(252,140,166,1)
CMYK Modelcmyk(0%,44%,34%,1%)
HSL Color Space346,95% ,77%hsl(346,95% ,77%)
HSV Color Space346°, 44%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001000110010100110
Octal374214246
Decimal252140166
Hexfc8ca6

Different shades of #fc8ca6 color code.

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

Light Shade of #fc8ca6
#fdbecc
Dark Shade of #fc8ca6
#fb5a80
Saturated Shade of #fc8ca6
#ff89a4
Desaturated Shade of #fc8ca6
#f692a9
Grey scale Shade of #fc8ca6
#c4c4c4
Brighten Shade
#ffa5bf
Most Readable Shade
#000000

Shades of #fc8ca6 color code

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

#fc8ca6
#e07c93
#c46c81
#a85d6e
#8c4d5c
#703e49
#542e37
#381f24
#1c0f12
#000000

Similar Color like #fc8ca6 color

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

#fd8da7
#fe8ea8
#ff8fa9
#ff90aa
#ff91ab
#ff92ac
#ff93ad
#ff94ae
#ff95af
#ff96b0
#ff97b1
#ff98b2
#ff99b3
#ff9ab4
#fb8ba5
#fa8aa4
#f989a3
#f888a2
#f787a1
#f686a0
#f5859f
#f4849e
#f3839d
#f2829c
#f1819b
#f0809a
#ef7f99
#ee7e98

Monochromatic Color with #fc8ca6

#fc8ca6
#27161a
#522e36
#7c4552
#a75d6e
#d1748a

Tints of #fc8ca6 Color

#fc8ca6
#fc98af
#fca5b9
#fdb2c3
#fdbfcd
#fdcbd7
#fed8e1
#fee5eb
#fef2f5
#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

#fc8ca6
#8cfce2

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

Split Complementary

#fc8ca6
#8cfcaa
#8cdefc

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

Analogous Color

#fc8cd3
#fc8cbc
#fc8ca6
#fc8c90
#fc9f8c

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

#fc8ca6
#a6fc8c
#8ca6fc

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

#fc8ca6
#defc8c
#8cfce2
#aa8cfc

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

#fc8ca6
#8cfce2
#8cdefc
#fcaa8c

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

#fc8ca6 Color Code Preview on Black Background Color

This is how #fc8ca6 Color will look on black background color. Color contrast ratio is 9.44

#fc8ca6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc8ca6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc8ca6

#fc8ca6 color code is use for CSS Background Color

Background color for the above div is #fc8ca6

HTML with inline CSS

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

#fc8ca6 color code is use for CSS Border Color

CSS Border color for the above div is #fc8ca6

HTML with inline CSS

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

CSS Border Left color for the above div is #fc8ca6

HTML with inline CSS

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

CSS Border Right color for the above div is #fc8ca6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fc8ca6

HTML with inline CSS

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

CSS Border Top color for the above div is #fc8ca6

HTML with inline CSS

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

#fc8ca6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fc8ca6 Color code Preview on White Background

This is how #fc8ca6 Color code will look on white background color. Color contrast ratio is 2.22

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

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.