Color Hex Logo

#f696cc Color Hex

#F696CC
(246,150,204)
0 Favorites   0 Comments

Color spaces of #f696cc

RGB 246150204
HSL0.910.840.78
HSV326°39°96°
CMYK 0.000.390.17   0.04
XYZ59.811545.765262.8079
Yxy45.76520.35520.2718
Hunter Lab67.650039.4301-7.6913
CIE-Lab73.392943.1541-12.3617

#f696cc color RGB value is (246,150,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010110 11001100
Octal 366 226 314
Decimal 246 150 204
Hex F6 96 CC

RGB Percentages of Color #f696cc

%41.00
%25.00
%34.00

CMYK Percentages of Color #f696cc

%0
%39
%17
%4

Triadic Colors of #f696cc

#f696cc #ccf696 #96ccf6

Analogous Colors of #f696cc

#f696cc #f6969c #f096f6

Monochromatic Colors of #f696cc

#f696cc

Complementary Color

#f696cc #96f6c0

#f696cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f696cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f696cc Color CSS Codes

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

#f696cc Text Font Color

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

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


#f696cc Background Color

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

This div background color is #f696cc


#f696cc Border Color

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

This div border color is #f696cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f696cc


Comments

No comments written yet.

Please login to write comment.