#f8e8c5 Color Hex Foundation

Information about Foundation Color | #0000FF

#f8e8c5 color RGB value is (248,232,197). #f8e8c5 color name is Foundation color.

#f8e8c5 hex color red value is 248 , green value is 232 and the blue value of its RGB is 197 . Cylindrical-coordinate representations (also known as HSL) of color #f8e8c5 hue: 41 , saturation: 78 and the lightness value of #f8e8c5 is 87

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

#f8e8c5

~Foundation

Color Converions

HEX
#f8e8c5
RGB
248,232,197
LAB
93,2,19
CMYK
0,6,21,3
LCH
93,19,85
XYZ
78,82,64
HSV
41,21,97
HSL
41,78,87

Base Numbers

Base Red Green Blue
Binary 11111000 11101000 11000101
Octal 370 350 305
Decimal 248 232 197
Hex f8 e8 c5

RGB Percentages of Color #f8e8c5

97%
91%
77%

CMYK Percentages of Color #f8e8c5

0%
8%
3%
1%

Color Variations

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

Shades of #f8e8c5

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

10%
#f8e8c5
20%
#dfd1b1
30%
#c6ba9e
40%
#aea28a
50%
#958b76
60%
#7c7462
70%
#635d4f
80%
#4a463b
90%
#322e27
100%
#191714

Tints of #f8e8c5

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

10%
#f8e8c5
20%
#f9eacb
30%
#f9edd1
40%
#faefd6
50%
#fbf1dc
60%
#fbf4e2
70%
#fcf6e8
80%
#fdf8ee
90%
#fefaf3
100%
#fefdf9

Tones of #f8e8c5

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

10%
#f8e8c5
20%
#ecdebe
30%
#e0d3b7
40%
#d4c9b0
50%
#c8bea9
60%
#bcb4a2
70%
#b0a99b
80%
#a49f94
90%
#98948d
100%
#8c8a86

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.
#f8e8c5
#f8d4c5
#f8dec5
#f8e8c5
#f8f2c5
#f4f8c5

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f8e8c5
#cbf8c5
#d4c5f8

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f8e8c5
#c5f8e8
#e8c5f8

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.
#f8e8c5
#c5f8ce
#c5d5f8
#f8c5ee

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f8e8c5
#23211c
#4e493e
#787160
#a39881
#cdc0a3

Blindness simulator

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

Normal

#f8e8c5

protanopia

#f6e8c4

deuteranopia

#ffe3d5

tritanopia

#ffe1f2

achromatopsia

#e9e9e9

protanomaly

#f6e8c4

deuteranomaly

#fce5cf

achromatopsia

#e9e9e9

tritanomaly

#fce3e2

achromatomaly

#eee9dc

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 !

#f8e8c5 Color CSS Codes

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

#f8e8c5 Text Font Color

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

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

#f8e8c5 Background Color

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

#f8e8c5 Border Color

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

This div border color is #f8e8c5

#f8e8c5 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8e8c5

More Colors

Charmed Chalice
#a1a1a0
C-3PO
#c33140
Elderberry White
#eae5cf
Majorelle Blue
#6050dc
Chlorophyll
#44891a
Catacomb Bone
#e2dccc
Breathe
#d1d2b8
Mack Creek
#bfae5b
Pergament
#bfa58a
Blue Velvet
#0d6183
Laird
#79853c
Electric Leaf
#89dd01
Bassinet
#d3c1cb
Placebo Orange
#fcf5eb
Maritime Outpost
#1e4581
Longbeard Grey
#ceceaf
Grim Grey
#e3dcd6
Pineapple Delight
#f0e7a9
Classic Brown
#6a493d
California Stucco
#c5ad9a
Dark Navy
#40495b
Militant Vegan
#229955
English Vermillion
#cc474b
Antique Paper
#f4f0e8
Coastal Mist
#d2e8ec
Berkshire Lace
#f0e1cf
Non Skid Grey
#8a8daa
Dame Dignity
#999ba8
Periwinkle Tint
#d3ddd6
Polar Soft Blue
#d0dcde
Dogwood
#faeae2
Garbanzo Bean
#f1d5a5
Carrot Cake
#bf6f31
New Orleans
#e4c385
Kilauea Lava
#843d38
Golden Tainoi
#ffc152
Desert Dust
#e3bc8e
Horsetail
#3d5d42
Dusty Jade Green
#7bb5a3
rating-img
Rate this tool
NaN/5   0 votes