COLOR #FFDEFA

HEX: #FFDEFA
RGB: (255,222,250)

Color info

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

RGB color model

#FFDEFA color RGB value is (255,222,250).

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

RGB channels and saturation

R 255 of 255 = 100%
G 222 of 255 = 87%
B 250 of 255 = 98%

255
222
250

R + G + B ~ 95%. #FFDEFA is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 222 + 250 = 727 (100%)
R 255 of 727 ~ 35.08%
G 222 of 727 ~ 30.54%
B 250 of 727 ~ 34.39%

%35.08
%30.54
%34.39

CMYK color model

#FFDEFA color CMYK value is (0,13,2,0).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 1.96%
  • key color value is 0.00%
CMYK:
(0,13,2,0)
C0M13Y2K0 
(0%,13%,2%,0%)
(0.00/0.13/0.02/0.00)	

CMYK percentages

%0
%12.94
%1.96
%0

Codes

Color #FFDEFA in popluar color models

FFDEFA
RGB255222250
HSL309°100.00%93.53%
HSB/HSV309°12.94%100.00%
CMYK0.00%12.94%1.96%
0.00%

Color #FFDEFA in popluar number systems.

HEXFFDEFA
Decimal255222250
Binary111111111101111011111010
Octal377336372

Shades and tints

Shades of #FFDEFA

#FFDEFA
(255,222,250)
#E8CAE4
(232,202,228)
#D1B6CE
(209,182,206)
#BAA2B8
(186,162,184)
#A38EA2
(163,142,162)
#8C7A8C
(140,122,140)
#756676
(117,102,118)
#5E5260
(94,82,96)
#473E4A
(71,62,74)
#302A34
(48,42,52)
#19161E
(25,22,30)
#000000
(0,0,0)

Tints of #FFDEFA

#FFDEFA
(255,222,250)
#FFE1FA
(255,225,250)
#FFE4FA
(255,228,250)
#FFE7FA
(255,231,250)
#FFEAFA
(255,234,250)
#FFEDFA
(255,237,250)
#FFF0FA
(255,240,250)
#FFF3FA
(255,243,250)
#FFF6FA
(255,246,250)
#FFF9FA
(255,249,250)
#FFFCFA
(255,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDEFA; }

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

This text font color is #FFDEFA.


Background Color

.myBgColor { background-color: #FFDEFA; }

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

This div background color is #FFDEFA.


Border color

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

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

This div border color is #FFDEFA.


Opacity

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

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

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

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

This text has shadow with #FFDEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDEFA on black background.


Color preview on white background

This text has color #FFDEFA on white background.



Black color preview on #FFDEFA background

This text has black color on #FFDEFA background.


White color preview on #FFDEFA background

This text has white color on #FFDEFA background.