crispedge.com

Color picker

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

#f0ddab hex color - Yellow - Warm color - Information

#f0ddab hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #f0ddab Color code in RGB color code model is created after adding 94.12% red color, 86.67% green color and 67.06% blue color. Hex #f0ddab Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 8% magenta, 29% yellow and 6% black.

Hex #f0ddab color code is between #eeccaa web safe hex color code and #ffeebb web safe hex color code. #eeccaa is the nearest web safe color code. You can see here many more shades of #f0ddab color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef0ddab#f0ddab
RGB Decimal240, 221, 171rgb(240, 221, 171)
RGB Percent94%, 87%, 67%rgb(94%, 87%, 67%)
CSS RGBa240, 221, 171,1rgba(240,221,171,1)
CMYK Modelcmyk(0%,8%,29%,6%)
HSL Color Space43,70% ,81%hsl(43,70% ,81%)
HSV Color Space43°, 29%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100001101110110101011
Octal360335253
Decimal240221171
Hexf0ddab

Different shades of #f0ddab color code.

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

Light Shade of #f0ddab
#f8eed6
Dark Shade of #f0ddab
#e8cb80
Saturated Shade of #f0ddab
#f5dfa6
Desaturated Shade of #f0ddab
#ebdbb0
Grey scale Shade of #f0ddab
#cdcdcd
Brighten Shade
#fff6c4
Most Readable Shade
#000000

Shades of #f0ddab color code

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

#f0ddab
#d5c498
#baab85
#a09372
#857a5f
#6a624c
#504939
#353126
#1a1813
#000000

Similar Color like #f0ddab color

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

#f1deac
#f2dfad
#f3e0ae
#f4e1af
#f5e2b0
#f6e3b1
#f7e4b2
#f8e5b3
#f9e6b4
#fae7b5
#fbe8b6
#fce9b7
#fdeab8
#feebb9
#efdcaa
#eedba9
#eddaa8
#ecd9a7
#ebd8a6
#ead7a5
#e9d6a4
#e8d5a3
#e7d4a2
#e6d3a1
#e5d2a0
#e4d19f
#e3d09e
#e2cf9d

Monochromatic Color with #f0ddab

#f0ddab
#1b1914
#464032
#706850
#9b8f6e
#c5b68d

Tints of #f0ddab Color

#f0ddab
#f1e0b4
#f3e4bd
#f5e8c7
#f6ecd0
#f8efd9
#faf3e3
#fbf7ec
#fdfbf5
#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

#f0ddab
#abbef0

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

Split Complementary

#f0ddab
#abe0f0
#bbabf0

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

Analogous Color

#f0c1ab
#f0cfab
#f0ddab
#f0ebab
#e7f0ab

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

#f0ddab
#abf0dd
#ddabf0

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

#f0ddab
#abf0ba
#abbef0
#f0abe0

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

#f0ddab
#abbef0
#bbabf0
#e0f0ab

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

#f0ddab Color Code Preview on Black Background Color

This is how #f0ddab Color will look on black background color. Color contrast ratio is 15.64

#f0ddab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f0ddab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f0ddab

#f0ddab color code is use for CSS Background Color

Background color for the above div is #f0ddab

HTML with inline CSS

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

#f0ddab color code is use for CSS Border Color

CSS Border color for the above div is #f0ddab

HTML with inline CSS

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

CSS Border Left color for the above div is #f0ddab

HTML with inline CSS

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

CSS Border Right color for the above div is #f0ddab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f0ddab

HTML with inline CSS

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

CSS Border Top color for the above div is #f0ddab

HTML with inline CSS

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

#f0ddab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f0ddab Color code Preview on White Background

This is how #f0ddab Color code will look on white background color. Color contrast ratio is 1.34

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

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.