crispedge.com

Color picker

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

#ffc5ca hex color - Red - Warm color - Information

#ffc5ca hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #ffc5ca Color code in RGB color code model is created after adding 100% red color, 77.25% green color and 79.22% blue color. Hex #ffc5ca Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 23% magenta, 21% yellow and 0% black.

Hex #ffc5ca color code is between #eecccc web safe hex color code and #ddbbbb web safe hex color code. #eecccc is the nearest web safe color code. You can see here many more shades of #ffc5ca color code.

0 Likes 0 Comments | 9 Views

Color Table

Hex Color Codeffc5ca#ffc5ca
RGB Decimal255, 197, 202rgb(255, 197, 202)
RGB Percent100%, 77%, 79%rgb(100%, 77%, 79%)
CSS RGBa255, 197, 202,1rgba(255,197,202,1)
CMYK Modelcmyk(0%,23%,21%,0%)
HSL Color Space355,100% ,89%hsl(355,100% ,89%)
HSV Color Space355°, 23%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111100010111001010
Octal377305312
Decimal255197202
Hexffc5ca

Different shades of #ffc5ca color code.

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

Light Shade of #ffc5ca
#fff8f9
Dark Shade of #ffc5ca
#ff929b
Saturated Shade of #ffc5ca
#ffc5ca
Desaturated Shade of #ffc5ca
#fcc8cc
Grey scale Shade of #ffc5ca
#e2e2e2
Brighten Shade
#ffdee3
Most Readable Shade
#000000

Shades of #ffc5ca color code

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

#ffc5ca
#e2afb3
#c6999d
#aa8386
#8d6d70
#715759
#554143
#382b2c
#1c1516
#000000

Similar Color like #ffc5ca color

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

#ffc6cb
#ffc7cc
#ffc8cd
#ffc9ce
#ffcacf
#ffcbd0
#ffccd1
#ffcdd2
#ffced3
#ffcfd4
#ffd0d5
#ffd1d6
#ffd2d7
#ffd3d8
#fec4c9
#fdc3c8
#fcc2c7
#fbc1c6
#fac0c5
#f9bfc4
#f8bec3
#f7bdc2
#f6bcc1
#f5bbc0
#f4babf
#f3b9be
#f2b8bd
#f1b7bc

Monochromatic Color with #ffc5ca

#ffc5ca
#2a2122
#554243
#806365
#aa8387
#d4a4a8

Tints of #ffc5ca Color

#ffc5ca
#ffcbcf
#ffd1d5
#ffd8db
#ffdee1
#ffe5e7
#ffebed
#fff2f3
#fff8f9
#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

#ffc5ca
#c5fffa

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

Split Complementary

#ffc5ca
#c5ffdd
#c5e7ff

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

Analogous Color

#ffc5e1
#ffc5d6
#ffc5ca
#ffccc5
#ffd7c5

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

#ffc5ca
#caffc5
#c5caff

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

#ffc5ca
#e7ffc5
#c5fffa
#ddc5ff

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

#ffc5ca
#c5fffa
#c5e7ff
#ffddc5

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

#ffc5ca Color Code Preview on Black Background Color

This is how #ffc5ca Color will look on black background color. Color contrast ratio is 14.09

#ffc5ca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffc5ca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffc5ca

#ffc5ca color code is use for CSS Background Color

Background color for the above div is #ffc5ca

HTML with inline CSS

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

#ffc5ca color code is use for CSS Border Color

CSS Border color for the above div is #ffc5ca

HTML with inline CSS

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

CSS Border Left color for the above div is #ffc5ca

HTML with inline CSS

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

CSS Border Right color for the above div is #ffc5ca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ffc5ca

HTML with inline CSS

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

CSS Border Top color for the above div is #ffc5ca

HTML with inline CSS

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

#ffc5ca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ffc5ca Color code Preview on White Background

This is how #ffc5ca Color code will look on white background color. Color contrast ratio is 1.49

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

Related Gradients

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

0 Likes 0 Comments | 9 Views

Post your comment:-

By submitting comment you agree to our privacy policy.