COLOR #FFD8F6

HEX: #FFD8F6
RGB: (255,216,246)

Color info

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

RGB color model

#FFD8F6 color RGB value is (255,216,246).

  • red value is 255;
  • green value is 216;
  • blue value is 246.
RGB:
(255,216,246)
(100%,85%,96%)

RGB channels and saturation

R 255 of 255 = 100%
G 216 of 255 = 85%
B 246 of 255 = 96%

255
216
246

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

Portions of RGB colors in percentages

R + G + B =
255 + 216 + 246 = 717 (100%)
R 255 of 717 ~ 35.56%
G 216 of 717 ~ 30.13%
B 246 of 717 ~ 34.31%

%35.56
%30.13
%34.31

CMYK color model

#FFD8F6 color CMYK value is (0,15,4,0).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 3.53%
  • key color value is 0.00%
CMYK:
(0,15,4,0)
C0M15Y4K0 
(0%,15%,4%,0%)
(0.00/0.15/0.04/0.00)	

CMYK percentages

%0
%15.29
%3.53
%0

Codes

Color #FFD8F6 in popluar color models

FFD8F6
RGB255216246
HSL314°100.00%92.35%
HSB/HSV314°15.29%100.00%
CMYK0.00%15.29%3.53%
0.00%

Color #FFD8F6 in popluar number systems.

HEXFFD8F6
Decimal255216246
Binary111111111101100011110110
Octal377330366

Shades and tints

Shades of #FFD8F6

#FFD8F6
(255,216,246)
#E8C5E0
(232,197,224)
#D1B2CA
(209,178,202)
#BA9FB4
(186,159,180)
#A38C9E
(163,140,158)
#8C7988
(140,121,136)
#756672
(117,102,114)
#5E535C
(94,83,92)
#474046
(71,64,70)
#302D30
(48,45,48)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #FFD8F6

#FFD8F6
(255,216,246)
#FFDBF6
(255,219,246)
#FFDEF6
(255,222,246)
#FFE1F6
(255,225,246)
#FFE4F6
(255,228,246)
#FFE7F6
(255,231,246)
#FFEAF6
(255,234,246)
#FFEDF6
(255,237,246)
#FFF0F6
(255,240,246)
#FFF3F6
(255,243,246)
#FFF6F6
(255,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD8F6; }

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

This text font color is #FFD8F6.


Background Color

.myBgColor { background-color: #FFD8F6; }

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

This div background color is #FFD8F6.


Border color

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

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

This div border color is #FFD8F6.


Opacity

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

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

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

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

This text has shadow with #FFD8F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD8F6 on black background.


Color preview on white background

This text has color #FFD8F6 on white background.



Black color preview on #FFD8F6 background

This text has black color on #FFD8F6 background.


White color preview on #FFD8F6 background

This text has white color on #FFD8F6 background.