COLOR #FFDEF1

HEX: #FFDEF1
RGB: (255,222,241)

Color info

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

RGB color model

#FFDEF1 color RGB value is (255,222,241).

  • red value is 255;
  • green value is 222;
  • blue value is 241.
RGB:
(255,222,241)
(100%,87%,95%)

RGB channels and saturation

R 255 of 255 = 100%
G 222 of 255 = 87%
B 241 of 255 = 95%

255
222
241

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

Portions of RGB colors in percentages

R + G + B =
255 + 222 + 241 = 718 (100%)
R 255 of 718 ~ 35.52%
G 222 of 718 ~ 30.92%
B 241 of 718 ~ 33.57%

%35.52
%30.92
%33.57

CMYK color model

#FFDEF1 color CMYK value is (0,13,5,0).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 5.49%
  • key color value is 0.00%
CMYK:
(0,13,5,0)
C0M13Y5K0 
(0%,13%,5%,0%)
(0.00/0.13/0.05/0.00)	

CMYK percentages

%0
%12.94
%5.49
%0

Codes

Color #FFDEF1 in popluar color models

FFDEF1
RGB255222241
HSL325°100.00%93.53%
HSB/HSV325°12.94%100.00%
CMYK0.00%12.94%5.49%
0.00%

Color #FFDEF1 in popluar number systems.

HEXFFDEF1
Decimal255222241
Binary111111111101111011110001
Octal377336361

Shades and tints

Shades of #FFDEF1

#FFDEF1
(255,222,241)
#E8CADC
(232,202,220)
#D1B6C7
(209,182,199)
#BAA2B2
(186,162,178)
#A38E9D
(163,142,157)
#8C7A88
(140,122,136)
#756673
(117,102,115)
#5E525E
(94,82,94)
#473E49
(71,62,73)
#302A34
(48,42,52)
#19161F
(25,22,31)
#000000
(0,0,0)

Tints of #FFDEF1

#FFDEF1
(255,222,241)
#FFE1F2
(255,225,242)
#FFE4F3
(255,228,243)
#FFE7F4
(255,231,244)
#FFEAF5
(255,234,245)
#FFEDF6
(255,237,246)
#FFF0F7
(255,240,247)
#FFF3F8
(255,243,248)
#FFF6F9
(255,246,249)
#FFF9FA
(255,249,250)
#FFFCFB
(255,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDEF1; }

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

This text font color is #FFDEF1.


Background Color

.myBgColor { background-color: #FFDEF1; }

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

This div background color is #FFDEF1.


Border color

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

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

This div border color is #FFDEF1.


Opacity

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

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

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

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

This text has shadow with #FFDEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDEF1 on black background.


Color preview on white background

This text has color #FFDEF1 on white background.



Black color preview on #FFDEF1 background

This text has black color on #FFDEF1 background.


White color preview on #FFDEF1 background

This text has white color on #FFDEF1 background.