crispedge.com

Color picker

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

#faf0eb hex color - Red - Warm color - Information

#faf0eb hex color - Red - Warm color

Color Hue/Base color: Red

Hex #faf0eb Color code in RGB color code model is created after adding 98.04% red color, 94.12% green color and 92.16% blue color. Hex #faf0eb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 4% magenta, 6% yellow and 2% black.

Hex #faf0eb color code is between #ffeeee web safe hex color code and #eeffdd web safe hex color code. #ffeeee is the nearest web safe color code. You can see here many more shades of #faf0eb color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codefaf0eb#faf0eb
RGB Decimal250, 240, 235rgb(250, 240, 235)
RGB Percent98%, 94%, 92%rgb(98%, 94%, 92%)
CSS RGBa250, 240, 235,1rgba(250,240,235,1)
CMYK Modelcmyk(0%,4%,6%,2%)
HSL Color Space20,60% ,95%hsl(20,60% ,95%)
HSV Color Space20°, 6%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101111000011101011
Octal372360353
Decimal250240235
Hexfaf0eb

Different shades of #faf0eb color code.

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

Light Shade of #faf0eb
#ffffff
Dark Shade of #faf0eb
#f0d1c2
Saturated Shade of #faf0eb
#fbf0ea
Desaturated Shade of #faf0eb
#f9f0ec
Grey scale Shade of #faf0eb
#f2f2f2
Brighten Shade
#ffffff
Most Readable Shade
#000000

Shades of #faf0eb color code

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

#faf0eb
#ded5d0
#c2bab6
#a6a09c
#8a8582
#6f6a68
#53504e
#373534
#1b1a1a
#000000

Similar Color like #faf0eb color

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

#fbf1ec
#fcf2ed
#fdf3ee
#fef4ef
#fff5f0
#fff6f1
#fff7f2
#fff8f3
#fff9f4
#fffaf5
#fffbf6
#fffcf7
#fffdf8
#fffef9
#f9efea
#f8eee9
#f7ede8
#f6ece7
#f5ebe6
#f4eae5
#f3e9e4
#f2e8e3
#f1e7e2
#f0e6e1
#efe5e0
#eee4df
#ede3de
#ece2dd

Monochromatic Color with #faf0eb

#faf0eb
#252423
#504d4b
#7a7673
#a59e9b
#cfc7c3

Tints of #faf0eb Color

#faf0eb
#faf1ed
#fbf3ef
#fbf5f1
#fcf6f3
#fcf8f6
#fdfaf8
#fdfbfa
#fefdfc
#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

#faf0eb
#ebf5fa

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

Split Complementary

#faf0eb
#ebfaf7
#ebedfa

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

Analogous Color

#faebec
#faedeb
#faf0eb
#faf3eb
#faf6eb

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

#faf0eb
#ebfaf0
#f0ebfa

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

#faf0eb
#edfaeb
#ebf5fa
#f7ebfa

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

#faf0eb
#ebf5fa
#ebedfa
#faf7eb

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

#faf0eb Color Code Preview on Black Background Color

This is how #faf0eb Color will look on black background color. Color contrast ratio is 18.73

#faf0eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faf0eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faf0eb

#faf0eb color code is use for CSS Background Color

Background color for the above div is #faf0eb

HTML with inline CSS

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

#faf0eb color code is use for CSS Border Color

CSS Border color for the above div is #faf0eb

HTML with inline CSS

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

CSS Border Left color for the above div is #faf0eb

HTML with inline CSS

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

CSS Border Right color for the above div is #faf0eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #faf0eb

HTML with inline CSS

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

CSS Border Top color for the above div is #faf0eb

HTML with inline CSS

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

#faf0eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#faf0eb Color code Preview on White Background

This is how #faf0eb Color code will look on white background color. Color contrast ratio is 1.12

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

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.