#f0d0b0 Color Hex Baby Breath

Information about Baby Breath Color | #0000FF

#f0d0b0 color RGB value is (240,208,176). #f0d0b0 color name is Baby Breath color.

#f0d0b0 hex color red value is 240 , green value is 208 and the blue value of its RGB is 176 . Cylindrical-coordinate representations (also known as HSL) of color #f0d0b0 hue: 30 , saturation: 68 and the lightness value of #f0d0b0 is 82

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

#f0d0b0

~Baby Breath

Color Converions

HEX
#f0d0b0
RGB
240,208,176
LAB
86,8,20
CMYK
0,13,27,6
LCH
86,22,68
XYZ
66,67,50
HSV
30,27,94
HSL
30,68,82

Base Numbers

Base Red Green Blue
Binary 11110000 11010000 10110000
Octal 360 320 260
Decimal 240 208 176
Hex f0 d0 b0

RGB Percentages of Color #f0d0b0

94%
82%
69%

CMYK Percentages of Color #f0d0b0

0%
10%
5%
2%

Color Variations

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

Shades of #f0d0b0

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

10%
#f0d0b0
20%
#d8bb9e
30%
#c0a68d
40%
#a8927b
50%
#907d6a
60%
#786858
70%
#605346
80%
#483e35
90%
#302a23
100%
#181512

Tints of #f0d0b0

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

10%
#f0d0b0
20%
#f2d5b8
30%
#f3d9c0
40%
#f4dec8
50%
#f6e3d0
60%
#f7e8d8
70%
#f9ecdf
80%
#faf1e7
90%
#fcf6ef
100%
#fdfaf7

Tones of #f0d0b0

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

10%
#f0d0b0
20%
#e5c8ab
30%
#dac0a6
40%
#ceb8a1
50%
#c3b09d
60%
#b8a898
70%
#ada093
80%
#a1988e
90%
#969089
100%
#8b8884

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.
#f0d0b0
#f0b6b0
#f0c3b0
#f0d0b0
#f0ddb0
#f0eab0

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f0d0b0
#c3f0b0
#b6b0f0

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f0d0b0
#b0f0d0
#d0b0f0

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.
#f0d0b0
#b0f0b0
#b0d0f0
#f0b0f0

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f0d0b0
#1b1814
#463d33
#706152
#9b8672
#c5ab91

Blindness simulator

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

Normal

#f0d0b0

protanopia

#e1d4b1

deuteranopia

#f7ccaf

tritanopia

#f5c9d8

achromatopsia

#d4d4d4

protanomaly

#e6d2b0

deuteranomaly

#f5cdb0

achromatopsia

#d4d4d4

tritanomaly

#f3cbca

achromatomaly

#ded3c7

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

#f0d0b0 Color CSS Codes

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

#f0d0b0 Text Font Color

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

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

#f0d0b0 Background Color

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

#f0d0b0 Border Color

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

This div border color is #f0d0b0

#f0d0b0 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0d0b0

More Colors

Garden Picket
#e4d195
Crimson Glory
#be0032
Brassy
#d5ab2c
Mountain Spring
#d9e1c1
Annabel
#f7efcf
Ash Gold
#8c6f54
Lychee Pulp
#f7f2da
Evora
#538b89
Our Little Secret
#a84b7a
Opaline
#c1d1c4
Chocolate Explosion
#8e473b
Coral Garden
#cf8179
Enamored
#c67d84
Blushing Bride
#eedad1
Bison Brown
#584941
Baize
#4b5445
Pea Soup Green
#94a617
Durian White
#e6d0ab
Hiker's Delight
#d2b395
Apple Cucumber
#dbdbbc
Blue Fantastic
#2c3b4d
Anise Biscotti
#c0baaf
Dark Pansy
#653d7c
Desireé
#c4adb8
Fun Green
#15633d
Diminishing Green
#062e03
Grand Sunset
#c38d87
Lunatic Sky Dancer
#76fda8
Ares Shadow
#62584c
Crystal Palace
#d3cfab
Grapewood
#4c475e
Melody
#becbd7
Celandine
#ebdf67
Fairy-Nuff
#e2d7da
Blackberry Cordial
#3f2a47
Pachyderm
#8f989d
Enraged
#ee0044
Boltgun Metal
#393939
Benihi Red
#f35336
rating-img
Rate this tool
NaN/5   0 votes