Color Hex Logo

#fc688e Color Hex

#FC688E
(252,104,142)
0 Favorites   0 Comments

Color spaces of #fc688e

RGB 252104142
HSL0.960.960.70
HSV345°59°99°
CMYK 0.000.590.44   0.01
XYZ49.977732.549129.2397
Yxy32.54910.44720.2912
Hunter Lab57.051856.52639.5495
CIE-Lab63.794159.62708.5431

#fc688e color RGB value is (252,104,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101000 10001110
Octal 374 150 216
Decimal 252 104 142
Hex FC 68 8E

RGB Percentages of Color #fc688e

%50.60
%20.88
%28.51

CMYK Percentages of Color #fc688e

%0
%59
%44
%1

Triadic Colors of #fc688e

#fc688e #8efc68 #688efc

Analogous Colors of #fc688e

#fc688e #fc8c68 #fc68d8

Monochromatic Colors of #fc688e

#fc688e

Complementary Color

#fc688e #68fcd6

#fc688e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc688e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc688e Color CSS Codes

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

#fc688e Text Font Color

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

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


#fc688e Background Color

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

This div background color is #fc688e


#fc688e Border Color

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

This div border color is #fc688e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc688e

#fc688e Color Palettes


Comments

No comments written yet.

Please login to write comment.