Color Hex Logo

#f6dcda Color Hex

#F6DCDA
(246,220,218)
0 Favorites   0 Comments

Color spaces of #f6dcda

RGB 246220218
HSL0.010.610.91
HSV11°96°
CMYK 0.000.110.11   0.04
XYZ76.254175.841276.9495
Yxy75.84120.33290.3311
Hunter Lab87.08693.89448.5725
CIE-Lab89.78568.62684.2419

#f6dcda color RGB value is (246,220,218).

#f6dcda hex color red value is 246, green value is 220 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f6dcda hue: 0.01 , saturation: 0.61 and the lightness value of f6dcda is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011100 11011010
Octal 366 334 332
Decimal 246 220 218
Hex F6 DC DA

RGB Percentages of Color #f6dcda

%35.96
%32.16
%31.87

CMYK Percentages of Color #f6dcda

%0
%11
%11
%4

Triadic Colors of #f6dcda

#f6dcda #daf6dc #dcdaf6

Analogous Colors of #f6dcda

#f6dcda #f6eada #f6dae6

Monochromatic Colors of #f6dcda

#f6dcda

Complementary Color

#f6dcda #daf4f6

#f6dcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6dcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6dcda Color CSS Codes

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

#f6dcda Text Font Color

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

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


#f6dcda Background Color

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

This div background color is #f6dcda


#f6dcda Border Color

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

This div border color is #f6dcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6dcda


Comments

No comments written yet.

Please login to write comment.