crispedge.com

Color picker

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

#fff1de hex color - Yellow - Warm color - Information

#fff1de hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #fff1de Color code in RGB color code model is created after adding 100% red color, 94.51% green color and 87.06% blue color. Hex #fff1de Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 5% magenta, 13% yellow and 0% black.

Hex #fff1de color code is between #eeeedd web safe hex color code and #ddffee web safe hex color code. #eeeedd is the nearest web safe color code. You can see here many more shades of #fff1de color code.

0 Likes 0 Comments | 26 Views

Color Table

Hex Color Codefff1de#fff1de
RGB Decimal255, 241, 222rgb(255, 241, 222)
RGB Percent100%, 95%, 87%rgb(100%, 95%, 87%)
CSS RGBa255, 241, 222,1rgba(255,241,222,1)
CMYK Modelcmyk(0%,5%,13%,0%)
HSL Color Space35,100% ,94%hsl(35,100% ,94%)
HSV Color Space35°, 13%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111111000111011110
Octal377361336
Decimal255241222
Hexfff1de

Different shades of #fff1de color code.

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

Light Shade of #fff1de
#ffffff
Dark Shade of #fff1de
#ffdbab
Saturated Shade of #fff1de
#fff1de
Desaturated Shade of #fff1de
#fdf1e0
Grey scale Shade of #fff1de
#eeeeee
Brighten Shade
#fffff7
Most Readable Shade
#000000

Shades of #fff1de color code

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

#fff1de
#e2d6c5
#c6bbac
#aaa094
#8d857b
#716b62
#55504a
#383531
#1c1a18
#000000

Similar Color like #fff1de color

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

#fff2df
#fff3e0
#fff4e1
#fff5e2
#fff6e3
#fff7e4
#fff8e5
#fff9e6
#fffae7
#fffbe8
#fffce9
#fffdea
#fffeeb
#ffffec
#fef0dd
#fdefdc
#fceedb
#fbedda
#faecd9
#f9ebd8
#f8ead7
#f7e9d6
#f6e8d5
#f5e7d4
#f4e6d3
#f3e5d2
#f2e4d1
#f1e3d0

Monochromatic Color with #fff1de

#fff1de
#2a2825
#55504a
#80796f
#aaa194
#d4c9b9

Tints of #fff1de Color

#fff1de
#fff2e1
#fff4e5
#fff5e9
#fff7ec
#fff8f0
#fffaf4
#fffbf7
#fffdfb
#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

#fff1de
#deecff

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

Split Complementary

#fff1de
#defdff
#e1deff

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

Analogous Color

#ffe4de
#ffeade
#fff1de
#fff8de
#fffede

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

#fff1de
#defff1
#f1deff

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

#fff1de
#deffe0
#deecff
#ffdefc

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

#fff1de
#deecff
#e1deff
#fdffde

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

#fff1de Color Code Preview on Black Background Color

This is how #fff1de Color will look on black background color. Color contrast ratio is 18.89

#fff1de in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fff1de

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fff1de

#fff1de color code is use for CSS Background Color

Background color for the above div is #fff1de

HTML with inline CSS

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

#fff1de color code is use for CSS Border Color

CSS Border color for the above div is #fff1de

HTML with inline CSS

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

CSS Border Left color for the above div is #fff1de

HTML with inline CSS

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

CSS Border Right color for the above div is #fff1de

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fff1de

HTML with inline CSS

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

CSS Border Top color for the above div is #fff1de

HTML with inline CSS

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

#fff1de hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fff1de Color code Preview on White Background

This is how #fff1de Color code will look on white background color. Color contrast ratio is 1.11

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

Related Gradients

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

0 Likes 0 Comments | 26 Views

Post your comment:-

By submitting comment you agree to our privacy policy.