Color Hex Logo

#fc81ad Color Hex

#FC81AD
(252,129,173)
0 Favorites   0 Comments

Color spaces of #fc81ad

RGB 252129173
HSL0.940.950.75
HSV339°49°99°
CMYK 0.000.490.31   0.01
XYZ55.538039.413144.2155
Yxy39.41310.39910.2832
Hunter Lab62.779948.04472.1883
CIE-Lab69.049551.4181-1.4675

#fc81ad color RGB value is (252,129,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000001 10101101
Octal 374 201 255
Decimal 252 129 173
Hex FC 81 AD

RGB Percentages of Color #fc81ad

%45.49
%23.29
%31.23

CMYK Percentages of Color #fc81ad

%0
%49
%31
%1

Triadic Colors of #fc81ad

#fc81ad #adfc81 #81adfc

Analogous Colors of #fc81ad

#fc81ad #fc9381 #fc81eb

Monochromatic Colors of #fc81ad

#fc81ad

Complementary Color

#fc81ad #81fcd0

#fc81ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc81ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc81ad Color CSS Codes

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

#fc81ad Text Font Color

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

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


#fc81ad Background Color

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

This div background color is #fc81ad


#fc81ad Border Color

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

This div border color is #fc81ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc81ad

Related Colors


Comments

No comments written yet.

Please login to write comment.