Color Hex Logo

#f693ac Color Hex

#F693AC
(246,147,172)
0 Favorites   0 Comments

Color spaces of #f693ac

RGB 246147172
HSL0.960.850.77
HSV345°40°96°
CMYK 0.000.400.30   0.04
XYZ55.886143.438844.4687
Yxy43.43880.38870.3021
Hunter Lab65.908136.01806.1323
CIE-Lab71.851840.21063.0820

#f693ac color RGB value is (246,147,172).

#f693ac hex color red value is 246, green value is 147 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f693ac hue: 0.96 , saturation: 0.85 and the lightness value of f693ac is 0.77.

The process color (four color CMYK) of #f693ac color hex is 0.00, 0.40, 0.30, 0.04. Web safe color of #f693ac is #ff9999. Color #f693ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010011 10101100
Octal 366 223 254
Decimal 246 147 172
Hex F6 93 AC

RGB Percentages of Color #f693ac

%43.54
%26.02
%30.44

CMYK Percentages of Color #f693ac

%0
%40
%30
%4

Triadic Colors of #f693ac

#f693ac #acf693 #93acf6

Analogous Colors of #f693ac

#f693ac #f6ac93 #f693de

Monochromatic Colors of #f693ac

#f693ac

Complementary Color

#f693ac #93f6dd

#f693ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f693ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f693ac Color CSS Codes

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

#f693ac Text Font Color

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

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


#f693ac Background Color

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

This div background color is #f693ac


#f693ac Border Color

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

This div border color is #f693ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f693ac


Comments

No comments written yet.

Please login to write comment.