Color Hex Logo

#f986ab Color Hex

#F986AB
(249,134,171)
0 Favorites   0 Comments

Color spaces of #f986ab

RGB 249134171
HSL0.950.910.75
HSV341°46°98°
CMYK 0.000.460.31   0.02
XYZ54.942740.130243.3782
Yxy40.13020.39680.2899
Hunter Lab63.348443.95513.7447
CIE-Lab69.562247.70930.3573

#f986ab color RGB value is (249,134,171).

#f986ab hex color red value is 249, green value is 134 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f986ab hue: 0.95 , saturation: 0.91 and the lightness value of f986ab is 0.75.

The process color (four color CMYK) of #f986ab color hex is 0.00, 0.46, 0.31, 0.02. Web safe color of #f986ab is #ff9999. Color #f986ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000110 10101011
Octal 371 206 253
Decimal 249 134 171
Hex F9 86 AB

RGB Percentages of Color #f986ab

%44.95
%24.19
%30.87

CMYK Percentages of Color #f986ab

%0
%46
%31
%2

Triadic Colors of #f986ab

#f986ab #abf986 #86abf9

Analogous Colors of #f986ab

#f986ab #f99b86 #f986e5

Monochromatic Colors of #f986ab

#f986ab

Complementary Color

#f986ab #86f9d4

#f986ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f986ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f986ab Color CSS Codes

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

#f986ab Text Font Color

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

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


#f986ab Background Color

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

This div background color is #f986ab


#f986ab Border Color

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

This div border color is #f986ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f986ab


Comments

No comments written yet.

Please login to write comment.