crispedge.com

Color picker

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

#fccfa0 hex color - Orange - Warm color - Information

#fccfa0 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #fccfa0 Color code in RGB color code model is created after adding 98.82% red color, 81.18% green color and 62.75% blue color. Hex #fccfa0 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 37% yellow and 1% black.

Hex #fccfa0 color code is between #ffcc99 web safe hex color code and #eeddaa web safe hex color code. #ffcc99 is the nearest web safe color code. You can see here many more shades of #fccfa0 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefccfa0#fccfa0
RGB Decimal252, 207, 160rgb(252, 207, 160)
RGB Percent99%, 81%, 63%rgb(99%, 81%, 63%)
CSS RGBa252, 207, 160,1rgba(252,207,160,1)
CMYK Modelcmyk(0%,18%,37%,1%)
HSL Color Space31,94% ,81%hsl(31,94% ,81%)
HSV Color Space31°, 37%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001100111110100000
Octal374317240
Decimal252207160
Hexfccfa0

Different shades of #fccfa0 color code.

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

Light Shade of #fccfa0
#fee8d1
Dark Shade of #fccfa0
#fab66f
Saturated Shade of #fccfa0
#ffcf9d
Desaturated Shade of #fccfa0
#f7cfa5
Grey scale Shade of #fccfa0
#cecece
Brighten Shade
#ffe8b9
Most Readable Shade
#000000

Shades of #fccfa0 color code

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

#fccfa0
#e0b88e
#c4a17c
#a88a6a
#8c7358
#705c47
#544535
#382e23
#1c1711
#000000

Similar Color like #fccfa0 color

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

#fdd0a1
#fed1a2
#ffd2a3
#ffd3a4
#ffd4a5
#ffd5a6
#ffd6a7
#ffd7a8
#ffd8a9
#ffd9aa
#ffdaab
#ffdbac
#ffdcad
#ffddae
#fbce9f
#facd9e
#f9cc9d
#f8cb9c
#f7ca9b
#f6c99a
#f5c899
#f4c798
#f3c697
#f2c596
#f1c495
#f0c394
#efc293
#eec192

Monochromatic Color with #fccfa0

#fccfa0
#272019
#524334
#7c664f
#a7896a
#d1ac85

Tints of #fccfa0 Color

#fccfa0
#fcd4aa
#fcd9b5
#fddfbf
#fde4ca
#fde9d4
#feefdf
#fef4e9
#fef9f4
#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

#fccfa0
#a0cdfc

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

Split Complementary

#fccfa0
#a0fbfc
#a1a0fc

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

Analogous Color

#fcaaa0
#fcbda0
#fccfa0
#fce1a0
#fcf4a0

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

#fccfa0
#a0fccf
#cfa0fc

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

#fccfa0
#a0fca1
#a0cdfc
#fca0fb

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

#fccfa0
#a0cdfc
#a1a0fc
#fbfca0

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

#fccfa0 Color Code Preview on Black Background Color

This is how #fccfa0 Color will look on black background color. Color contrast ratio is 14.57

#fccfa0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fccfa0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fccfa0

#fccfa0 color code is use for CSS Background Color

Background color for the above div is #fccfa0

HTML with inline CSS

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

#fccfa0 color code is use for CSS Border Color

CSS Border color for the above div is #fccfa0

HTML with inline CSS

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

CSS Border Left color for the above div is #fccfa0

HTML with inline CSS

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

CSS Border Right color for the above div is #fccfa0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fccfa0

HTML with inline CSS

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

CSS Border Top color for the above div is #fccfa0

HTML with inline CSS

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

#fccfa0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fccfa0 Color code Preview on White Background

This is how #fccfa0 Color code will look on white background color. Color contrast ratio is 1.44

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

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.