Color Hex Logo

#f6c2ac Color Hex

#F6C2AC
(246,194,172)
0 Favorites   0 Comments

Color spaces of #f6c2ac

RGB 246194172
HSL0.050.800.82
HSV18°30°96°
CMYK 0.000.210.30   0.04
XYZ64.744261.155047.4214
Yxy61.15500.37360.3528
Hunter Lab78.201710.929618.7878
CIE-Lab82.462015.532218.1613

#f6c2ac color RGB value is (246,194,172).

#f6c2ac hex color red value is 246, green value is 194 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f6c2ac hue: 0.05 , saturation: 0.80 and the lightness value of f6c2ac is 0.82.

The process color (four color CMYK) of #f6c2ac color hex is 0.00, 0.21, 0.30, 0.04. Web safe color of #f6c2ac is #ffcc99. Color #f6c2ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11000010 10101100
Octal 366 302 254
Decimal 246 194 172
Hex F6 C2 AC

RGB Percentages of Color #f6c2ac

%40.20
%31.70
%28.10

CMYK Percentages of Color #f6c2ac

%0
%21
%30
%4

Triadic Colors of #f6c2ac

#f6c2ac #acf6c2 #c2acf6

Analogous Colors of #f6c2ac

#f6c2ac #f6e7ac #f6acbb

Monochromatic Colors of #f6c2ac

#f6c2ac

Complementary Color

#f6c2ac #ace0f6

#f6c2ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6c2ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6c2ac Color CSS Codes

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

#f6c2ac Text Font Color

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

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


#f6c2ac Background Color

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

This div background color is #f6c2ac


#f6c2ac Border Color

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

This div border color is #f6c2ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6c2ac


Comments

No comments written yet.

Please login to write comment.