Color Hex Logo

#fc6ebc Color Hex

#FC6EBC
(252,110,188)
0 Favorites   0 Comments

Color spaces of #fc6ebc

RGB 252110188
HSL0.910.960.71
HSV327°56°99°
CMYK 0.000.560.25   0.01
XYZ54.797935.478151.5368
Yxy35.47810.38640.2502
Hunter Lab59.563559.9823-9.6057
CIE-Lab66.119262.1833-14.2803

#fc6ebc color RGB value is (252,110,188).

#fc6ebc hex color red value is 252, green value is 110 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fc6ebc hue: 0.91 , saturation: 0.96 and the lightness value of fc6ebc is 0.71.

The process color (four color CMYK) of #fc6ebc color hex is 0.00, 0.56, 0.25, 0.01. Web safe color of #fc6ebc is #ff66cc. Color #fc6ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101110 10111100
Octal 374 156 274
Decimal 252 110 188
Hex FC 6E BC

RGB Percentages of Color #fc6ebc

%45.82
%20.00
%34.18

CMYK Percentages of Color #fc6ebc

%0
%56
%25
%1

Triadic Colors of #fc6ebc

#fc6ebc #bcfc6e #6ebcfc

Analogous Colors of #fc6ebc

#fc6ebc #fc6e75 #f56efc

Monochromatic Colors of #fc6ebc

#fc6ebc

Complementary Color

#fc6ebc #6efcae

#fc6ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6ebc Color CSS Codes

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

#fc6ebc Text Font Color

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

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


#fc6ebc Background Color

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

This div background color is #fc6ebc


#fc6ebc Border Color

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

This div border color is #fc6ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6ebc


Comments

No comments written yet.

Please login to write comment.