Color Hex Logo

#fc9dad Color Hex

#FC9DAD
(252,157,173)
0 Favorites   0 Comments

Color spaces of #fc9dad

RGB 252157173
HSL0.970.940.80
HSV350°38°99°
CMYK 0.000.380.31   0.01
XYZ59.744747.826545.6177
Yxy47.82650.39000.3122
Hunter Lab69.156733.18259.3003
CIE-Lab74.715437.29436.7520

#fc9dad color RGB value is (252,157,173).

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

The process color (four color CMYK) of #fc9dad color hex is 0.00, 0.38, 0.31, 0.01. Web safe color of #fc9dad is #ff9999. Color #fc9dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011101 10101101
Octal 374 235 255
Decimal 252 157 173
Hex FC 9D AD

RGB Percentages of Color #fc9dad

%43.30
%26.98
%29.73

CMYK Percentages of Color #fc9dad

%0
%38
%31
%1

Triadic Colors of #fc9dad

#fc9dad #adfc9d #9dadfc

Analogous Colors of #fc9dad

#fc9dad #fcbd9d #fc9ddd

Monochromatic Colors of #fc9dad

#fc9dad

Complementary Color

#fc9dad #9dfcec

#fc9dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9dad Color CSS Codes

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

#fc9dad Text Font Color

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

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


#fc9dad Background Color

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

This div background color is #fc9dad


#fc9dad Border Color

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

This div border color is #fc9dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9dad


Comments

No comments written yet.

Please login to write comment.