Color Hex Logo

#fc5fad Color Hex

#FC5FAD
(252,95,173)
0 Favorites   0 Comments

Color spaces of #fc5fad

RGB 25295173
HSL0.920.960.68
HSV330°62°99°
CMYK 0.000.620.31   0.01
XYZ51.779931.897042.9628
Yxy31.89700.40890.2519
Hunter Lab56.477464.8177-5.5681
CIE-Lab63.257766.7331-10.0412

#fc5fad color RGB value is (252,95,173).

#fc5fad hex color red value is 252, green value is 95 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fc5fad hue: 0.92 , saturation: 0.96 and the lightness value of fc5fad is 0.68.

The process color (four color CMYK) of #fc5fad color hex is 0.00, 0.62, 0.31, 0.01. Web safe color of #fc5fad is #ff6699. Color #fc5fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011111 10101101
Octal 374 137 255
Decimal 252 95 173
Hex FC 5F AD

RGB Percentages of Color #fc5fad

%48.46
%18.27
%33.27

CMYK Percentages of Color #fc5fad

%0
%62
%31
%1

Triadic Colors of #fc5fad

#fc5fad #adfc5f #5fadfc

Analogous Colors of #fc5fad

#fc5fad #fc5f5f #fc5ffc

Monochromatic Colors of #fc5fad

#fc5fad

Complementary Color

#fc5fad #5ffcae

#fc5fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5fad Color CSS Codes

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

#fc5fad Text Font Color

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

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


#fc5fad Background Color

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

This div background color is #fc5fad


#fc5fad Border Color

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

This div border color is #fc5fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5fad

Related Colors


Comments

No comments written yet.

Please login to write comment.