COLOR #FF9ADC

HEX: #FF9ADC
RGB: (255,154,220)

Color info

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

RGB color model

#FF9ADC color RGB value is (255,154,220).

  • red value is 255;
  • green value is 154;
  • blue value is 220.
RGB:
(255,154,220)
(100%,60%,86%)

RGB channels and saturation

R 255 of 255 = 100%
G 154 of 255 = 60%
B 220 of 255 = 86%

255
154
220

R + G + B ~ 82%. #FF9ADC is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 154 + 220 = 629 (100%)
R 255 of 629 ~ 40.54%
G 154 of 629 ~ 24.48%
B 220 of 629 ~ 34.98%

%40.54
%24.48
%34.98

CMYK color model

#FF9ADC color CMYK value is (0,40,14,0).

  • cyan value is 0.00%
  • magenta value is 39.61%
  • yellow value is 13.73%
  • key color value is 0.00%
CMYK:
(0,40,14,0)
C0M40Y14K0 
(0%,40%,14%,0%)
(0.00/0.40/0.14/0.00)	

CMYK percentages

%0
%39.61
%13.73
%0

Codes

Color #FF9ADC in popluar color models

FF9ADC
RGB255154220
HSL321°100.00%80.20%
HSB/HSV321°39.61%100.00%
CMYK0.00%39.61%13.73%
0.00%

Color #FF9ADC in popluar number systems.

HEXFF9ADC
Decimal255154220
Binary111111111001101011011100
Octal377232334

Shades and tints

Shades of #FF9ADC

#FF9ADC
(255,154,220)
#E88CC8
(232,140,200)
#D17EB4
(209,126,180)
#BA70A0
(186,112,160)
#A3628C
(163,98,140)
#8C5478
(140,84,120)
#754664
(117,70,100)
#5E3850
(94,56,80)
#472A3C
(71,42,60)
#301C28
(48,28,40)
#190E14
(25,14,20)
#000000
(0,0,0)

Tints of #FF9ADC

#FF9ADC
(255,154,220)
#FFA3DF
(255,163,223)
#FFACE2
(255,172,226)
#FFB5E5
(255,181,229)
#FFBEE8
(255,190,232)
#FFC7EB
(255,199,235)
#FFD0EE
(255,208,238)
#FFD9F1
(255,217,241)
#FFE2F4
(255,226,244)
#FFEBF7
(255,235,247)
#FFF4FA
(255,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF9ADC color. Also use rgb(255,154,220) instead hex code.

Text Font Color

.myTextColor { color: #FF9ADC; }

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

This text font color is #FF9ADC.


Background Color

.myBgColor { background-color: #FF9ADC; }

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

This div background color is #FF9ADC.


Border color

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

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

This div border color is #FF9ADC.


Opacity

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

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

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

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

This text has shadow with #FF9ADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF9ADC on black background.


Color preview on white background

This text has color #FF9ADC on white background.



Black color preview on #FF9ADC background

This text has black color on #FF9ADC background.


White color preview on #FF9ADC background

This text has white color on #FF9ADC background.