COLOR #FF99CC

HEX: #FF99CC RGB: (255,153,204)

Color info

#FF99CC contains mainly red and blue colors. #FF99CC color is web safe color. It maybe written shortly as #F9C.

RGB color model

#FF99CC color RGB value is (255,153,204).

RGB: (255,153,204) (100%, 60%, 80%)

RGB channels and saturation

R 255 of 255 = 100%
G 153 of 255 = 60%
B 204 of 255 = 80%

255
153
204

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

Portions of RGB colors in percentages

R + G + B = 255 + 153 + 204 = 612 (100%)
R 255 of 612 ~ 41.67%
G 153 of 612 ~ 25%
B 204 of 612 ~ 33.33'%

%41.67
%25
%33.33

CMYK color model

#FF99CC color CMYK value is (0,40,20,0).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 20.00%
  • key color value is 0.00%

CMYK: (0,40,20,0)
C0M40Y20K0 (0%, 40%, 20%, 0%)
(0.00 / 0.40 / 0.20 / 0.00)

CMYK percentages

%0
%40
%20
%0

Codes

Color #FF99CC in popluar color models

FF 99 CC
RGB 255 153 204
HSL 330° 100.00% 80.00%
HSB/HSV 330° 40.00% 100.00%
CMYK 0.00% 40.00% 20.00%
0.00%

Color #FF99CC in popluar number systems.

HEX FF 99 CC
Decimal 255 153 204
Binary 11111111 10011001 11001100
Octal 377 231 314

Shades and tints

Shades of #FF99CC

#FF99CC
(255,153,204)
#E88CBA
(232,140,186)
#D17FA8
(209,127,168)
#BA7296
(186,114,150)
#A36584
(163,101,132)
#8C5872
(140,88,114)
#754B60
(117,75,96)
#5E3E4E
(94,62,78)
#47313C
(71,49,60)
#30242A
(48,36,42)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #FF99CC

#FF99CC
(255,153,204)
#FFA2D0
(255,162,208)
#FFABD4
(255,171,212)
#FFB4D8
(255,180,216)
#FFBDDC
(255,189,220)
#FFC6E0
(255,198,224)
#FFCFE4
(255,207,228)
#FFD8E8
(255,216,232)
#FFE1EC
(255,225,236)
#FFEAF0
(255,234,240)
#FFF3F4
(255,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF99CC color. Also use rgb(255,153,204) instead hex code.

Text Font Color

.myTextColor { color: #FF99CC; }

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

This text font color is #FF99CC.

Background Color

.myBgColor { background-color: #FF99CC; }

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

This div background color is #FF99CC.

Border color

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

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

This div border color is #FF99CC.

Opacity

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

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

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

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

This text has shadow with #FF99CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FF99CC.

Preview

Color preview on black background

This text has color #FF99CC on black background.


Color preview on white background

This text has color #FF99CC on white background.


Black color preview on #FF99CC background

This text has black color on #FF99CC background.


White color preview on #FF99CC background

This text has white color on #FF99CC background.


Related colors

Complementary color

Complementary color for #hex is #006633.


I love getcolorcode.com

Gradients

Color #FF99CC is used in Pale Magenta-Pink gradient.

Pale Magenta-Pink


Triadic colors

1 #CCFF99 and #99CCFF with #FF99CC are triadic colors.

2 #CC99FF and #99FFCC with #FF99CC are triadic colors.