Color Hex Logo

#fc17ce Color Hex

#FC17CE
(252,23,206)
0 Favorites   0 Comments

Color spaces of #fc17ce

RGB 25223206
HSL0.870.970.54
HSV312°91°99°
CMYK 0.000.910.18   0.01
XYZ51.591925.764560.6464
Yxy25.76450.37380.1867
Hunter Lab50.758792.6021-35.3084
CIE-Lab57.812889.7074-37.2917

#fc17ce color RGB value is (252,23,206).

#fc17ce hex color red value is 252, green value is 23 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fc17ce hue: 0.87 , saturation: 0.97 and the lightness value of fc17ce is 0.54.

The process color (four color CMYK) of #fc17ce color hex is 0.00, 0.91, 0.18, 0.01. Web safe color of #fc17ce is #ff00cc. Color #fc17ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010111 11001110
Octal 374 27 316
Decimal 252 23 206
Hex FC 17 CE

RGB Percentages of Color #fc17ce

%52.39
%4.78
%42.83

CMYK Percentages of Color #fc17ce

%0
%91
%18
%1

Triadic Colors of #fc17ce

#fc17ce #cefc17 #17cefc

Analogous Colors of #fc17ce

#fc17ce #fc175c #b817fc

Monochromatic Colors of #fc17ce

#fc17ce

Complementary Color

#fc17ce #17fc45

#fc17ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc17ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc17ce Color CSS Codes

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

#fc17ce Text Font Color

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

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


#fc17ce Background Color

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

This div background color is #fc17ce


#fc17ce Border Color

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

This div border color is #fc17ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,23,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 #fc17ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc17ce


Comments

No comments written yet.

Please login to write comment.