crispedge.com

Color picker

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

#ffcab4 hex color - Red - Warm color - Information

#ffcab4 hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

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

Hex #ffcab4 color code is between #eeccbb web safe hex color code and #ddbbaa web safe hex color code. #eeccbb is the nearest web safe color code. You can see here many more shades of #ffcab4 color code.

0 Likes 0 Comments | 8 Views

Color Table

Hex Color Codeffcab4#ffcab4
RGB Decimal255, 202, 180rgb(255, 202, 180)
RGB Percent100%, 79%, 71%rgb(100%, 79%, 71%)
CSS RGBa255, 202, 180,1rgba(255,202,180,1)
CMYK Modelcmyk(0%,21%,29%,0%)
HSL Color Space18,100% ,85%hsl(18,100% ,85%)
HSV Color Space18°, 29%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111100101010110100
Octal377312264
Decimal255202180
Hexffcab4

Different shades of #ffcab4 color code.

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

Light Shade of #ffcab4
#ffeee7
Dark Shade of #ffcab4
#ffa681
Saturated Shade of #ffcab4
#ffcab4
Desaturated Shade of #ffcab4
#fbccb8
Grey scale Shade of #ffcab4
#d9d9d9
Brighten Shade
#ffe3cd
Most Readable Shade
#000000

Shades of #ffcab4 color code

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

#ffcab4
#e2b3a0
#c69d8c
#aa8678
#8d7064
#715950
#55433c
#382c28
#1c1614
#000000

Similar Color like #ffcab4 color

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

#ffcbb5
#ffccb6
#ffcdb7
#ffceb8
#ffcfb9
#ffd0ba
#ffd1bb
#ffd2bc
#ffd3bd
#ffd4be
#ffd5bf
#ffd6c0
#ffd7c1
#ffd8c2
#fec9b3
#fdc8b2
#fcc7b1
#fbc6b0
#fac5af
#f9c4ae
#f8c3ad
#f7c2ac
#f6c1ab
#f5c0aa
#f4bfa9
#f3bea8
#f2bda7
#f1bca6

Monochromatic Color with #ffcab4

#ffcab4
#2a221e
#55433c
#80655a
#aa8778
#d4a896

Tints of #ffcab4 Color

#ffcab4
#ffcfbc
#ffd5c4
#ffdbcd
#ffe1d5
#ffe7dd
#ffede6
#fff3ee
#fff9f6
#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

#ffcab4
#b4e9ff

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

Split Complementary

#ffcab4
#b4fff0
#b4c4ff

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

Analogous Color

#ffb4bc
#ffbbb4
#ffcab4
#ffd9b4
#ffe8b4

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

#ffcab4
#b4ffca
#cab4ff

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

#ffcab4
#c3ffb4
#b4e9ff
#efb4ff

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

#ffcab4
#b4e9ff
#b4c4ff
#fff0b4

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

#ffcab4 Color Code Preview on Black Background Color

This is how #ffcab4 Color will look on black background color. Color contrast ratio is 14.36

#ffcab4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffcab4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffcab4

#ffcab4 color code is use for CSS Background Color

Background color for the above div is #ffcab4

HTML with inline CSS

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

#ffcab4 color code is use for CSS Border Color

CSS Border color for the above div is #ffcab4

HTML with inline CSS

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

CSS Border Left color for the above div is #ffcab4

HTML with inline CSS

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

CSS Border Right color for the above div is #ffcab4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ffcab4

HTML with inline CSS

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

CSS Border Top color for the above div is #ffcab4

HTML with inline CSS

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

#ffcab4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ffcab4 Color code Preview on White Background

This is how #ffcab4 Color code will look on white background color. Color contrast ratio is 1.46

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

Related Gradients

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

0 Likes 0 Comments | 8 Views

Post your comment:-

By submitting comment you agree to our privacy policy.