#f6d0d8 Color Hex April Blush

Information about April Blush Color | #0000FF

#f6d0d8 color RGB value is (246,208,216). #f6d0d8 color name is April Blush color.

#f6d0d8 hex color red value is 246 , green value is 208 and the blue value of its RGB is 216 . Cylindrical-coordinate representations (also known as HSL) of color #f6d0d8 hue: 347 , saturation: 68 and the lightness value of #f6d0d8 is 89

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

#f6d0d8

~April Blush

Color Converions

HEX
#f6d0d8
RGB
246,208,216
LAB
87,15,1
CMYK
0,15,12,4
LCH
87,15,5
XYZ
73,70,75
HSV
347,15,96
HSL
347,68,89

Base Numbers

Base Red Green Blue
Binary 11110110 11010000 11011000
Octal 366 320 330
Decimal 246 208 216
Hex f6 d0 d8

RGB Percentages of Color #f6d0d8

96%
82%
85%

CMYK Percentages of Color #f6d0d8

0%
5%
6%
1%

Color Variations

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

Shades of #f6d0d8

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

10%
#f6d0d8
20%
#ddbbc2
30%
#c5a6ad
40%
#ac9297
50%
#947d82
60%
#7b686c
70%
#625356
80%
#4a3e41
90%
#312a2b
100%
#191516

Tints of #f6d0d8

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

10%
#f6d0d8
20%
#f7d5dc
30%
#f8d9e0
40%
#f9dee4
50%
#fae3e8
60%
#fbe8eb
70%
#fbecef
80%
#fcf1f3
90%
#fdf6f7
100%
#fefafb

Tones of #f6d0d8

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

10%
#f6d0d8
20%
#eac8cf
30%
#dec0c6
40%
#d2b8bd
50%
#c7b0b5
60%
#bba8ac
70%
#afa0a3
80%
#a3989a
90%
#979091
100%
#8b8888

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.
#f6d0d8
#f6d0e7
#f6d0e0
#f6d0d8
#f6d0d0
#f6d7d0

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f6d0d8
#f6f6d0
#d0e7f6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f6d0d8
#d8f6d0
#d0d8f6

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.
#f6d0d8
#ebf6d0
#d0f6ee
#dbd0f6

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f6d0d8
#211c1d
#4c4043
#766468
#a1888d
#cbacb3

Blindness simulator

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

Normal

#f6d0d8

protanopia

#dbd7db

deuteranopia

#efd1d6

tritanopia

#f7cede

achromatopsia

#d9d9d9

protanomaly

#e5d5da

deuteranomaly

#f2d1d7

achromatopsia

#d9d9d9

tritanomaly

#f6cfdc

achromatomaly

#e3d6d8

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 !

#f6d0d8 Color CSS Codes

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

#f6d0d8 Text Font Color

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

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

#f6d0d8 Background Color

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

#f6d0d8 Border Color

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

This div border color is #f6d0d8

#f6d0d8 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6d0d8

More Colors

Baby Green
#8cff9e
Edwardian Lace
#f6ede0
Art and Craft
#896956
Glitter Lake
#44bbff
Pinkman
#dd11ff
Friendly Homestead
#c8a992
Light Eggshell Pink
#d9d2c9
O'grady Green
#58ac8f
Himalaya White Blue
#b9dee9
Carnation Pink
#ff7fa7
Fuego Nuevo
#ee6622
Parfait
#c8a6a1
Phlox Flower Violet
#7f4f78
Loofah
#e3d3b5
Balsam Fir
#909e91
Ephemera
#6f5965
Cold Lips
#9ba0ef
Mate Tea
#7bb18d
Gloomy Blue
#3c416a
Mermaid Song
#25ae8e
Medium Spring Green
#00fa9a
Peach Bud
#fdb2ab
Castaway Beach
#d0c19f
Greek Lavender
#9b8fb0
Big Sur
#b3cadc
Cinnabar
#730113
Cobalt Stone
#0264ae
Goblin Blue
#5f7278
Lakeside
#adb8c0
Misty Mustard
#f7ebd1
Cherry Blush
#ffc9dd
Elephant Cub
#9e958d
Fresh Gingerbread
#d3691f
Dark Teal
#014d4e
Dolphin Daze
#659fb5
Beaten Purple
#4e0550
Curly Willow
#b1a387
Madder Orange
#f1beb0
Baker's Chocolate
#5c3317
Cleopatra's Gown
#795088
rating-img
Rate this tool
NaN/5   0 votes