Color Hex Logo

#f6c4dc Color Hex

#F6C4DC
(246,196,220)
0 Favorites   0 Comments

Color spaces of #f6c4dc

RGB 246196220
HSL0.920.740.87
HSV331°20°96°
CMYK 0.000.200.11   0.04
XYZ70.664264.240076.3853
Yxy64.24000.33440.3040
Hunter Lab80.149917.1124-0.4003
CIE-Lab84.090621.5322-5.1406

#f6c4dc color RGB value is (246,196,220).

#f6c4dc hex color red value is 246, green value is 196 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f6c4dc hue: 0.92 , saturation: 0.74 and the lightness value of f6c4dc is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11000100 11011100
Octal 366 304 334
Decimal 246 196 220
Hex F6 C4 DC

RGB Percentages of Color #f6c4dc

%37.16
%29.61
%33.23

CMYK Percentages of Color #f6c4dc

%0
%20
%11
%4

Triadic Colors of #f6c4dc

#f6c4dc #dcf6c4 #c4dcf6

Analogous Colors of #f6c4dc

#f6c4dc #f6c5c4 #f6c4f5

Monochromatic Colors of #f6c4dc

#f6c4dc

Complementary Color

#f6c4dc #c4f6de

#f6c4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6c4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6c4dc Color CSS Codes

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

#f6c4dc Text Font Color

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

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


#f6c4dc Background Color

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

This div background color is #f6c4dc


#f6c4dc Border Color

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

This div border color is #f6c4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6c4dc


Comments

No comments written yet.

Please login to write comment.