Color Hex Logo

#f686bb Color Hex

#F686BB
(246,134,187)
0 Favorites   0 Comments

Color spaces of #f686bb

RGB 246134187
HSL0.920.860.75
HSV332°46°96°
CMYK 0.000.460.24   0.04
XYZ55.500840.230951.8538
Yxy40.23090.37610.2726
Hunter Lab63.427845.1929-4.0715
CIE-Lab69.633748.8066-8.5398

#f686bb color RGB value is (246,134,187).

#f686bb hex color red value is 246, green value is 134 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f686bb hue: 0.92 , saturation: 0.86 and the lightness value of f686bb is 0.75.

The process color (four color CMYK) of #f686bb color hex is 0.00, 0.46, 0.24, 0.04. Web safe color of #f686bb is #ff99cc. Color #f686bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000110 10111011
Octal 366 206 273
Decimal 246 134 187
Hex F6 86 BB

RGB Percentages of Color #f686bb

%43.39
%23.63
%32.98

CMYK Percentages of Color #f686bb

%0
%46
%24
%4

Triadic Colors of #f686bb

#f686bb #bbf686 #86bbf6

Analogous Colors of #f686bb

#f686bb #f68986 #f686f3

Monochromatic Colors of #f686bb

#f686bb

Complementary Color

#f686bb #86f6c1

#f686bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f686bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f686bb Color CSS Codes

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

#f686bb Text Font Color

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

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


#f686bb Background Color

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

This div background color is #f686bb


#f686bb Border Color

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

This div border color is #f686bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f686bb


Comments

No comments written yet.

Please login to write comment.