color codes Logo

#fc1cad color codes

#FC1CAD
(252,28,173)
0 Favorites   0 Comments

Color spaces of #fc1cad

RGB 25228173
HSL0.890.970.55
HSV321°89°99°
CMYK 0.000.890.31   0.01
XYZ48.103024.543141.7371
Yxy24.54310.42050.2146
Hunter Lab49.541086.6221-15.2717
CIE-Lab56.627585.4072-20.0640

#fc1cad color RGB value is (252,28,173).

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

The process color (four color CMYK) of #fc1cad color code is 0.00, 0.89, 0.31, 0.01. Web safe color of #fc1cad is #ff3399. Color #fc1cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011100 10101101
Octal 374 34 255
Decimal 252 28 173
Hex FC 1C AD

RGB Percentages of Color #fc1cad

%55.63
%6.18
%38.19

CMYK Percentages of Color #fc1cad

%0
%89
%31
%1

Triadic Colors of #fc1cad

#fc1cad #adfc1c #1cadfc

Analogous Colors of #fc1cad

#fc1cad #fc1c3d #db1cfc

Monochromatic Colors of #fc1cad

#fc1cad

Complementary Color

#fc1cad #1cfc6b

#fc1cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc1cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc1cad Color CSS Codes

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

#fc1cad Text Font Color

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

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


#fc1cad Background Color

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

This div background color is #fc1cad


#fc1cad Border Color

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

This div border color is #fc1cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc1cad


Comments

No comments written yet.

Please login to write comment.