COLOR #FFC9FF

HEX: #FFC9FF
RGB: (255,201,255)

Color info

#FFC9FF contains red, green and blue colors in about the same proportion. Web safe color of #FFC9FF is #FFCCFF (or #FCF).

RGB color model

#FFC9FF color RGB value is (255,201,255).

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

RGB channels and saturation

R 255 of 255 = 100%
G 201 of 255 = 79%
B 255 of 255 = 100%

255
201
255

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

Portions of RGB colors in percentages

R + G + B =
255 + 201 + 255 = 711 (100%)
R 255 of 711 ~ 35.86%
G 201 of 711 ~ 28.27%
B 255 of 711 ~ 35.86%

%35.86
%28.27
%35.86

CMYK color model

#FFC9FF color CMYK value is (0,21,0,0).

  • cyan value is 0.00%
  • magenta value is 21.18%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(0,21,0,0)
C0M21Y0K0 
(0%,21%,0%,0%)
(0.00/0.21/0.00/0.00)	

CMYK percentages

%0
%21.18
%0
%0

Codes

Color #FFC9FF in popluar color models

FFC9FF
RGB255201255
HSL300°100.00%89.41%
HSB/HSV300°21.18%100.00%
CMYK0.00%21.18%0.00%
0.00%

Color #FFC9FF in popluar number systems.

HEXFFC9FF
Decimal255201255
Binary111111111100100111111111
Octal377311377

Shades and tints

Shades of #FFC9FF

#FFC9FF
(255,201,255)
#E8B7E8
(232,183,232)
#D1A5D1
(209,165,209)
#BA93BA
(186,147,186)
#A381A3
(163,129,163)
#8C6F8C
(140,111,140)
#755D75
(117,93,117)
#5E4B5E
(94,75,94)
#473947
(71,57,71)
#302730
(48,39,48)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #FFC9FF

#FFC9FF
(255,201,255)
#FFCDFF
(255,205,255)
#FFD1FF
(255,209,255)
#FFD5FF
(255,213,255)
#FFD9FF
(255,217,255)
#FFDDFF
(255,221,255)
#FFE1FF
(255,225,255)
#FFE5FF
(255,229,255)
#FFE9FF
(255,233,255)
#FFEDFF
(255,237,255)
#FFF1FF
(255,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC9FF; }

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

This text font color is #FFC9FF.


Background Color

.myBgColor { background-color: #FFC9FF; }

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

This div background color is #FFC9FF.


Border color

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

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

This div border color is #FFC9FF.


Opacity

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

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

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

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

This text has shadow with #FFC9FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC9FF on black background.


Color preview on white background

This text has color #FFC9FF on white background.



Black color preview on #FFC9FF background

This text has black color on #FFC9FF background.


White color preview on #FFC9FF background

This text has white color on #FFC9FF background.