#f5f1e4 Color Hex Cotton Blossom

Information about Cotton Blossom Color | #0000FF

#f5f1e4 color RGB value is (245,241,228). #f5f1e4 color name is Cotton Blossom color.

#f5f1e4 hex color red value is 245 , green value is 241 and the blue value of its RGB is 228 . Cylindrical-coordinate representations (also known as HSL) of color #f5f1e4 hue: 46 , saturation: 46 and the lightness value of #f5f1e4 is 93

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

#f5f1e4

~Cotton Blossom

Color Converions

HEX
#f5f1e4
RGB
245,241,228
LAB
95,0,7
CMYK
0,2,7,4
LCH
95,7,92
XYZ
83,88,86
HSV
46,7,96
HSL
46,46,93

Base Numbers

Base Red Green Blue
Binary 11110101 11110001 11100100
Octal 365 361 344
Decimal 245 241 228
Hex f5 f1 e4

RGB Percentages of Color #f5f1e4

96%
95%
89%

CMYK Percentages of Color #f5f1e4

0%
3%
1%
2%

Color Variations

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

Shades of #f5f1e4

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

10%
#f5f1e4
20%
#ddd9cd
30%
#c4c1b6
40%
#aca9a0
50%
#939189
60%
#7b7972
70%
#62605b
80%
#4a4844
90%
#31302e
100%
#191817

Tints of #f5f1e4

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

10%
#f5f1e4
20%
#f6f2e7
30%
#f7f4e9
40%
#f8f5ec
50%
#f9f7ef
60%
#faf8f2
70%
#fbf9f4
80%
#fcfbf7
90%
#fdfcfa
100%
#fefefc

Tones of #f5f1e4

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

10%
#f5f1e4
20%
#e9e6da
30%
#dedad0
40%
#d2cfc6
50%
#c6c4bc
60%
#bab8b2
70%
#aeada8
80%
#a3a29e
90%
#979694
100%
#8b8b8a

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.
#f5f1e4
#f5eae4
#f5eee4
#f5f1e4
#f5f4e4
#f2f5e4

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f5f1e4
#e5f5e4
#eae4f5

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f5f1e4
#e4f5f1
#f1e4f5

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.
#f5f1e4
#e4f5e8
#e4e8f5
#f5e4f0

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f5f1e4
#20201e
#4b4a46
#75746d
#a09d95
#cac7bc

Blindness simulator

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

Normal

#f5f1e4

protanopia

#f8efe3

deuteranopia

#ffedeb

tritanopia

#f9ecff

achromatopsia

#f1f1f1

protanomaly

#f7f0e3

deuteranomaly

#fbeee9

achromatopsia

#f1f1f1

tritanomaly

#f8eef5

achromatomaly

#f2f1ec

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

#f5f1e4 Color CSS Codes

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

#f5f1e4 Text Font Color

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

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

#f5f1e4 Background Color

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

#f5f1e4 Border Color

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

This div border color is #f5f1e4

#f5f1e4 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5f1e4

More Colors

Muntok White Pepper
#d2a172
Peach Bud
#fdb2ab
Ferry
#383e44
Chamois
#e8cd9a
Mist Grey
#c4c4bc
Caramelized Pears
#e7d5ad
Holly Berry
#b44e5d
On Cloud Nine
#c2e7e8
Delicacy
#f5e3e2
Corally
#fea89f
Deserted Path
#e7bf7b
Brown Wood
#b4674d
Country Dweller
#b0967c
Grey Summit
#959491
Kinky Pinky
#ee55cc
Ermine
#836b4f
Metalise
#34373c
Play 'til dawn
#ff8877
Lady Nicole
#d6d6cd
Indonesian Rattan
#d1b272
Arabian Sands
#ddc6b1
Adventure Island Pink
#f87858
Basil
#879f84
Harbour Fog
#afb1b4
Melt with You
#e3cfab
Funki Porcini
#ee9999
Cold Morning
#e6e5e4
Grape Creme
#bebbbb
Club Moss
#6b977a
Energy Orange
#ff9532
Harvest Night
#554488
Classy Plum
#887e82
Diamond Cut
#e9e9f0
Befitting
#96496d
Bombay Brown
#9f5130
Delicate Truffle
#aa9c8b
Light Spirit
#c3cad3
Mountain Shade
#b1ab9a
Cozy Cottage
#f2ddd8
Petal Dust
#f4dfcd
rating-img
Rate this tool
NaN/5   0 votes