COLOR #FFA0C8

HEX: #FFA0C8
RGB: (255,160,200)

Color info

#FFA0C8 contains mainly red and blue colors. Web safe color of #FFA0C8 is #FF99CC (or #F9C).

RGB color model

#FFA0C8 color RGB value is (255,160,200).

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

RGB channels and saturation

R 255 of 255 = 100%
G 160 of 255 = 63%
B 200 of 255 = 78%

255
160
200

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

Portions of RGB colors in percentages

R + G + B =
255 + 160 + 200 = 615 (100%)
R 255 of 615 ~ 41.46%
G 160 of 615 ~ 26.02%
B 200 of 615 ~ 32.52%

%41.46
%26.02
%32.52

CMYK color model

#FFA0C8 color CMYK value is (0,37,22,0).

  • cyan value is 0.00%
  • magenta value is 37.25%
  • yellow value is 21.57%
  • key color value is 0.00%
CMYK:
(0,37,22,0)
C0M37Y22K0 
(0%,37%,22%,0%)
(0.00/0.37/0.22/0.00)	

CMYK percentages

%0
%37.25
%21.57
%0

Codes

Color #FFA0C8 in popluar color models

FFA0C8
RGB255160200
HSL335°100.00%81.37%
HSB/HSV335°37.25%100.00%
CMYK0.00%37.25%21.57%
0.00%

Color #FFA0C8 in popluar number systems.

HEXFFA0C8
Decimal255160200
Binary111111111010000011001000
Octal377240310

Shades and tints

Shades of #FFA0C8

#FFA0C8
(255,160,200)
#E892B6
(232,146,182)
#D184A4
(209,132,164)
#BA7692
(186,118,146)
#A36880
(163,104,128)
#8C5A6E
(140,90,110)
#754C5C
(117,76,92)
#5E3E4A
(94,62,74)
#473038
(71,48,56)
#302226
(48,34,38)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #FFA0C8

#FFA0C8
(255,160,200)
#FFA8CD
(255,168,205)
#FFB0D2
(255,176,210)
#FFB8D7
(255,184,215)
#FFC0DC
(255,192,220)
#FFC8E1
(255,200,225)
#FFD0E6
(255,208,230)
#FFD8EB
(255,216,235)
#FFE0F0
(255,224,240)
#FFE8F5
(255,232,245)
#FFF0FA
(255,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA0C8; }

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

This text font color is #FFA0C8.


Background Color

.myBgColor { background-color: #FFA0C8; }

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

This div background color is #FFA0C8.


Border color

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

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

This div border color is #FFA0C8.


Opacity

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

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

Text with #FFA0C8 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 #FFA0C8;}

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

This text has shadow with #FFA0C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA0C8 on black background.


Color preview on white background

This text has color #FFA0C8 on white background.



Black color preview on #FFA0C8 background

This text has black color on #FFA0C8 background.


White color preview on #FFA0C8 background

This text has white color on #FFA0C8 background.