#f8d7d0 Color Hex Bloodthirsty Beige

Information about Bloodthirsty Beige Color | #0000FF

#f8d7d0 color RGB value is (248,215,208). #f8d7d0 color name is Bloodthirsty Beige color.

#f8d7d0 hex color red value is 248 , green value is 215 and the blue value of its RGB is 208 . Cylindrical-coordinate representations (also known as HSL) of color #f8d7d0 hue: 11 , saturation: 74 and the lightness value of #f8d7d0 is 89

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

#f8d7d0

~Bloodthirsty Beige

Color Converions

HEX
#f8d7d0
RGB
248,215,208
LAB
89,11,8
CMYK
0,13,16,3
LCH
89,14,36
XYZ
74,73,70
HSV
11,16,97
HSL
11,74,89

Base Numbers

Base Red Green Blue
Binary 11111000 11010111 11010000
Octal 370 327 320
Decimal 248 215 208
Hex f8 d7 d0

RGB Percentages of Color #f8d7d0

97%
84%
82%

CMYK Percentages of Color #f8d7d0

0%
6%
5%
1%

Color Variations

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

Shades of #f8d7d0

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

10%
#f8d7d0
20%
#dfc2bb
30%
#c6aca6
40%
#ae9692
50%
#95817d
60%
#7c6b68
70%
#635653
80%
#4a403e
90%
#322b2a
100%
#191515

Tints of #f8d7d0

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

10%
#f8d7d0
20%
#f9dbd5
30%
#f9dfd9
40%
#fae3de
50%
#fbe7e3
60%
#fbebe8
70%
#fcefec
80%
#fdf3f1
90%
#fef7f6
100%
#fefbfa

Tones of #f8d7d0

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

10%
#f8d7d0
20%
#eccec8
30%
#e0c6c0
40%
#d4bdb8
50%
#c8b4b0
60%
#bcaba8
70%
#b0a3a0
80%
#a49a98
90%
#989190
100%
#8c8888

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.
#f8d7d0
#f8d0d9
#f8d0d1
#f8d7d0
#f8dfd0
#f8e7d0

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f8d7d0
#e9f8d0
#d0d9f8

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f8d7d0
#d0f8d7
#d7d0f8

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.
#f8d7d0
#ddf8d0
#d0f1f8
#ebd0f8

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f8d7d0
#231f1e
#4e4441
#786865
#a38d89
#cdb2ac

Blindness simulator

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

Normal

#f8d7d0

protanopia

#e4dcd2

deuteranopia

#f9d5cf

tritanopia

#fbd3e3

achromatopsia

#dedede

protanomaly

#ebdad1

deuteranomaly

#f9d6cf

achromatopsia

#dedede

tritanomaly

#fad4dc

achromatomaly

#e7dbd9

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

#f8d7d0 Color CSS Codes

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

#f8d7d0 Text Font Color

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

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

#f8d7d0 Background Color

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

#f8d7d0 Border Color

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

This div border color is #f8d7d0

#f8d7d0 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8d7d0

More Colors

Pale Ale
#fef068
Cozy Nook
#fba765
Foothills
#e1cfa5
Acid Pool
#00ee22
Lazy Day
#95aed1
April Wedding
#c5cfb1
Joyful Poppy
#ebada5
Green Granite
#7c9793
Peach Powder
#e2bdb3
Eburnean
#ffffee
Icicles
#bcc5c9
North Sea Blue
#343c4c
Bright Dusk
#eee9f9
Arid Plains
#b6b4a9
Frozen Statues
#e1dee5
Luminary
#fffeed
Pine Grove
#213631
Astroscopus Grey
#afb4b6
Light Livingstone
#d8d7ca
Mineral White
#dce5d9
Lavender Pillow
#c5b9d3
Malted Milk
#e8d9ce
Damsel
#c69eae
Letter Grey
#8f8f8b
Playful Peach
#fce3ca
Amazon Parrot
#80e45f
Delicate Sweet Apricot
#fdcdbd
Palomino Mane
#e6d6ba
Hickory Cliff
#7c6e6d
Camelback
#c5aa85
Black White
#e5e4db
Blueberry Popover
#5488c0
Bokara Grey
#2a2725
Flagstone
#acadad
Linen Cloth
#d9bca9
Persian Indigo
#32127a
Pink Taffy
#efbcb6
Ligado
#cdd6c2
Cosmopolitan
#528bab
rating-img
Rate this tool
NaN/5   0 votes