Skip to main content Skip to docs navigation

#f0fff1 hex color | Azure Mist | Download Light White BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Color Hue/Base color: White

Hex #f0fff1 Color Code is also known as | Azure Mist color.

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

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

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code f0fff1 #f0fff1
RGB Decimal 240, 255, 241 240, 255, 241
RGB Percent 94%, 100%, 95% rgb(94%, 100%, 95%)
CSS RGBa 240, 255, 241,1 rgba(240,255,241,1)
CMYK Model cmyk(6%,0%,5%,0%)
HSL Color Space 124,100% ,97% hsl(124,100% ,97%)
HSV Color Space 124°, 6%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 11110000 11111111 11110001
Octal 360 377 361
Decimal 240 255 241
Hex f0 ff f1

Different shades of #f0fff1 color code.

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

Darkest of #f0fff1
#57ff62
Darker of #f0fff1
#8aff92
Dark of #f0fff1
#bdffc1
Base of #f0fff1
#f0fff1
Light of #f0fff1
#ffffff
Lighter
#ffffff
Lightest
#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

#f0fff1
#fff0fe

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

Split Complementary

#f0fff1
#f9f0ff
#fff0f7

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

Analogous Color

#f8fff0
#f5fff0
#f0fff1
#f0fff6
#f0fffc

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

#f0fff1
#fff1f0
#f1f0ff

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

#f0fff1
#f1f0ff
#fff0fe
#fefff0

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#f0fff1
#f0f7ff
#fff0fe
#fff9f0

Square 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).

Monochromatic Color with #f0fff1

#24ff33
#57ff62
#8aff92
#bdffc1
#f0fff1
#ffffff
#ffffff
#ffffff
#ffffff

Tints of #f0fff1 Color

#f0fff1
#f1fff2
#f3fff4
#f5fff5
#f6fff7
#f8fff8
#fafffa
#fbfffb
#fdfffd
#ffffff

Shades of #f0fff1 color code

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

#f0fff1
#d5e2d6
#bac6bb
#a0aaa0
#858d85
#6a716b
#505550
#353835
#1a1c1a
#000000

Tones

#f0fff1
#f2fef2
#f3fcf4
#f5fbf5
#f6f9f6

Tones

Similar Color like #f0fff1 color

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

#f1fff2
#f2fff3
#f3fff4
#f4fff5
#f5fff6
#f6fff7
#f7fff8
#f8fff9
#f9fffa
#fafffb
#fbfffc
#fcfffd
#fdfffe
#feffff
#effef0
#eefdef
#edfcee
#ecfbed
#ebfaec
#eaf9eb
#e9f8ea
#e8f7e9
#e7f6e8
#e6f5e7
#e5f4e6
#e4f3e5
#e3f2e4
#e2f1e3

Download this Light White

Hex #f0fff1 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.

#f0fff1 Color Code Preview on Black Background Color

This is how #f0fff1 Color will look on black background color. Color contrast ratio is 20.28

#f0fff1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f0fff1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f0fff1

#f0fff1 color code is use for CSS Background Color

Background color for the above div is #f0fff1

HTML with inline CSS

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

#f0fff1 color code is use for CSS Border Color

CSS Border color for the above div is #f0fff1

HTML with inline CSS

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

CSS Border Left color for the above div is #f0fff1

HTML with inline CSS

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

CSS Border Right color for the above div is #f0fff1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f0fff1

HTML with inline CSS

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

CSS Border Top color for the above div is #f0fff1

HTML with inline CSS

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

#f0fff1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f0fff1 Color code Preview on White Background

This is how #f0fff1 Color code will look on white background color. Color contrast ratio is 1.04

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(240,255,241,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,240,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(240,255,241,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }