Color Hex Logo

#ffa0c9 Color Hex

#FFA0C9
(255,160,201)
0 Favorites   0 Comments

Color spaces of #ffa0c9

RGB 255160201
HSL0.931.000.81
HSV334°37°100°
CMYK 0.000.370.21   0.00
XYZ64.353450.618761.6369
Yxy50.61870.36440.2866
Hunter Lab71.146836.9491-1.5622
CIE-Lab76.447540.5700-6.0541

#ffa0c9 color RGB value is (255,160,201).

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

The process color (four color CMYK) of #ffa0c9 color hex is 0.00, 0.37, 0.21, 0.00. Web safe color of #ffa0c9 is #ff99cc. Color #ffa0c9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100000 11001001
Octal 377 240 311
Decimal 255 160 201
Hex FF A0 C9

RGB Percentages of Color #ffa0c9

%41.40
%25.97
%32.63

CMYK Percentages of Color #ffa0c9

%0
%37
%21
%0

Triadic Colors of #ffa0c9

#ffa0c9 #c9ffa0 #a0c9ff

Analogous Colors of #ffa0c9

#ffa0c9 #ffa7a0 #ffa0f9

Monochromatic Colors of #ffa0c9

#ffa0c9

Complementary Color

#ffa0c9 #a0ffd6

#ffa0c9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa0c9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa0c9 Color CSS Codes

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

#ffa0c9 Text Font Color

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

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


#ffa0c9 Background Color

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

This div background color is #ffa0c9


#ffa0c9 Border Color

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

This div border color is #ffa0c9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa0c9

Related Colors

#ffa0c9 Color Palettes


Comments

No comments written yet.

Please login to write comment.