Color Hex Logo

#fc688c Color Hex

#FC688C
(252,104,140)
0 Favorites   0 Comments

Color spaces of #fc688c

RGB 252104140
HSL0.960.960.70
HSV345°59°99°
CMYK 0.000.590.44   0.01
XYZ49.828832.489528.4558
Yxy32.48950.44980.2933
Hunter Lab56.999656.294810.3004
CIE-Lab63.745459.43599.6226

#fc688c color RGB value is (252,104,140).

#fc688c hex color red value is 252, green value is 104 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #fc688c hue: 0.96 , saturation: 0.96 and the lightness value of fc688c is 0.70.

The process color (four color CMYK) of #fc688c color hex is 0.00, 0.59, 0.44, 0.01. Web safe color of #fc688c is #ff6699. Color #fc688c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101000 10001100
Octal 374 150 214
Decimal 252 104 140
Hex FC 68 8C

RGB Percentages of Color #fc688c

%50.81
%20.97
%28.23

CMYK Percentages of Color #fc688c

%0
%59
%44
%1

Triadic Colors of #fc688c

#fc688c #8cfc68 #688cfc

Analogous Colors of #fc688c

#fc688c #fc8e68 #fc68d6

Monochromatic Colors of #fc688c

#fc688c

Complementary Color

#fc688c #68fcd8

#fc688c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc688c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc688c Color CSS Codes

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

#fc688c Text Font Color

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

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


#fc688c Background Color

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

This div background color is #fc688c


#fc688c Border Color

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

This div border color is #fc688c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,104,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc688c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc688c;
  -webkit-box-shadow: 1px 1px 3px 2px #fc688c;
  box-shadow:         1px 1px 3px 2px #fc688c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,104,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc688c

Related Colors


Comments

No comments written yet.

Please login to write comment.