COLOR #FF99CC

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

Renk bilgisi

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

RGB renk modeli

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

  • kırmız ton 255;
  • yeşil ton 153;
  • mavi ton 204.
RGB:
(255,153,204)
(100%,60%,80%)

RGB bağlantıları ve doygunluk

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.

Yüzdelerle RGB renk parçaları

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 RENK MODELİ

#FF99CC rengi CMYK tonu (0,40,20,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.00%
  • sarı tonu 20.00%
  • ana renk tonu 0.00%
CMYK:
(0,40,20,0)
C0M40Y20K0 
(0%,40%,20%,0%)
(0.00/0.40/0.20/0.00)	

CMYK yüzdeleri

%0
%40
%20
%0

Codes

Color #FF99CC in popluar color models

FF99CC
RGB255153204
HSL330°100.00%80.00%
HSB/HSV330°40.00%100.00%
CMYK0.00%40.00%20.00%
0.00%

Color #FF99CC in popluar number systems.

HEXFF99CC
Decimal255153204
Binary111111111001100111001100
Octal377231314

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.