color codes Logo

#ffa0cc color codes

#FFA0CC
(255,160,204)
0 Favorites   0 Comments

Color spaces of #ffa0cc

RGB 255160204
HSL0.921.000.81
HSV332°37°100°
CMYK 0.000.370.20   0.00
XYZ64.709950.761263.5141
Yxy50.76120.36150.2836
Hunter Lab71.246937.4403-2.9821
CIE-Lab76.534141.0056-7.5675

#ffa0cc color RGB value is (255,160,204).

#ffa0cc hex color red value is 255, green value is 160 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ffa0cc hue: 0.92 , saturation: 1.00 and the lightness value of ffa0cc is 0.81.

The process color (four color CMYK) of #ffa0cc color code is 0.00, 0.37, 0.20, 0.00. Web safe color of #ffa0cc is #ff99cc. Color #ffa0cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100000 11001100
Octal 377 240 314
Decimal 255 160 204
Hex FF A0 CC

RGB Percentages of Color #ffa0cc

%41.20
%25.85
%32.96

CMYK Percentages of Color #ffa0cc

%0
%37
%20
%0

Triadic Colors of #ffa0cc

#ffa0cc #ccffa0 #a0ccff

Analogous Colors of #ffa0cc

#ffa0cc #ffa4a0 #ffa0fc

Monochromatic Colors of #ffa0cc

#ffa0cc

Complementary Color

#ffa0cc #a0ffd3

#ffa0cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa0cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa0cc Color CSS Codes

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

#ffa0cc Text Font Color

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

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


#ffa0cc Background Color

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

This div background color is #ffa0cc


#ffa0cc Border Color

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

This div border color is #ffa0cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,160,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffa0cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffa0cc;
  -webkit-box-shadow: 1px 1px 3px 2px #ffa0cc;
  box-shadow:         1px 1px 3px 2px #ffa0cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,160,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa0cc

#ffa0cc Color Palettes


Comments

No comments written yet.

Please login to write comment.