#f1e4c8 Color Hex Jefferson Cream

Information about Jefferson Cream Color | #0000FF

#f1e4c8 color RGB value is (241,228,200). #f1e4c8 color name is Jefferson Cream color.

#f1e4c8 hex color red value is 241 , green value is 228 and the blue value of its RGB is 200 . Cylindrical-coordinate representations (also known as HSL) of color #f1e4c8 hue: 41 , saturation: 59 and the lightness value of #f1e4c8 is 86

The process color (four color CMYK) of #f1e4c8 color hex is 0 , 2 ,7, 2 .

#f1e4c8

~Jefferson Cream

Color Converions

HEX
#f1e4c8
RGB
241,228,200
LAB
91,1,15
CMYK
0,5,17,5
LCH
91,15,85
XYZ
74,78,66
HSV
41,17,95
HSL
41,59,86

Base Numbers

Base Red Green Blue
Binary 11110001 11100100 11001000
Octal 361 344 310
Decimal 241 228 200
Hex f1 e4 c8

RGB Percentages of Color #f1e4c8

95%
89%
78%

CMYK Percentages of Color #f1e4c8

0%
7%
2%
2%

Color Variations

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

Shades of #f1e4c8

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

10%
#f1e4c8
20%
#d9cdb4
30%
#c1b6a0
40%
#a9a08c
50%
#918978
60%
#797264
70%
#605b50
80%
#48443c
90%
#302e28
100%
#181714

Tints of #f1e4c8

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

10%
#f1e4c8
20%
#f2e7ce
30%
#f4e9d3
40%
#f5ecd9
50%
#f7efde
60%
#f8f2e4
70%
#f9f4e9
80%
#fbf7ef
90%
#fcfaf4
100%
#fefcfa

Tones of #f1e4c8

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

10%
#f1e4c8
20%
#e6dac1
30%
#dad0ba
40%
#cfc6b2
50%
#c4bcab
60%
#b8b2a4
70%
#ada89c
80%
#a29e95
90%
#96948e
100%
#8b8a87

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.
#f1e4c8
#f1d4c8
#f1dcc8
#f1e4c8
#f1ecc8
#eef1c8

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f1e4c8
#cdf1c8
#d4c8f1

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f1e4c8
#c8f1e4
#e4c8f1

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.
#f1e4c8
#c8f1cf
#c8d5f1
#f1c8e9

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f1e4c8
#1c1b18
#47433b
#716b5e
#9c9481
#c6bca5

Blindness simulator

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

Normal

#f1e4c8

protanopia

#f0e4c7

deuteranopia

#ffdecf

tritanopia

#f7ddee

achromatopsia

#e5e5e5

protanomaly

#f0e4c7

deuteranomaly

#fae0cd

achromatopsia

#e5e5e5

tritanomaly

#f5e0e0

achromatomaly

#e9e4da

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 !

#f1e4c8 Color CSS Codes

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

#f1e4c8 Text Font Color

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

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

#f1e4c8 Background Color

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

#f1e4c8 Border Color

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

This div border color is #f1e4c8

#f1e4c8 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1e4c8

More Colors

Aged Gouda
#dd9944
Mimosa Yellow
#dfc633
Canary Yellow
#ffdf01
Allegory
#b4b2a9
Lilac Blue
#8293ac
Open Canyon
#bba990
Arctic Glow
#c9d1e9
Pasha Brown
#c3b7a4
Paper Heart
#f7dbc7
Divine Inspiration
#d8e2e1
Bridgewater
#527065
Hot Aquarelle Pink
#ffb3de
Plankton Green
#00534c
Chinese Ink
#3f312b
Graphite Grey Green
#7c7666
Dapper Tan
#947f65
Lemon Lime Mojito
#cbba61
Pastry Dough
#faedd5
Benikeshinezumi Purple
#44312e
Coronation
#edecec
Crystal Rapids
#b2e4d0
Mega Metal Phoenix
#c6ccd4
Eaglet Beige
#e9d9c0
Crispy Gold
#c49832
Cocobolo
#784848
Lustrian Undergrowth
#415a09
Peace of Mind
#c1875f
Hiker's Delight
#d2b395
Chyornyi Black
#0f0809
Below Zero
#87cded
Allure
#7291b4
Peekaboo
#e6dee6
Northpointe
#9e9181
Madder
#754c50
Folklore
#684141
Navajo White
#ffdead
Modern Zen
#e0deb2
Artesian Well
#5eb2aa
Hula Girl
#929264
Macadamia
#e4cfb6
rating-img
Rate this tool
NaN/5   0 votes