#f6d0b6 Color Hex Dough Yellow

Information about Dough Yellow Color | #0000FF

#f6d0b6 color RGB value is (246,208,182). #f6d0b6 color name is Dough Yellow color.

#f6d0b6 hex color red value is 246 , green value is 208 and the blue value of its RGB is 182 . Cylindrical-coordinate representations (also known as HSL) of color #f6d0b6 hue: 24 , saturation: 78 and the lightness value of #f6d0b6 is 84

The process color (four color CMYK) of #f6d0b6 color hex is 0 , 6 ,10, 1 .

#f6d0b6

~Dough Yellow

Color Converions

HEX
#f6d0b6
RGB
246,208,182
LAB
86,11,18
CMYK
0,15,26,4
LCH
86,21,59
XYZ
69,68,54
HSV
24,26,96
HSL
24,78,84

Base Numbers

Base Red Green Blue
Binary 11110110 11010000 10110110
Octal 366 320 266
Decimal 246 208 182
Hex f6 d0 b6

RGB Percentages of Color #f6d0b6

96%
82%
71%

CMYK Percentages of Color #f6d0b6

0%
10%
6%
1%

Color Variations

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

Shades of #f6d0b6

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

10%
#f6d0b6
20%
#ddbba4
30%
#c5a692
40%
#ac927f
50%
#947d6d
60%
#7b685b
70%
#625349
80%
#4a3e37
90%
#312a24
100%
#191512

Tints of #f6d0b6

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

10%
#f6d0b6
20%
#f7d5bd
30%
#f8d9c5
40%
#f9decc
50%
#fae3d3
60%
#fbe8da
70%
#fbece2
80%
#fcf1e9
90%
#fdf6f0
100%
#fefaf8

Tones of #f6d0b6

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

10%
#f6d0b6
20%
#eac8b1
30%
#dec0ab
40%
#d2b8a6
50%
#c7b0a0
60%
#bba89b
70%
#afa095
80%
#a39890
90%
#97908a
100%
#8b8885

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.
#f6d0b6
#f6b6b6
#f6c3b6
#f6d0b6
#f6ddb6
#f6eab6

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f6d0b6
#cff6b6
#b6b6f6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f6d0b6
#b6f6d0
#d0b6f6

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.
#f6d0b6
#bcf6b6
#b6dcf6
#f0b6f6

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f6d0b6
#211c19
#4c4038
#766458
#a18877
#cbac97

Blindness simulator

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

Normal

#f6d0b6

protanopia

#e1d5b8

deuteranopia

#f8ceb5

tritanopia

#fbc9d9

achromatopsia

#d6d6d6

protanomaly

#e9d3b7

deuteranomaly

#f7cfb5

achromatopsia

#d6d6d6

tritanomaly

#f9cccc

achromatomaly

#e2d4ca

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

#f6d0b6 Color CSS Codes

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

#f6d0b6 Text Font Color

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

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

#f6d0b6 Background Color

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

#f6d0b6 Border Color

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

This div border color is #f6d0b6

#f6d0b6 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6d0b6

More Colors

Leticiaz
#95be76
Camping Trip
#67786e
Just Peachy
#f8c275
Blarney Stone
#027944
Anode
#89a4cd
Pencil Lead
#5c6274
Elf Slippers
#a6a865
Atmospheric Pressure
#c2d0e1
Balsam
#bec4b7
Feldgrau
#4d5d53
Gilded Gold
#b58037
Industrial Strength
#877a65
Dark Walnut
#56443e
Marble White
#f2f0e6
Clear Vision
#e7f0f7
Egret
#f3ece0
Electric Glow
#ffd100
Innocent Pink
#856f79
Minor Blue
#b7dfe8
Dreamy Pink
#dfabcd
Bright Lilac
#d891ef
Mystifying Magenta
#c920b0
Palest of Lemon
#f4eed1
Celestial Light
#c7dae8
Gravelstone
#d3c7b8
Amber Brew
#d7a361
Old Boot
#7c644b
Feather Fern
#d5dcd0
Orpiment Orange
#d17c3f
Gimblet
#b9ad61
Plaza Pink
#f4c0c3
Mexican Sand Dollar
#dad4c5
Gremolata
#527e6d
Crushed Orange
#e37730
Magneto's Magenta
#aa1d8e
King Tide
#2a7279
Peahen
#719e8a
Almost Plum
#beb0c2
Laurel Grey
#aaaca2
rating-img
Rate this tool
NaN/5   0 votes