Color Hex Logo

#f6bfac Color Hex

#F6BFAC
(246,191,172)
0 Favorites   0 Comments

Color spaces of #f6bfac

RGB 246191172
HSL0.040.800.82
HSV15°30°96°
CMYK 0.000.220.30   0.04
XYZ64.083259.833047.2011
Yxy59.83300.37450.3497
Hunter Lab77.351812.515217.9667
CIE-Lab81.747317.110317.1642

#f6bfac color RGB value is (246,191,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111111 10101100
Octal 366 277 254
Decimal 246 191 172
Hex F6 BF AC

RGB Percentages of Color #f6bfac

%40.39
%31.36
%28.24

CMYK Percentages of Color #f6bfac

%0
%22
%30
%4

Triadic Colors of #f6bfac

#f6bfac #acf6bf #bfacf6

Analogous Colors of #f6bfac

#f6bfac #f6e4ac #f6acbe

Monochromatic Colors of #f6bfac

#f6bfac

Complementary Color

#f6bfac #ace3f6

#f6bfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bfac Color CSS Codes

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

#f6bfac Text Font Color

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

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


#f6bfac Background Color

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

This div background color is #f6bfac


#f6bfac Border Color

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

This div border color is #f6bfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bfac


Comments

No comments written yet.

Please login to write comment.