#f8e3a4 Color Hex Blended Fruit

Information about Blended Fruit Color | #0000FF

#f8e3a4 color RGB value is (248,227,164). #f8e3a4 color name is Blended Fruit color.

#f8e3a4 hex color red value is 248 , green value is 227 and the blue value of its RGB is 164 . Cylindrical-coordinate representations (also known as HSL) of color #f8e3a4 hue: 45 , saturation: 86 and the lightness value of #f8e3a4 is 81

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

#f8e3a4

~Blended Fruit

Color Converions

HEX
#f8e3a4
RGB
248,227,164
LAB
91,1,34
CMYK
0,8,34,3
LCH
91,34,89
XYZ
73,78,46
HSV
45,34,97
HSL
45,86,81

Base Numbers

Base Red Green Blue
Binary 11111000 11100011 10100100
Octal 370 343 244
Decimal 248 227 164
Hex f8 e3 a4

RGB Percentages of Color #f8e3a4

97%
89%
64%

CMYK Percentages of Color #f8e3a4

0%
13%
3%
1%

Color Variations

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

Shades of #f8e3a4

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

10%
#f8e3a4
20%
#dfcc94
30%
#c6b683
40%
#ae9f73
50%
#958862
60%
#7c7252
70%
#635b42
80%
#4a4431
90%
#322d21
100%
#191710

Tints of #f8e3a4

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

10%
#f8e3a4
20%
#f9e6ad
30%
#f9e9b6
40%
#faebbf
50%
#fbeec8
60%
#fbf1d1
70%
#fcf4db
80%
#fdf7e4
90%
#fef9ed
100%
#fefcf6

Tones of #f8e3a4

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

10%
#f8e3a4
20%
#ecd9a0
30%
#e0cf9d
40%
#d4c599
50%
#c8bb95
60%
#bcb192
70%
#b0a78e
80%
#a49d8a
90%
#989387
100%
#8c8983

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.
#f8e3a4
#f8c1a4
#f8d2a4
#f8e3a4
#f8f4a4
#ebf8a4

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f8e3a4
#a8f8a4
#c1a4f8

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f8e3a4
#a4f8e3
#e3a4f8

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.
#f8e3a4
#a4f8b9
#a4b9f8
#f8a4e3

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f8e3a4
#232017
#4e4734
#786e50
#a3956c
#cdbc88

Blindness simulator

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

Normal

#f8e3a4

protanopia

#f5e3a3

deuteranopia

#ffddc0

tritanopia

#ffd9e9

achromatopsia

#e3e3e3

protanomaly

#f6e3a3

deuteranomaly

#fcdfb6

achromatopsia

#e3e3e3

tritanomaly

#fcddd0

achromatomaly

#ebe3cc

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 17/21
Hello World !

#f8e3a4 Color CSS Codes

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

#f8e3a4 Text Font Color

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

This sample text font color is #f8e3a4
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.

#f8e3a4 Background Color

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

#f8e3a4 Border Color

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

This div border color is #f8e3a4

#f8e3a4 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8e3a4

More Colors

Dry Sage
#8c8b76
Illusive Dream
#e1d5c2
Just Rosey
#c4a295
Chilli Cashew
#cc5544
Grey Asparagus
#465945
Carriage Stone
#7e7265
Bluster Blue
#4a5a6f
Light Cyan
#e0ffff
Chintz Rose
#eec4be
Moroccan Moonlight
#eae0d4
Neon Pink
#fe019a
Blue Hue
#394d60
Aebleskiver
#e6d3b6
Level Up
#468741
Bagpiper
#1c5544
Luminary Green
#e3eaa5
Old Fashioned Pink
#f4c6cc
Impulsive Purple
#624977
Light Crushed Almond
#ddd7d1
Meek Moss Green
#869f98
Black Rock
#2c2d3c
Audrey's Blush
#ae8087
Pink Touch
#fae2d6
Medium Gunship Grey
#3f4952
Melanie
#e0b7c2
Crusta
#f38653
Egg White
#ffefc1
Ogre Odor
#fd5240
Orion Blue
#3e4f5c
Cedar Forest
#788078
Green Veil
#e0f1c4
Laser Lemon
#ffff66
Big Surf
#96d0d1
Miami Coral
#fd8973
Chinese Goldfish
#f34723
Firm Pink
#da93c1
Calf Skin
#b1aa9d
Country Air
#9fb6c6
Inkblot
#393f4b
Misty Bead
#d2d59b
rating-img
Rate this tool
NaN/5   0 votes