Color Hex Logo

#f6dcec Color Hex

#F6DCEC
(246,220,236)
0 Favorites   0 Comments

Color spaces of #f6dcec

RGB 246220236
HSL0.900.590.91
HSV323°11°96°
CMYK 0.000.110.04   0.04
XYZ78.739676.835490.0376
Yxy76.83540.32060.3128
Hunter Lab87.65586.94560.4580
CIE-Lab90.245811.6369-4.5408

#f6dcec color RGB value is (246,220,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011100 11101100
Octal 366 334 354
Decimal 246 220 236
Hex F6 DC EC

RGB Percentages of Color #f6dcec

%35.04
%31.34
%33.62

CMYK Percentages of Color #f6dcec

%0
%11
%4
%4

Triadic Colors of #f6dcec

#f6dcec #ecf6dc #dcecf6

Analogous Colors of #f6dcec

#f6dcec #f6dcdf #f3dcf6

Monochromatic Colors of #f6dcec

#f6dcec

Complementary Color

#f6dcec #dcf6e6

#f6dcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6dcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6dcec Color CSS Codes

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

#f6dcec Text Font Color

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

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


#f6dcec Background Color

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

This div background color is #f6dcec


#f6dcec Border Color

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

This div border color is #f6dcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6dcec


Comments

No comments written yet.

Please login to write comment.