#f0e5d3 Color Hex Original White

Information about Original White Color | #0000FF

#f0e5d3 color RGB value is (240,229,211). #f0e5d3 color name is Original White color.

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

The process color (four color CMYK) of #f0e5d3 color hex is 0 , 2 ,5, 2 .

#f0e5d3

~Original White

Color Converions

HEX
#f0e5d3
RGB
240,229,211
LAB
91,2,10
CMYK
0,5,12,6
LCH
91,10,81
XYZ
76,79,73
HSV
37,12,94
HSL
37,49,88

Base Numbers

Base Red Green Blue
Binary 11110000 11100101 11010011
Octal 360 345 323
Decimal 240 229 211
Hex f0 e5 d3

RGB Percentages of Color #f0e5d3

94%
90%
83%

CMYK Percentages of Color #f0e5d3

0%
5%
2%
2%

Color Variations

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

Shades of #f0e5d3

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

10%
#f0e5d3
20%
#d8cebe
30%
#c0b7a9
40%
#a8a094
50%
#90897f
60%
#787269
70%
#605c54
80%
#48453f
90%
#302e2a
100%
#181715

Tints of #f0e5d3

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

10%
#f0e5d3
20%
#f2e8d7
30%
#f3eadc
40%
#f4ede0
50%
#f6efe5
60%
#f7f2e9
70%
#f9f5ed
80%
#faf7f2
90%
#fcfaf6
100%
#fdfcfb

Tones of #f0e5d3

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

10%
#f0e5d3
20%
#e5dbcb
30%
#dad1c2
40%
#cec7ba
50%
#c3bcb2
60%
#b8b2a9
70%
#ada8a1
80%
#a19e99
90%
#969490
100%
#8b8a88

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.
#f0e5d3
#f0d9d3
#f0dfd3
#f0e5d3
#f0ebd3
#eff0d3

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f0e5d3
#d8f0d3
#d9d3f0

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f0e5d3
#d3f0e5
#e5d3f0

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.
#f0e5d3
#d3f0d6
#d3def0
#f0d3ec

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f0e5d3
#1b1a18
#46433e
#706b63
#9b9488
#c5bcae

Blindness simulator

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

Normal

#f0e5d3

protanopia

#eee5d2

deuteranopia

#ffdfd7

tritanopia

#f5dff1

achromatopsia

#e6e6e6

protanomaly

#efe5d2

deuteranomaly

#fae1d5

achromatopsia

#e6e6e6

tritanomaly

#f3e1e6

achromatomaly

#eae6df

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 !

#f0e5d3 Color CSS Codes

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

#f0e5d3 Text Font Color

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

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

#f0e5d3 Background Color

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

#f0e5d3 Border Color

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

This div border color is #f0e5d3

#f0e5d3 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0e5d3

More Colors

Composite Artefact Green
#55cc00
Ginger Sugar
#dddace
High Salute
#445056
Fig Preserves
#a7989e
Light Fresh Lime
#e2f4d7
Nut Milk
#d9ccc8
Arid Plains
#b6b4a9
Pear Spritz
#cbf85f
Leek Blossom Pink
#bca3b8
Decadence
#73667b
End of the Rainbow
#d2eed6
Dancing Dragonfly
#006658
Hawaiian Cream
#fae8b8
Ghostly
#a7a09f
Greenish Cyan
#2afeb7
Beguiling Blue
#5e6f8e
Loden Yellow
#b68b13
Breakwater White
#ebf1e9
Hazelnut Milk
#eeaa77
Diluted Mint
#daf4ea
Garden Lattice
#e1d4b4
Celestine
#85c1c4
Permanent Green
#005437
Aquarelle
#61aab1
Light Morality
#c4d9eb
Blue Shell
#9bb3bc
Blackthorn Berry
#8470ff
Legion Blue
#1f495b
Mysteria
#826f7a
Pastel Parchment
#e5d9d3
Cōng Lǜ Green
#01c08d
Pink Softness
#deb8bc
Cotton
#eeebe1
Clear Aqua
#c4eae0
Party Hat
#cac1e2
Cuddle
#bccae8
Foggy Heath
#e2c9ff
Bali Hai
#849ca9
Bumblebee
#ffc82a
rating-img
Rate this tool
NaN/5   0 votes