crispedge.com

Color picker

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

#fee0f9 hex color - Red - Warm color - Information

#fee0f9 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fee0f9 Color code in RGB color code model is created after adding 99.61% red color, 87.84% green color and 97.65% blue color. Hex #fee0f9 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 2% yellow and 0% black.

Hex #fee0f9 color code is between #ffddff web safe hex color code and #eeeeee web safe hex color code. #ffddff is the nearest web safe color code. You can see here many more shades of #fee0f9 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codefee0f9#fee0f9
RGB Decimal254, 224, 249rgb(254, 224, 249)
RGB Percent100%, 88%, 98%rgb(100%, 88%, 98%)
CSS RGBa254, 224, 249,1rgba(254,224,249,1)
CMYK Modelcmyk(0%,12%,2%,0%)
HSL Color Space310,94% ,94%hsl(310,94% ,94%)
HSV Color Space310°, 12%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101110000011111001
Octal376340371
Decimal254224249
Hexfee0f9

Different shades of #fee0f9 color code.

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

Light Shade of #fee0f9
#ffffff
Dark Shade of #fee0f9
#fcafef
Saturated Shade of #fee0f9
#ffdffa
Desaturated Shade of #fee0f9
#fce2f8
Grey scale Shade of #fee0f9
#efefef
Brighten Shade
#fff9ff
Most Readable Shade
#000000

Shades of #fee0f9 color code

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

#fee0f9
#e1c7dd
#c5aec1
#a995a6
#8d7c8a
#70636e
#544a53
#383137
#1c181b
#000000

Similar Color like #fee0f9 color

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

#ffe1fa
#ffe2fb
#ffe3fc
#ffe4fd
#ffe5fe
#ffe6ff
#ffe7ff
#ffe8ff
#ffe9ff
#ffeaff
#ffebff
#ffecff
#ffedff
#ffeeff
#fddff8
#fcdef7
#fbddf6
#fadcf5
#f9dbf4
#f8daf3
#f7d9f2
#f6d8f1
#f5d7f0
#f4d6ef
#f3d5ee
#f2d4ed
#f1d3ec
#f0d2eb

Monochromatic Color with #fee0f9

#fee0f9
#292529
#544a52
#7e707c
#a995a6
#d3bbcf

Tints of #fee0f9 Color

#fee0f9
#fee3f9
#fee6fa
#feeafb
#feedfb
#fef1fc
#fef4fd
#fef8fd
#fefbfe
#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

#fee0f9
#e0fee5

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

Split Complementary

#fee0f9
#eafee0
#e0fef4

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

Analogous Color

#f7e0fe
#fde0fe
#fee0f9
#fee0f3
#fee0ed

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

#fee0f9
#f9fee0
#e0f9fe

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

#fee0f9
#fef4e0
#e0fee5
#e0eafe

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

#fee0f9
#e0fee5
#e0fef4
#fee0ea

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

#fee0f9 Color Code Preview on Black Background Color

This is how #fee0f9 Color will look on black background color. Color contrast ratio is 17.24

#fee0f9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fee0f9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fee0f9

#fee0f9 color code is use for CSS Background Color

Background color for the above div is #fee0f9

HTML with inline CSS

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

#fee0f9 color code is use for CSS Border Color

CSS Border color for the above div is #fee0f9

HTML with inline CSS

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

CSS Border Left color for the above div is #fee0f9

HTML with inline CSS

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

CSS Border Right color for the above div is #fee0f9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fee0f9

HTML with inline CSS

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

CSS Border Top color for the above div is #fee0f9

HTML with inline CSS

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

#fee0f9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fee0f9 Color code Preview on White Background

This is how #fee0f9 Color code will look on white background color. Color contrast ratio is 1.22

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

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.