crispedge.com

Color picker

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

#f2fee3 hex color - Yellow - Warm color - Information

#f2fee3 hex color - Yellow - Warm color

Color Hue/Base color: Yellow

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef2fee3#f2fee3
RGB Decimal242, 254, 227rgb(242, 254, 227)
RGB Percent95%, 100%, 89%rgb(95%, 100%, 89%)
CSS RGBa242, 254, 227,1rgba(242,254,227,1)
CMYK Modelcmyk(5%,0%,11%,0%)
HSL Color Space87,93% ,94%hsl(87,93% ,94%)
HSV Color Space87°, 11%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100101111111011100011
Octal362376343
Decimal242254227
Hexf2fee3

Different shades of #f2fee3 color code.

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

Light Shade of #f2fee3
#ffffff
Dark Shade of #f2fee3
#dbfcb2
Saturated Shade of #f2fee3
#f2ffe2
Desaturated Shade of #f2fee3
#f2fde4
Grey scale Shade of #f2fee3
#f0f0f0
Brighten Shade
#fffffc
Most Readable Shade
#000000

Shades of #f2fee3 color code

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

#f2fee3
#d7e1c9
#bcc5b0
#a1a997
#868d7e
#6b7064
#50544b
#353832
#1a1c19
#000000

Similar Color like #f2fee3 color

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

#f3ffe4
#f4ffe5
#f5ffe6
#f6ffe7
#f7ffe8
#f8ffe9
#f9ffea
#faffeb
#fbffec
#fcffed
#fdffee
#feffef
#fffff0
#fffff1
#f1fde2
#f0fce1
#effbe0
#eefadf
#edf9de
#ecf8dd
#ebf7dc
#eaf6db
#e9f5da
#e8f4d9
#e7f3d8
#e6f2d7
#e5f1d6
#e4f0d5

Monochromatic Color with #f2fee3

#f2fee3
#282925
#50544b
#797e71
#a1a997
#cad3bd

Tints of #f2fee3 Color

#f2fee3
#f3fee6
#f4fee9
#f6feec
#f7feef
#f9fef2
#fafef5
#fcfef8
#fdfefb
#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

#f2fee3
#efe3fe

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

Split Complementary

#f2fee3
#e3e4fe
#fde3fe

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

Analogous Color

#fdfee3
#f7fee3
#f2fee3
#edfee3
#e7fee3

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

#f2fee3
#e3f2fe
#fee3f2

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

#f2fee3
#e3fefc
#efe3fe
#fee3e4

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

#f2fee3
#efe3fe
#fde3fe
#e4fee3

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

#f2fee3 Color Code Preview on Black Background Color

This is how #f2fee3 Color will look on black background color. Color contrast ratio is 20.06

#f2fee3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f2fee3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f2fee3

#f2fee3 color code is use for CSS Background Color

Background color for the above div is #f2fee3

HTML with inline CSS

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

#f2fee3 color code is use for CSS Border Color

CSS Border color for the above div is #f2fee3

HTML with inline CSS

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

CSS Border Left color for the above div is #f2fee3

HTML with inline CSS

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

CSS Border Right color for the above div is #f2fee3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f2fee3

HTML with inline CSS

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

CSS Border Top color for the above div is #f2fee3

HTML with inline CSS

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

#f2fee3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f2fee3 Color code Preview on White Background

This is how #f2fee3 Color code will look on white background color. Color contrast ratio is 1.05

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

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.