COLOR #FFCCFF

HEX: #FFCCFF
RGB: (255,204,255)

Color info

#FFCCFF contains red, green and blue colors in about the same proportion. #FFCCFF color is web safe color. It maybe written shortly as #FCF.

RGB color model

#FFCCFF color RGB value is (255,204,255).

  • red value is 255;
  • green value is 204;
  • blue value is 255.
RGB:
(255,204,255)
(100%,80%,100%)

RGB channels and saturation

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

255
204
255

R + G + B ~ 93%. #FFCCFF is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 204 + 255 = 714 (100%)
R 255 of 714 ~ 35.71%
G 204 of 714 ~ 28.57%
B 255 of 714 ~ 35.71%

%35.71
%28.57
%35.71

CMYK color model

#FFCCFF color CMYK value is (0,20,0,0).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(0,20,0,0)
C0M20Y0K0 
(0%,20%,0%,0%)
(0.00/0.20/0.00/0.00)	

CMYK percentages

%0
%20
%0
%0

Codes

Color #FFCCFF in popluar color models

FFCCFF
RGB255204255
HSL300°100.00%90.00%
HSB/HSV300°20.00%100.00%
CMYK0.00%20.00%0.00%
0.00%

Color #FFCCFF in popluar number systems.

HEXFFCCFF
Decimal255204255
Binary111111111100110011111111
Octal377314377

Shades and tints

Shades of #FFCCFF

#FFCCFF
(255,204,255)
#E8BAE8
(232,186,232)
#D1A8D1
(209,168,209)
#BA96BA
(186,150,186)
#A384A3
(163,132,163)
#8C728C
(140,114,140)
#756075
(117,96,117)
#5E4E5E
(94,78,94)
#473C47
(71,60,71)
#302A30
(48,42,48)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #FFCCFF

#FFCCFF
(255,204,255)
#FFD0FF
(255,208,255)
#FFD4FF
(255,212,255)
#FFD8FF
(255,216,255)
#FFDCFF
(255,220,255)
#FFE0FF
(255,224,255)
#FFE4FF
(255,228,255)
#FFE8FF
(255,232,255)
#FFECFF
(255,236,255)
#FFF0FF
(255,240,255)
#FFF4FF
(255,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCCFF; }

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

This text font color is #FFCCFF.


Background Color

.myBgColor { background-color: #FFCCFF; }

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

This div background color is #FFCCFF.


Border color

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

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

This div border color is #FFCCFF.


Opacity

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

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

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

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

This text has shadow with #FFCCFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCCFF on black background.


Color preview on white background

This text has color #FFCCFF on white background.



Black color preview on #FFCCFF background

This text has black color on #FFCCFF background.


White color preview on #FFCCFF background

This text has white color on #FFCCFF background.