Color Hex Logo

#f6dbdd Color Hex

#F6DBDD
(246,219,221)
0 Favorites   0 Comments

Color spaces of #f6dbdd

RGB 246219221
HSL0.990.600.91
HSV356°11°96°
CMYK 0.000.110.10   0.04
XYZ76.388775.476378.9489
Yxy75.47630.33100.3270
Hunter Lab86.87714.91536.9346
CIE-Lab89.61569.63242.4191

#f6dbdd color RGB value is (246,219,221).

#f6dbdd hex color red value is 246, green value is 219 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f6dbdd hue: 0.99 , saturation: 0.60 and the lightness value of f6dbdd is 0.91.

The process color (four color CMYK) of #f6dbdd color hex is 0.00, 0.11, 0.10, 0.04. Web safe color of #f6dbdd is #ffcccc. Color #f6dbdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011011 11011101
Octal 366 333 335
Decimal 246 219 221
Hex F6 DB DD

RGB Percentages of Color #f6dbdd

%35.86
%31.92
%32.22

CMYK Percentages of Color #f6dbdd

%0
%11
%10
%4

Triadic Colors of #f6dbdd

#f6dbdd #ddf6db #dbddf6

Analogous Colors of #f6dbdd

#f6dbdd #f6e7db #f6dbeb

Monochromatic Colors of #f6dbdd

#f6dbdd

Complementary Color

#f6dbdd #dbf6f4

#f6dbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6dbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6dbdd Color CSS Codes

.mybgcolor {background-color:#f6dbdd; } 
.myforecolor {color:#f6dbdd; }
.mybordercolor {border:3px solid #f6dbdd; }

#f6dbdd Text Font Color

<p style="color:#f6dbdd">Text here</p>

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


#f6dbdd Background Color

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

This div background color is #f6dbdd


#f6dbdd Border Color

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

This div border color is #f6dbdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,219,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f6dbdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f6dbdd;
  -webkit-box-shadow: 1px 1px 3px 2px #f6dbdd;
  box-shadow:         1px 1px 3px 2px #f6dbdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,219,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6dbdd


Comments

No comments written yet.

Please login to write comment.