COLOR #FFD1EB

HEX: #FFD1EB
RGB: (255,209,235)

Color info

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

RGB color model

#FFD1EB color RGB value is (255,209,235).

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

RGB channels and saturation

R 255 of 255 = 100%
G 209 of 255 = 82%
B 235 of 255 = 92%

255
209
235

R + G + B ~ 91%. #FFD1EB is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 209 + 235 = 699 (100%)
R 255 of 699 ~ 36.48%
G 209 of 699 ~ 29.9%
B 235 of 699 ~ 33.62%

%36.48
%29.9
%33.62

CMYK color model

#FFD1EB color CMYK value is (0,18,8,0).

  • cyan value is 0.00%
  • magenta value is 18.04%
  • yellow value is 7.84%
  • key color value is 0.00%
CMYK:
(0,18,8,0)
C0M18Y8K0 
(0%,18%,8%,0%)
(0.00/0.18/0.08/0.00)	

CMYK percentages

%0
%18.04
%7.84
%0

Codes

Color #FFD1EB in popluar color models

FFD1EB
RGB255209235
HSL326°100.00%90.98%
HSB/HSV326°18.04%100.00%
CMYK0.00%18.04%7.84%
0.00%

Color #FFD1EB in popluar number systems.

HEXFFD1EB
Decimal255209235
Binary111111111101000111101011
Octal377321353

Shades and tints

Shades of #FFD1EB

#FFD1EB
(255,209,235)
#E8BED6
(232,190,214)
#D1ABC1
(209,171,193)
#BA98AC
(186,152,172)
#A38597
(163,133,151)
#8C7282
(140,114,130)
#755F6D
(117,95,109)
#5E4C58
(94,76,88)
#473943
(71,57,67)
#30262E
(48,38,46)
#191319
(25,19,25)
#000000
(0,0,0)

Tints of #FFD1EB

#FFD1EB
(255,209,235)
#FFD5EC
(255,213,236)
#FFD9ED
(255,217,237)
#FFDDEE
(255,221,238)
#FFE1EF
(255,225,239)
#FFE5F0
(255,229,240)
#FFE9F1
(255,233,241)
#FFEDF2
(255,237,242)
#FFF1F3
(255,241,243)
#FFF5F4
(255,245,244)
#FFF9F5
(255,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD1EB; }

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

This text font color is #FFD1EB.


Background Color

.myBgColor { background-color: #FFD1EB; }

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

This div background color is #FFD1EB.


Border color

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

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

This div border color is #FFD1EB.


Opacity

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

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

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

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

This text has shadow with #FFD1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD1EB on black background.


Color preview on white background

This text has color #FFD1EB on white background.



Black color preview on #FFD1EB background

This text has black color on #FFD1EB background.


White color preview on #FFD1EB background

This text has white color on #FFD1EB background.