Color Hex Logo

#f396cc Color Hex

#F396CC
(243,150,204)
0 Favorites   0 Comments

Color spaces of #f396cc

RGB 243150204
HSL0.900.790.77
HSV325°38°95°
CMYK 0.000.380.16   0.05
XYZ58.767645.227062.7590
Yxy45.22700.35240.2712
Hunter Lab67.251038.2937-8.2540
CIE-Lab73.041142.1631-12.9250

#f396cc color RGB value is (243,150,204).

#f396cc hex color red value is 243, green value is 150 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f396cc hue: 0.90 , saturation: 0.79 and the lightness value of f396cc is 0.77.

The process color (four color CMYK) of #f396cc color hex is 0.00, 0.38, 0.16, 0.05. Web safe color of #f396cc is #ff99cc. Color #f396cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10010110 11001100
Octal 363 226 314
Decimal 243 150 204
Hex F3 96 CC

RGB Percentages of Color #f396cc

%40.70
%25.13
%34.17

CMYK Percentages of Color #f396cc

%0
%38
%16
%5

Triadic Colors of #f396cc

#f396cc #ccf396 #96ccf3

Analogous Colors of #f396cc

#f396cc #f3969e #ec96f3

Monochromatic Colors of #f396cc

#f396cc

Complementary Color

#f396cc #96f3bd

#f396cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f396cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f396cc Color CSS Codes

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

#f396cc Text Font Color

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

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


#f396cc Background Color

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

This div background color is #f396cc


#f396cc Border Color

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

This div border color is #f396cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f396cc


Comments

No comments written yet.

Please login to write comment.