#f6f0e5 Color Hex Frost Bite

Information about Frost Bite Color | #0000FF

#f6f0e5 color RGB value is (246,240,229). #f6f0e5 color name is Frost Bite color.

#f6f0e5 hex color red value is 246 , green value is 240 and the blue value of its RGB is 229 . Cylindrical-coordinate representations (also known as HSL) of color #f6f0e5 hue: 39 , saturation: 49 and the lightness value of #f6f0e5 is 93

The process color (four color CMYK) of #f6f0e5 color hex is 0 , 1 ,3, 1 .

#f6f0e5

~Frost Bite

Color Converions

HEX
#f6f0e5
RGB
246,240,229
LAB
95,1,6
CMYK
0,2,7,4
LCH
95,6,83
XYZ
83,88,87
HSV
39,7,96
HSL
39,49,93

Base Numbers

Base Red Green Blue
Binary 11110110 11110000 11100101
Octal 366 360 345
Decimal 246 240 229
Hex f6 f0 e5

RGB Percentages of Color #f6f0e5

96%
94%
90%

CMYK Percentages of Color #f6f0e5

0%
3%
1%
1%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #f6f0e5

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#f6f0e5
20%
#ddd8ce
30%
#c5c0b7
40%
#aca8a0
50%
#949089
60%
#7b7872
70%
#62605c
80%
#4a4845
90%
#31302e
100%
#191817

Tints of #f6f0e5

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#f6f0e5
20%
#f7f2e8
30%
#f8f3ea
40%
#f9f4ed
50%
#faf6ef
60%
#fbf7f2
70%
#fbf9f5
80%
#fcfaf7
90%
#fdfcfa
100%
#fefdfc

Tones of #f6f0e5

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#f6f0e5
20%
#eae5db
30%
#dedad1
40%
#d2cec7
50%
#c7c3bc
60%
#bbb8b2
70%
#afada8
80%
#a3a19e
90%
#979694
100%
#8b8b8a

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#f6f0e5
#f6e9e5
#f6ede5
#f6f0e5
#f6f3e5
#f5f6e5

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#f6f0e5
#e5ebf6

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f6f0e5
#e8f6e5
#e9e5f6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f6f0e5
#e5f6f0
#f0e5f6

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#f6f0e5
#e5f6e7
#e5ebf6
#f6e5f3

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f6f0e5
#21211f
#4c4a47
#76746e
#a19d96
#cbc7bd

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#f6f0e5

protanopia

#f7efe4

deuteranopia

#ffeceb

tritanopia

#faecfe

achromatopsia

#f0f0f0

protanomaly

#f7efe4

deuteranomaly

#fcede9

achromatopsia

#f0f0f0

tritanomaly

#f9edf5

achromatomaly

#f2f0ec

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 1/21
Hello World ! 1

Black background-color

Good 19/21
Hello World !

#f6f0e5 Color CSS Codes

.bgcolor {background-color:#f6f0e5; } 
.forecolor {color:#f6f0e5; }
.bordercolor {border:3px solid #f6f0e5; }
            

#f6f0e5 Text Font Color

<div style="color:#f6f0e5">
Div content here</div>

This sample text font color is #f6f0e5
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#f6f0e5 Background Color

<div style="background-color:#f6f0e5">
Div content here</div>
Div content here

#f6f0e5 Border Color

<div style="border:3px solid #f6f0e5">
Div here</div>

This div border color is #f6f0e5

#f6f0e5 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #f6f0e5; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f6f0e5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f6f0e5;
  -webkit-box-shadow: 1px 1px 3px 2px #f6f0e5;
  box-shadow: 1px 1px 3px 2px #f6f0e5; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f6f0e5">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f6f0e5;
              -webkit-box-shadow: 1px 1px 3px 2px #f6f0e5;
              box-shadow:         1px 1px 3px 2px #f6f0e5#f6f0e5">
Div content here</div>

This div box has shadow with color #f6f0e5

More Colors

Forbidden Forest
#215354
Gold Ore
#ecbc14
Celtic Rush
#2e4c5b
Grapefruit Pulp
#fe6f5e
Gulfweed
#329643
English Vermillion
#cc474b
Old Yellow Bricks
#ece6d7
Giggle
#eff0d3
Deep Water
#266691
Calf Skin
#b1aa9d
Ice Blue Grey
#717787
Pegeen Peony
#ea9fb4
Cool Reflection
#eaf0eb
Old Gold
#cfb53b
Pied Wagtail Grey
#bebdc2
Lemon Caipirinha
#f7de9d
Barbarian Leather
#a17308
Blue Bouquet
#0033ee
Into the Blue
#4f7ba7
Hesperide Apple Gold
#ffe296
Free Speech Green
#09f911
Garden Shadow
#334400
Barnfloor
#9c9480
Monte Carlo
#7ac5b4
Kobicha
#6b4423
Blackberry Wine
#4d3246
Dappled Sunlight
#f2e3c9
Lilac Lust
#c3b9d8
Light Chamois Beige
#d1c6be
Bee Cluster
#ffaa33
Chocolate Magma
#7a463a
Graceland Grass
#546c46
BioShock
#889900
Integra
#405e95
Bonsai Trunk
#6c6d62
Bainganī
#8273fd
Minotaurus Brown
#882211
Pomegranate Red
#b53d45
Frisky
#ccdda1
Cherry Blush
#ffc9dd
rating-img
Rate this tool
NaN/5   0 votes