Color Hex Logo

#fc69ce Color Hex

#FC69CE
(252,105,206)
0 Favorites   0 Comments

Color spaces of #fc69ce

RGB 252105206
HSL0.890.960.70
HSV319°58°99°
CMYK 0.000.580.18   0.01
XYZ56.337035.254862.2281
Yxy35.25480.36630.2292
Hunter Lab59.375865.4571-20.5752
CIE-Lab65.946666.7877-24.6863

#fc69ce color RGB value is (252,105,206).

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

The process color (four color CMYK) of #fc69ce color hex is 0.00, 0.58, 0.18, 0.01. Web safe color of #fc69ce is #ff66cc. Color #fc69ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101001 11001110
Octal 374 151 316
Decimal 252 105 206
Hex FC 69 CE

RGB Percentages of Color #fc69ce

%44.76
%18.65
%36.59

CMYK Percentages of Color #fc69ce

%0
%58
%18
%1

Triadic Colors of #fc69ce

#fc69ce #cefc69 #69cefc

Analogous Colors of #fc69ce

#fc69ce #fc6985 #e169fc

Monochromatic Colors of #fc69ce

#fc69ce

Complementary Color

#fc69ce #69fc97

#fc69ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc69ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc69ce Color CSS Codes

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

#fc69ce Text Font Color

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

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


#fc69ce Background Color

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

This div background color is #fc69ce


#fc69ce Border Color

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

This div border color is #fc69ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc69ce


Comments

No comments written yet.

Please login to write comment.