crispedge.com

Color picker

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

#f2fe98 hex color - Yellow - Warm color - Information

#f2fe98 hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

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

Hex #f2fe98 color code is between #eeff99 web safe hex color code and #ffee88 web safe hex color code. #eeff99 is the nearest web safe color code. You can see here many more shades of #f2fe98 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codef2fe98#f2fe98
RGB Decimal242, 254, 152rgb(242, 254, 152)
RGB Percent95%, 100%, 60%rgb(95%, 100%, 60%)
CSS RGBa242, 254, 152,1rgba(242,254,152,1)
CMYK Modelcmyk(5%,0%,40%,0%)
HSL Color Space67,98% ,80%hsl(67,98% ,80%)
HSV Color Space67°, 40%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100101111111010011000
Octal362376230
Decimal242254152
Hexf2fe98

Different shades of #f2fe98 color code.

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

Light Shade of #f2fe98
#f8feca
Dark Shade of #f2fe98
#ecfe65
Saturated Shade of #f2fe98
#f3ff97
Desaturated Shade of #f2fe98
#eef99d
Grey scale Shade of #f2fe98
#cbcbcb
Brighten Shade
#ffffb1
Most Readable Shade
#000000

Shades of #f2fe98 color code

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

#f2fe98
#d7e187
#bcc576
#a1a965
#868d54
#6b7043
#505432
#353821
#1a1c10
#000000

Similar Color like #f2fe98 color

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

#f3ff99
#f4ff9a
#f5ff9b
#f6ff9c
#f7ff9d
#f8ff9e
#f9ff9f
#faffa0
#fbffa1
#fcffa2
#fdffa3
#feffa4
#ffffa5
#ffffa6
#f1fd97
#f0fc96
#effb95
#eefa94
#edf993
#ecf892
#ebf791
#eaf690
#e9f58f
#e8f48e
#e7f38d
#e6f28c
#e5f18b
#e4f08a

Monochromatic Color with #f2fe98

#f2fe98
#282919
#505432
#797e4c
#a1a965
#cad37f

Tints of #f2fe98 Color

#f2fe98
#f3fea3
#f4feae
#f6feba
#f7fec5
#f9fed1
#fafedc
#fcfee8
#fdfef3
#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

#f2fe98
#a498fe

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

Split Complementary

#f2fe98
#98bffe
#d798fe

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

Analogous Color

#fee198
#fef698
#f2fe98
#defe98
#c9fe98

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

#f2fe98
#98f2fe
#fe98f2

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

#f2fe98
#98fed7
#a498fe
#fe98bf

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

#f2fe98
#a498fe
#d798fe
#bffe98

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

#f2fe98 Color Code Preview on Black Background Color

This is how #f2fe98 Color will look on black background color. Color contrast ratio is 19.41

#f2fe98 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f2fe98

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f2fe98

#f2fe98 color code is use for CSS Background Color

Background color for the above div is #f2fe98

HTML with inline CSS

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

#f2fe98 color code is use for CSS Border Color

CSS Border color for the above div is #f2fe98

HTML with inline CSS

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

CSS Border Left color for the above div is #f2fe98

HTML with inline CSS

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

CSS Border Right color for the above div is #f2fe98

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f2fe98

HTML with inline CSS

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

CSS Border Top color for the above div is #f2fe98

HTML with inline CSS

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

#f2fe98 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f2fe98 Color code Preview on White Background

This is how #f2fe98 Color code will look on white background color. Color contrast ratio is 1.08

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

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.