Color Hex Logo

#f6bcac Color Hex

#F6BCAC
(246,188,172)
0 Favorites   0 Comments

Color spaces of #f6bcac

RGB 246188172
HSL0.040.800.82
HSV13°30°96°
CMYK 0.000.240.30   0.04
XYZ63.435658.537846.9852
Yxy58.53780.37550.3465
Hunter Lab76.510014.104617.1467
CIE-Lab81.036918.690816.1704

#f6bcac color RGB value is (246,188,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111100 10101100
Octal 366 274 254
Decimal 246 188 172
Hex F6 BC AC

RGB Percentages of Color #f6bcac

%40.59
%31.02
%28.38

CMYK Percentages of Color #f6bcac

%0
%24
%30
%4

Triadic Colors of #f6bcac

#f6bcac #acf6bc #bcacf6

Analogous Colors of #f6bcac

#f6bcac #f6e1ac #f6acc1

Monochromatic Colors of #f6bcac

#f6bcac

Complementary Color

#f6bcac #ace6f6

#f6bcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bcac Color CSS Codes

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

#f6bcac Text Font Color

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

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


#f6bcac Background Color

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

This div background color is #f6bcac


#f6bcac Border Color

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

This div border color is #f6bcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bcac

Related Colors


Comments

No comments written yet.

Please login to write comment.