Color Hex Logo

#f186aa Color Hex

#F186AA
(241,134,170)
0 Favorites   0 Comments

Color spaces of #f186aa

RGB 241134170
HSL0.940.790.74
HSV340°44°95°
CMYK 0.000.440.29   0.05
XYZ52.056438.653242.7474
Yxy38.65320.39010.2896
Hunter Lab62.171740.65772.7542
CIE-Lab68.499344.8654-0.7583

#f186aa color RGB value is (241,134,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000110 10101010
Octal 361 206 252
Decimal 241 134 170
Hex F1 86 AA

RGB Percentages of Color #f186aa

%44.22
%24.59
%31.19

CMYK Percentages of Color #f186aa

%0
%44
%29
%5

Triadic Colors of #f186aa

#f186aa #aaf186 #86aaf1

Analogous Colors of #f186aa

#f186aa #f19886 #f186e0

Monochromatic Colors of #f186aa

#f186aa

Complementary Color

#f186aa #86f1cd

#f186aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f186aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f186aa Color CSS Codes

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

#f186aa Text Font Color

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

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


#f186aa Background Color

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

This div background color is #f186aa


#f186aa Border Color

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

This div border color is #f186aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f186aa


Comments

No comments written yet.

Please login to write comment.