crispedge.com

Color picker

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

#fef2bc hex color - Yellow - Warm color - Information

#fef2bc hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #fef2bc Color code in RGB color code model is created after adding 99.61% red color, 94.9% green color and 73.73% blue color. Hex #fef2bc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 5% magenta, 26% yellow and 0% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefef2bc#fef2bc
RGB Decimal254, 242, 188rgb(254, 242, 188)
RGB Percent100%, 95%, 74%rgb(100%, 95%, 74%)
CSS RGBa254, 242, 188,1rgba(254,242,188,1)
CMYK Modelcmyk(0%,5%,26%,0%)
HSL Color Space49,97% ,87%hsl(49,97% ,87%)
HSV Color Space49°, 26%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101111001010111100
Octal376362274
Decimal254242188
Hexfef2bc

Different shades of #fef2bc color code.

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

Light Shade of #fef2bc
#fffcee
Dark Shade of #fef2bc
#fde88a
Saturated Shade of #fef2bc
#fff3bb
Desaturated Shade of #fef2bc
#fbf0bf
Grey scale Shade of #fef2bc
#dddddd
Brighten Shade
#ffffd5
Most Readable Shade
#000000

Shades of #fef2bc color code

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

#fef2bc
#e1d7a7
#c5bc92
#a9a17d
#8d8668
#706b53
#54503e
#383529
#1c1a14
#000000

Similar Color like #fef2bc color

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

#fff3bd
#fff4be
#fff5bf
#fff6c0
#fff7c1
#fff8c2
#fff9c3
#fffac4
#fffbc5
#fffcc6
#fffdc7
#fffec8
#ffffc9
#ffffca
#fdf1bb
#fcf0ba
#fbefb9
#faeeb8
#f9edb7
#f8ecb6
#f7ebb5
#f6eab4
#f5e9b3
#f4e8b2
#f3e7b1
#f2e6b0
#f1e5af
#f0e4ae

Monochromatic Color with #fef2bc

#fef2bc
#29281f
#54503e
#7e795e
#a9a17d
#d3ca9d

Tints of #fef2bc Color

#fef2bc
#fef3c3
#fef4ca
#fef6d2
#fef7d9
#fef9e1
#fefae8
#fefcf0
#fefdf7
#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

#fef2bc
#bcc8fe

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

Split Complementary

#fef2bc
#bce9fe
#d1bcfe

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

Analogous Color

#fed8bc
#fee5bc
#fef2bc
#fdfebc
#f0febc

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

#fef2bc
#bcfef2
#f2bcfe

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

#fef2bc
#bcfed1
#bcc8fe
#febce9

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

#fef2bc
#bcc8fe
#d1bcfe
#e9febc

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

#fef2bc Color Code Preview on Black Background Color

This is how #fef2bc Color will look on black background color. Color contrast ratio is 18.64

#fef2bc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fef2bc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fef2bc

#fef2bc color code is use for CSS Background Color

Background color for the above div is #fef2bc

HTML with inline CSS

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

#fef2bc color code is use for CSS Border Color

CSS Border color for the above div is #fef2bc

HTML with inline CSS

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

CSS Border Left color for the above div is #fef2bc

HTML with inline CSS

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

CSS Border Right color for the above div is #fef2bc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fef2bc

HTML with inline CSS

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

CSS Border Top color for the above div is #fef2bc

HTML with inline CSS

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

#fef2bc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fef2bc Color code Preview on White Background

This is how #fef2bc Color code will look on white background color. Color contrast ratio is 1.13

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

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.