Color Hex Logo

#f986b6 Color Hex

#F986B6
(249,134,182)
0 Favorites   0 Comments

Color spaces of #f986b6

RGB 249134182
HSL0.930.910.75
HSV335°46°98°
CMYK 0.000.460.27   0.02
XYZ56.035540.567349.1329
Yxy40.56730.38450.2784
Hunter Lab63.692545.5793-1.1521
CIE-Lab69.871749.1184-5.3484

#f986b6 color RGB value is (249,134,182).

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

The process color (four color CMYK) of #f986b6 color hex is 0.00, 0.46, 0.27, 0.02. Web safe color of #f986b6 is #ff99cc. Color #f986b6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000110 10110110
Octal 371 206 266
Decimal 249 134 182
Hex F9 86 B6

RGB Percentages of Color #f986b6

%44.07
%23.72
%32.21

CMYK Percentages of Color #f986b6

%0
%46
%27
%2

Triadic Colors of #f986b6

#f986b6 #b6f986 #86b6f9

Analogous Colors of #f986b6

#f986b6 #f99086 #f986f0

Monochromatic Colors of #f986b6

#f986b6

Complementary Color

#f986b6 #86f9c9

#f986b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f986b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f986b6 Color CSS Codes

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

#f986b6 Text Font Color

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

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


#f986b6 Background Color

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

This div background color is #f986b6


#f986b6 Border Color

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

This div border color is #f986b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f986b6


Comments

No comments written yet.

Please login to write comment.