Color Hex Logo

#f689ac Color Hex

#F689AC
(246,137,172)
0 Favorites   0 Comments

Color spaces of #f689ac

RGB 246137172
HSL0.950.860.75
HSV341°44°96°
CMYK 0.000.440.30   0.04
XYZ54.398140.462743.9727
Yxy40.46270.39180.2914
Hunter Lab63.610341.33123.5411
CIE-Lab69.797845.31270.0944

#f689ac color RGB value is (246,137,172).

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

The process color (four color CMYK) of #f689ac color hex is 0.00, 0.44, 0.30, 0.04. Web safe color of #f689ac is #ff9999. Color #f689ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001001 10101100
Octal 366 211 254
Decimal 246 137 172
Hex F6 89 AC

RGB Percentages of Color #f689ac

%44.32
%24.68
%30.99

CMYK Percentages of Color #f689ac

%0
%44
%30
%4

Triadic Colors of #f689ac

#f689ac #acf689 #89acf6

Analogous Colors of #f689ac

#f689ac #f69d89 #f689e3

Monochromatic Colors of #f689ac

#f689ac

Complementary Color

#f689ac #89f6d3

#f689ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f689ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f689ac Color CSS Codes

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

#f689ac Text Font Color

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

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


#f689ac Background Color

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

This div background color is #f689ac


#f689ac Border Color

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

This div border color is #f689ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f689ac


Comments

No comments written yet.

Please login to write comment.