Color Hex Logo

#f6ddcd Color Hex

#F6DDCD
(246,221,205)
0 Favorites   0 Comments

Color spaces of #f6ddcd

RGB 246221205
HSL0.070.690.88
HSV23°17°96°
CMYK 0.000.100.17   0.04
XYZ74.881975.713568.4251
Yxy75.71350.34190.3457
Hunter Lab87.01351.339514.2854
CIE-Lab89.72626.079110.9768

#f6ddcd color RGB value is (246,221,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011101 11001101
Octal 366 335 315
Decimal 246 221 205
Hex F6 DD CD

RGB Percentages of Color #f6ddcd

%36.61
%32.89
%30.51

CMYK Percentages of Color #f6ddcd

%0
%10
%17
%4

Triadic Colors of #f6ddcd

#f6ddcd #cdf6dd #ddcdf6

Analogous Colors of #f6ddcd

#f6ddcd #f6f2cd #f6cdd2

Monochromatic Colors of #f6ddcd

#f6ddcd

Complementary Color

#f6ddcd #cde6f6

#f6ddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6ddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6ddcd Color CSS Codes

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

#f6ddcd Text Font Color

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

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


#f6ddcd Background Color

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

This div background color is #f6ddcd


#f6ddcd Border Color

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

This div border color is #f6ddcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6ddcd

#f6ddcd Color Palettes


Comments

No comments written yet.

Please login to write comment.