Color Hex Logo

#f6dccd Color Hex

#F6DCCD
(246,220,205)
0 Favorites   0 Comments

Color spaces of #f6dccd

RGB 246220205
HSL0.060.690.88
HSV22°17°96°
CMYK 0.000.110.17   0.04
XYZ74.618775.187068.3373
Yxy75.18700.34210.3447
Hunter Lab86.71041.865013.9703
CIE-Lab89.48056.596210.6266

#f6dccd color RGB value is (246,220,205).

#f6dccd hex color red value is 246, green value is 220 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f6dccd hue: 0.06 , saturation: 0.69 and the lightness value of f6dccd is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011100 11001101
Octal 366 334 315
Decimal 246 220 205
Hex F6 DC CD

RGB Percentages of Color #f6dccd

%36.66
%32.79
%30.55

CMYK Percentages of Color #f6dccd

%0
%11
%17
%4

Triadic Colors of #f6dccd

#f6dccd #cdf6dc #dccdf6

Analogous Colors of #f6dccd

#f6dccd #f6f1cd #f6cdd3

Monochromatic Colors of #f6dccd

#f6dccd

Complementary Color

#f6dccd #cde7f6

#f6dccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6dccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6dccd Color CSS Codes

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

#f6dccd Text Font Color

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

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


#f6dccd Background Color

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

This div background color is #f6dccd


#f6dccd Border Color

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

This div border color is #f6dccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6dccd


Comments

No comments written yet.

Please login to write comment.