Color Hex Logo

#f696aa Color Hex

#F696AA
(246,150,170)
0 Favorites   0 Comments

Color spaces of #f696aa

RGB 246150170
HSL0.970.840.78
HSV348°39°96°
CMYK 0.000.390.31   0.04
XYZ56.168144.307843.6221
Yxy44.30780.38980.3075
Hunter Lab66.564134.13467.7398
CIE-Lab72.433838.40555.0331

#f696aa color RGB value is (246,150,170).

#f696aa hex color red value is 246, green value is 150 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f696aa hue: 0.97 , saturation: 0.84 and the lightness value of f696aa is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010110 10101010
Octal 366 226 252
Decimal 246 150 170
Hex F6 96 AA

RGB Percentages of Color #f696aa

%43.46
%26.50
%30.04

CMYK Percentages of Color #f696aa

%0
%39
%31
%4

Triadic Colors of #f696aa

#f696aa #aaf696 #96aaf6

Analogous Colors of #f696aa

#f696aa #f6b296 #f696da

Monochromatic Colors of #f696aa

#f696aa

Complementary Color

#f696aa #96f6e2

#f696aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f696aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f696aa Color CSS Codes

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

#f696aa Text Font Color

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

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


#f696aa Background Color

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

This div background color is #f696aa


#f696aa Border Color

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

This div border color is #f696aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f696aa


Comments

No comments written yet.

Please login to write comment.