Color Hex Logo

#f690ac Color Hex

#F690AC
(246,144,172)
0 Favorites   0 Comments

Color spaces of #f690ac

RGB 246144172
HSL0.950.850.76
HSV344°41°96°
CMYK 0.000.410.30   0.04
XYZ55.425742.517944.3152
Yxy42.51790.38960.2989
Hunter Lab65.205837.61725.3493
CIE-Lab71.226541.75222.1749

#f690ac color RGB value is (246,144,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010000 10101100
Octal 366 220 254
Decimal 246 144 172
Hex F6 90 AC

RGB Percentages of Color #f690ac

%43.77
%25.62
%30.60

CMYK Percentages of Color #f690ac

%0
%41
%30
%4

Triadic Colors of #f690ac

#f690ac #acf690 #90acf6

Analogous Colors of #f690ac

#f690ac #f6a790 #f690df

Monochromatic Colors of #f690ac

#f690ac

Complementary Color

#f690ac #90f6da

#f690ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f690ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f690ac Color CSS Codes

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

#f690ac Text Font Color

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

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


#f690ac Background Color

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

This div background color is #f690ac


#f690ac Border Color

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

This div border color is #f690ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f690ac


Comments

No comments written yet.

Please login to write comment.