COLOR #FFA0DD

HEX: #FFA0DD
RGB: (255,160,221)

Color info

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

RGB color model

#FFA0DD color RGB value is (255,160,221).

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

RGB channels and saturation

R 255 of 255 = 100%
G 160 of 255 = 63%
B 221 of 255 = 87%

255
160
221

R + G + B ~ 83%. #FFA0DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 160 + 221 = 636 (100%)
R 255 of 636 ~ 40.09%
G 160 of 636 ~ 25.16%
B 221 of 636 ~ 34.75%

%40.09
%25.16
%34.75

CMYK color model

#FFA0DD color CMYK value is (0,37,13,0).

  • cyan value is 0.00%
  • magenta value is 37.25%
  • yellow value is 13.33%
  • key color value is 0.00%
CMYK:
(0,37,13,0)
C0M37Y13K0 
(0%,37%,13%,0%)
(0.00/0.37/0.13/0.00)	

CMYK percentages

%0
%37.25
%13.33
%0

Codes

Color #FFA0DD in popluar color models

FFA0DD
RGB255160221
HSL321°100.00%81.37%
HSB/HSV321°37.25%100.00%
CMYK0.00%37.25%13.33%
0.00%

Color #FFA0DD in popluar number systems.

HEXFFA0DD
Decimal255160221
Binary111111111010000011011101
Octal377240335

Shades and tints

Shades of #FFA0DD

#FFA0DD
(255,160,221)
#E892C9
(232,146,201)
#D184B5
(209,132,181)
#BA76A1
(186,118,161)
#A3688D
(163,104,141)
#8C5A79
(140,90,121)
#754C65
(117,76,101)
#5E3E51
(94,62,81)
#47303D
(71,48,61)
#302229
(48,34,41)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #FFA0DD

#FFA0DD
(255,160,221)
#FFA8E0
(255,168,224)
#FFB0E3
(255,176,227)
#FFB8E6
(255,184,230)
#FFC0E9
(255,192,233)
#FFC8EC
(255,200,236)
#FFD0EF
(255,208,239)
#FFD8F2
(255,216,242)
#FFE0F5
(255,224,245)
#FFE8F8
(255,232,248)
#FFF0FB
(255,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA0DD; }

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

This text font color is #FFA0DD.


Background Color

.myBgColor { background-color: #FFA0DD; }

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

This div background color is #FFA0DD.


Border color

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

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

This div border color is #FFA0DD.


Opacity

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

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

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

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

This text has shadow with #FFA0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA0DD on black background.


Color preview on white background

This text has color #FFA0DD on white background.



Black color preview on #FFA0DD background

This text has black color on #FFA0DD background.


White color preview on #FFA0DD background

This text has white color on #FFA0DD background.