COLOR #FFA0C2

HEX: #FFA0C2
RGB: (255,160,194)

Color info

#FFA0C2 contains mainly red color. Web safe color of #FFA0C2 is #FF99CC (or #F9C).

RGB color model

#FFA0C2 color RGB value is (255,160,194).

  • red value is 255;
  • green value is 160;
  • blue value is 194.
RGB:
(255,160,194)
(100%,63%,76%)

RGB channels and saturation

R 255 of 255 = 100%
G 160 of 255 = 63%
B 194 of 255 = 76%

255
160
194

R + G + B ~ 80%. #FFA0C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 160 + 194 = 609 (100%)
R 255 of 609 ~ 41.87%
G 160 of 609 ~ 26.27%
B 194 of 609 ~ 31.86%

%41.87
%26.27
%31.86

CMYK color model

#FFA0C2 color CMYK value is (0,37,24,0).

  • cyan value is 0.00%
  • magenta value is 37.25%
  • yellow value is 23.92%
  • key color value is 0.00%
CMYK:
(0,37,24,0)
C0M37Y24K0 
(0%,37%,24%,0%)
(0.00/0.37/0.24/0.00)	

CMYK percentages

%0
%37.25
%23.92
%0

Codes

Color #FFA0C2 in popluar color models

FFA0C2
RGB255160194
HSL339°100.00%81.37%
HSB/HSV339°37.25%100.00%
CMYK0.00%37.25%23.92%
0.00%

Color #FFA0C2 in popluar number systems.

HEXFFA0C2
Decimal255160194
Binary111111111010000011000010
Octal377240302

Shades and tints

Shades of #FFA0C2

#FFA0C2
(255,160,194)
#E892B1
(232,146,177)
#D184A0
(209,132,160)
#BA768F
(186,118,143)
#A3687E
(163,104,126)
#8C5A6D
(140,90,109)
#754C5C
(117,76,92)
#5E3E4B
(94,62,75)
#47303A
(71,48,58)
#302229
(48,34,41)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #FFA0C2

#FFA0C2
(255,160,194)
#FFA8C7
(255,168,199)
#FFB0CC
(255,176,204)
#FFB8D1
(255,184,209)
#FFC0D6
(255,192,214)
#FFC8DB
(255,200,219)
#FFD0E0
(255,208,224)
#FFD8E5
(255,216,229)
#FFE0EA
(255,224,234)
#FFE8EF
(255,232,239)
#FFF0F4
(255,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFA0C2 color. Also use rgb(255,160,194) instead hex code.

Text Font Color

.myTextColor { color: #FFA0C2; }

<p style="color:#FFA0C2">This sample text font color is #FFA0C2.</p>

This text font color is #FFA0C2.


Background Color

.myBgColor { background-color: #FFA0C2; }

<div style="background-color:#FFA0C2">Inner text</div>

This div background color is #FFA0C2.


Border color

.myBorderColor { border: 1px solid #FFA0C2; }

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

This div border color is #FFA0C2.


Opacity

.myOpacity80 { color: #FFA0C2; opacity: 0.8; }

<p style="color:#FFA0C2;opacity:0.8;">80%</p>

Text with #FFA0C2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FFA0C2;}

<p style="text-shadow: 3px 3px 1px #FFA0C2">Text here.</p>

This text has shadow with #FFA0C2 color.

.textShadow {text-shadow: 3px 3px 1px #FFA0C2, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FFA0C2, 5px 5px 20px red">Text here.</p>

This text has shadow with #FFA0C2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFA0C2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FFA0C2, Direction=45, Strength=4)">Text</p>

This text has shadow with #FFA0C2 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FFA0C2;
  -webkit-box-shadow:	1px 1px 3px 2px #FFA0C2;
  box-shadow:		1px 1px 3px 2px #FFA0C2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFA0C2;
-webkit-box-shadow: 1px 1px 3px 2px #FFA0C2;
box-shadow:1px 1px 3px 2px #FFA0C2;">
Div content here</div>
This div box has shadow with color #FFA0C2.

Preview

Color preview on black background

This text has color #FFA0C2 on black background.


Color preview on white background

This text has color #FFA0C2 on white background.



Black color preview on #FFA0C2 background

This text has black color on #FFA0C2 background.


White color preview on #FFA0C2 background

This text has white color on #FFA0C2 background.