Color Hex Logo

#f696bc Color Hex

#F696BC
(246,150,188)
0 Favorites   0 Comments

Color spaces of #f696bc

RGB 246150188
HSL0.930.840.78
HSV336°39°96°
CMYK 0.000.390.24   0.04
XYZ57.989545.036453.2135
Yxy45.03640.37120.2883
Hunter Lab67.109236.8021-0.0370
CIE-Lab72.915940.8147-4.2343

#f696bc color RGB value is (246,150,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010110 10111100
Octal 366 226 274
Decimal 246 150 188
Hex F6 96 BC

RGB Percentages of Color #f696bc

%42.12
%25.68
%32.19

CMYK Percentages of Color #f696bc

%0
%39
%24
%4

Triadic Colors of #f696bc

#f696bc #bcf696 #96bcf6

Analogous Colors of #f696bc

#f696bc #f6a096 #f696ec

Monochromatic Colors of #f696bc

#f696bc

Complementary Color

#f696bc #96f6d0

#f696bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f696bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f696bc Color CSS Codes

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

#f696bc Text Font Color

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

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


#f696bc Background Color

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

This div background color is #f696bc


#f696bc Border Color

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

This div border color is #f696bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f696bc


Comments

No comments written yet.

Please login to write comment.