Color Hex Logo

#fc17af Color Hex

#FC17AF
(252,23,175)
0 Favorites   0 Comments

Color spaces of #fc17af

RGB 25223175
HSL0.890.970.54
HSV320°91°99°
CMYK 0.000.910.31   0.01
XYZ48.189124.403442.7279
Yxy24.40340.41790.2116
Hunter Lab49.399887.6756-16.7025
CIE-Lab56.489486.2399-21.4427

#fc17af color RGB value is (252,23,175).

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

The process color (four color CMYK) of #fc17af color hex is 0.00, 0.91, 0.31, 0.01. Web safe color of #fc17af is #ff0099. Color #fc17af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010111 10101111
Octal 374 27 257
Decimal 252 23 175
Hex FC 17 AF

RGB Percentages of Color #fc17af

%56.00
%5.11
%38.89

CMYK Percentages of Color #fc17af

%0
%91
%31
%1

Triadic Colors of #fc17af

#fc17af #affc17 #17affc

Analogous Colors of #fc17af

#fc17af #fc173c #d717fc

Monochromatic Colors of #fc17af

#fc17af

Complementary Color

#fc17af #17fc64

#fc17af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc17af Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc17af Color CSS Codes

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

#fc17af Text Font Color

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

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


#fc17af Background Color

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

This div background color is #fc17af


#fc17af Border Color

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

This div border color is #fc17af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc17af


Comments

No comments written yet.

Please login to write comment.