Color Hex Logo

#f186ab Color Hex

#F186AB
(241,134,171)
0 Favorites   0 Comments

Color spaces of #f186ab

RGB 241134171
HSL0.940.790.74
HSV339°44°95°
CMYK 0.000.440.29   0.05
XYZ52.151438.691243.2476
Yxy38.69120.38890.2885
Hunter Lab62.202340.80342.3188
CIE-Lab68.527044.9948-1.2796

#f186ab color RGB value is (241,134,171).

#f186ab hex color red value is 241, green value is 134 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f186ab hue: 0.94 , saturation: 0.79 and the lightness value of f186ab is 0.74.

The process color (four color CMYK) of #f186ab color hex is 0.00, 0.44, 0.29, 0.05. Web safe color of #f186ab is #ff9999. Color #f186ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000110 10101011
Octal 361 206 253
Decimal 241 134 171
Hex F1 86 AB

RGB Percentages of Color #f186ab

%44.14
%24.54
%31.32

CMYK Percentages of Color #f186ab

%0
%44
%29
%5

Triadic Colors of #f186ab

#f186ab #abf186 #86abf1

Analogous Colors of #f186ab

#f186ab #f19786 #f186e1

Monochromatic Colors of #f186ab

#f186ab

Complementary Color

#f186ab #86f1cc

#f186ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f186ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f186ab Color CSS Codes

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

#f186ab Text Font Color

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

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


#f186ab Background Color

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

This div background color is #f186ab


#f186ab Border Color

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

This div border color is #f186ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,134,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f186ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f186ab;
  -webkit-box-shadow: 1px 1px 3px 2px #f186ab;
  box-shadow:         1px 1px 3px 2px #f186ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,134,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f186ab


Comments

No comments written yet.

Please login to write comment.