Color Hex Logo

#f6dddd Color Hex

#F6DDDD
(246,221,221)
1 Favorites   0 Comments

Color spaces of #f6dddd

RGB 246221221
HSL0.000.580.92
HSV10°96°
CMYK 0.000.100.10   0.04
XYZ76.913676.526279.1239
Yxy76.52620.33070.3291
Hunter Lab87.47933.85237.6084
CIE-Lab90.10318.59363.1269

#f6dddd color RGB value is (246,221,221).

#f6dddd hex color red value is 246, green value is 221 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f6dddd hue: 0.00 , saturation: 0.58 and the lightness value of f6dddd is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011101 11011101
Octal 366 335 335
Decimal 246 221 221
Hex F6 DD DD

RGB Percentages of Color #f6dddd

%35.76
%32.12
%32.12

CMYK Percentages of Color #f6dddd

%0
%10
%10
%4

Triadic Colors of #f6dddd

#f6dddd #ddf6dd #ddddf6

Analogous Colors of #f6dddd

#f6dddd #f6eadd #f6ddea

Monochromatic Colors of #f6dddd

#f6dddd

Complementary Color

#f6dddd #ddf6f6

#f6dddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6dddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6dddd Color CSS Codes

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

#f6dddd Text Font Color

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

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


#f6dddd Background Color

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

This div background color is #f6dddd


#f6dddd Border Color

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

This div border color is #f6dddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,221,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 #f6dddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6dddd

#f6dddd Color Palettes


Comments

No comments written yet.

Please login to write comment.