Color Hex Logo

#fc6fca Color Hex

#FC6FCA
(252,111,202)
0 Favorites   0 Comments

Color spaces of #fc6fca

RGB 252111202
HSL0.890.960.71
HSV321°56°99°
CMYK 0.000.560.20   0.01
XYZ56.490036.328659.9119
Yxy36.32860.36990.2379
Hunter Lab60.273261.8178-16.7433
CIE-Lab66.770263.6172-21.1809

#fc6fca color RGB value is (252,111,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101111 11001010
Octal 374 157 312
Decimal 252 111 202
Hex FC 6F CA

RGB Percentages of Color #fc6fca

%44.60
%19.65
%35.75

CMYK Percentages of Color #fc6fca

%0
%56
%20
%1

Triadic Colors of #fc6fca

#fc6fca #cafc6f #6fcafc

Analogous Colors of #fc6fca

#fc6fca #fc6f84 #e86ffc

Monochromatic Colors of #fc6fca

#fc6fca

Complementary Color

#fc6fca #6ffca1

#fc6fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6fca Color CSS Codes

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

#fc6fca Text Font Color

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

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


#fc6fca Background Color

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

This div background color is #fc6fca


#fc6fca Border Color

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

This div border color is #fc6fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6fca


Comments

No comments written yet.

Please login to write comment.