COLOR #FFD0FF

HEX: #FFD0FF
RGB: (255,208,255)

Color info

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

RGB color model

#FFD0FF color RGB value is (255,208,255).

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

RGB channels and saturation

R 255 of 255 = 100%
G 208 of 255 = 82%
B 255 of 255 = 100%

255
208
255

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

Portions of RGB colors in percentages

R + G + B =
255 + 208 + 255 = 718 (100%)
R 255 of 718 ~ 35.52%
G 208 of 718 ~ 28.97%
B 255 of 718 ~ 35.52%

%35.52
%28.97
%35.52

CMYK color model

#FFD0FF color CMYK value is (0,18,0,0).

  • cyan value is 0.00%
  • magenta value is 18.43%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(0,18,0,0)
C0M18Y0K0 
(0%,18%,0%,0%)
(0.00/0.18/0.00/0.00)	

CMYK percentages

%0
%18.43
%0
%0

Codes

Color #FFD0FF in popluar color models

FFD0FF
RGB255208255
HSL300°100.00%90.78%
HSB/HSV300°18.43%100.00%
CMYK0.00%18.43%0.00%
0.00%

Color #FFD0FF in popluar number systems.

HEXFFD0FF
Decimal255208255
Binary111111111101000011111111
Octal377320377

Shades and tints

Shades of #FFD0FF

#FFD0FF
(255,208,255)
#E8BEE8
(232,190,232)
#D1ACD1
(209,172,209)
#BA9ABA
(186,154,186)
#A388A3
(163,136,163)
#8C768C
(140,118,140)
#756475
(117,100,117)
#5E525E
(94,82,94)
#474047
(71,64,71)
#302E30
(48,46,48)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #FFD0FF

#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)
#FFF8FF
(255,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD0FF; }

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

This text font color is #FFD0FF.


Background Color

.myBgColor { background-color: #FFD0FF; }

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

This div background color is #FFD0FF.


Border color

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

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

This div border color is #FFD0FF.


Opacity

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

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

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

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

This text has shadow with #FFD0FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD0FF on black background.


Color preview on white background

This text has color #FFD0FF on white background.



Black color preview on #FFD0FF background

This text has black color on #FFD0FF background.


White color preview on #FFD0FF background

This text has white color on #FFD0FF background.