Color Hex Logo

#f690aa Color Hex

#F690AA
(246,144,170)
0 Favorites   0 Comments

Color spaces of #f690aa

RGB 246144170
HSL0.960.850.76
HSV345°41°96°
CMYK 0.000.410.31   0.04
XYZ55.235042.441643.3111
Yxy42.44160.39180.3010
Hunter Lab65.147237.33346.1859
CIE-Lab71.174341.49763.2128

#f690aa color RGB value is (246,144,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010000 10101010
Octal 366 220 252
Decimal 246 144 170
Hex F6 90 AA

RGB Percentages of Color #f690aa

%43.93
%25.71
%30.36

CMYK Percentages of Color #f690aa

%0
%41
%31
%4

Triadic Colors of #f690aa

#f690aa #aaf690 #90aaf6

Analogous Colors of #f690aa

#f690aa #f6a990 #f690dd

Monochromatic Colors of #f690aa

#f690aa

Complementary Color

#f690aa #90f6dc

#f690aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f690aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f690aa Color CSS Codes

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

#f690aa Text Font Color

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

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


#f690aa Background Color

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

This div background color is #f690aa


#f690aa Border Color

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

This div border color is #f690aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f690aa


Comments

No comments written yet.

Please login to write comment.