COLOR #FFCFFF

HEX: #FFCFFF
RGB: (255,207,255)

Color info

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

RGB color model

#FFCFFF color RGB value is (255,207,255).

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

RGB channels and saturation

R 255 of 255 = 100%
G 207 of 255 = 81%
B 255 of 255 = 100%

255
207
255

R + G + B ~ 94%. #FFCFFF is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 207 + 255 = 717 (100%)
R 255 of 717 ~ 35.56%
G 207 of 717 ~ 28.87%
B 255 of 717 ~ 35.56%

%35.56
%28.87
%35.56

CMYK color model

#FFCFFF color CMYK value is (0,19,0,0).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(0,19,0,0)
C0M19Y0K0 
(0%,19%,0%,0%)
(0.00/0.19/0.00/0.00)	

CMYK percentages

%0
%18.82
%0
%0

Codes

Color #FFCFFF in popluar color models

FFCFFF
RGB255207255
HSL300°100.00%90.59%
HSB/HSV300°18.82%100.00%
CMYK0.00%18.82%0.00%
0.00%

Color #FFCFFF in popluar number systems.

HEXFFCFFF
Decimal255207255
Binary111111111100111111111111
Octal377317377

Shades and tints

Shades of #FFCFFF

#FFCFFF
(255,207,255)
#E8BDE8
(232,189,232)
#D1ABD1
(209,171,209)
#BA99BA
(186,153,186)
#A387A3
(163,135,163)
#8C758C
(140,117,140)
#756375
(117,99,117)
#5E515E
(94,81,94)
#473F47
(71,63,71)
#302D30
(48,45,48)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #FFCFFF

#FFCFFF
(255,207,255)
#FFD3FF
(255,211,255)
#FFD7FF
(255,215,255)
#FFDBFF
(255,219,255)
#FFDFFF
(255,223,255)
#FFE3FF
(255,227,255)
#FFE7FF
(255,231,255)
#FFEBFF
(255,235,255)
#FFEFFF
(255,239,255)
#FFF3FF
(255,243,255)
#FFF7FF
(255,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCFFF; }

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

This text font color is #FFCFFF.


Background Color

.myBgColor { background-color: #FFCFFF; }

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

This div background color is #FFCFFF.


Border color

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

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

This div border color is #FFCFFF.


Opacity

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

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

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

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

This text has shadow with #FFCFFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCFFF on black background.


Color preview on white background

This text has color #FFCFFF on white background.



Black color preview on #FFCFFF background

This text has black color on #FFCFFF background.


White color preview on #FFCFFF background

This text has white color on #FFCFFF background.