Color Forest: Color Code Dictionary

List of color code on website and gradation code

You can see where the color code is actually used in the photo. You can find the relevant color code from the color code point in the photo.

#f5f5dc beige

This color is a color that can be used safely on the website, which also has an English name.



Gradation color code


fcfcf6

fcfcf4

fbfbf2

fbfbf1

fafaef

fafaed

f9f9eb

f9f9ea

f8f8e8

f8f8e6

f7f7e4

f7f7e3

f6f6e1

f6f6df

f5f5dd

e8e8d1

dcdcc6

d0d0bb

c4c4b0

b7b7a5

abab9a

9f9f8f

939384

868679

7a7a6e

6e6e63

626258

55554d

494942

3d3d37


Similar colors

darkkhaki
bdb76b

eee8aa
cornsilk
fff8dc
beige
f5f5dc

ffffe0

fafad2

fffacd
wheat
f5deb3
burlywood
deb887
tan
d2b48c
khaki
f0e68c
yellow
ffff00
gold
ffd700
pink
ffc0cb

f4a460


Take a look at photos that use this color code





List of acquiring color codes from photos with one click



CSS creation

				.beige{
	color : #f5f5dc;
}
				

Or

.beige {
color : beige;
}
				


CSS usage example

<span class="beige">
This color is beige.
</span>
				


Write directly in style on HTML

	<span style="color:beige">
	This color isbeige.
	</span>
				


Applying CSS
This color isbeige.



RGB (three primary color) values

R : 245
G : 245
B : 220



Back to top

Color Floresta.