Color Hex Logo

#f696ba Color Hex

#F696BA
(246,150,186)
0 Favorites   0 Comments

Color spaces of #f696ba

RGB 246150186
HSL0.940.840.78
HSV338°39°96°
CMYK 0.000.390.24   0.04
XYZ57.775344.950752.0856
Yxy44.95070.37320.2904
Hunter Lab67.045336.49050.8710
CIE-Lab72.859440.5352-3.2106

#f696ba color RGB value is (246,150,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010110 10111010
Octal 366 226 272
Decimal 246 150 186
Hex F6 96 BA

RGB Percentages of Color #f696ba

%42.27
%25.77
%31.96

CMYK Percentages of Color #f696ba

%0
%39
%24
%4

Triadic Colors of #f696ba

#f696ba #baf696 #96baf6

Analogous Colors of #f696ba

#f696ba #f6a296 #f696ea

Monochromatic Colors of #f696ba

#f696ba

Complementary Color

#f696ba #96f6d2

#f696ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f696ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f696ba Color CSS Codes

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

#f696ba Text Font Color

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

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


#f696ba Background Color

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

This div background color is #f696ba


#f696ba Border Color

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

This div border color is #f696ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f696ba


Comments

No comments written yet.

Please login to write comment.