COLOR #FDEFFA

HEX: #FDEFFA
RGB: (253,239,250)

Color info

#FDEFFA contains red, green and blue colors in about the same proportion. Web safe color of #FDEFFA is #FFFFFF (or #FFF).

RGB color model

#FDEFFA color RGB value is (253,239,250).

  • red value is 253;
  • green value is 239;
  • blue value is 250.
RGB:
(253,239,250)
(99%,94%,98%)

RGB channels and saturation

R 253 of 255 = 99%
G 239 of 255 = 94%
B 250 of 255 = 98%

253
239
250

R + G + B ~ 97%. #FDEFFA is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 239 + 250 = 742 (100%)
R 253 of 742 ~ 34.1%
G 239 of 742 ~ 32.21%
B 250 of 742 ~ 33.69%

%34.1
%32.21
%33.69

CMYK color model

#FDEFFA color CMYK value is (0,6,1,1).

  • cyan value is 0.00%
  • magenta value is 5.53%
  • yellow value is 1.19%
  • key color value is 0.78%
CMYK:
(0,6,1,1)
C0M6Y1K1 
(0%,6%,1%,1%)
(0.00/0.06/0.01/0.01)	

CMYK percentages

%0
%5.53
%1.19
%0.78

Codes

Color #FDEFFA in popluar color models

FDEFFA
RGB253239250
HSL313°77.78%96.47%
HSB/HSV313°5.53%99.22%
CMYK0.00%5.53%1.19%
0.78%

Color #FDEFFA in popluar number systems.

HEXFDEFFA
Decimal253239250
Binary111111011110111111111010
Octal375357372

Shades and tints

Shades of #FDEFFA

#FDEFFA
(253,239,250)
#E6DAE4
(230,218,228)
#CFC5CE
(207,197,206)
#B8B0B8
(184,176,184)
#A19BA2
(161,155,162)
#8A868C
(138,134,140)
#737176
(115,113,118)
#5C5C60
(92,92,96)
#45474A
(69,71,74)
#2E3234
(46,50,52)
#171D1E
(23,29,30)
#000000
(0,0,0)

Tints of #FDEFFA

#FDEFFA
(253,239,250)
#FDF0FA
(253,240,250)
#FDF1FA
(253,241,250)
#FDF2FA
(253,242,250)
#FDF3FA
(253,243,250)
#FDF4FA
(253,244,250)
#FDF5FA
(253,245,250)
#FDF6FA
(253,246,250)
#FDF7FA
(253,247,250)
#FDF8FA
(253,248,250)
#FDF9FA
(253,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDEFFA color. Also use rgb(253,239,250) instead hex code.

Text Font Color

.myTextColor { color: #FDEFFA; }

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

This text font color is #FDEFFA.


Background Color

.myBgColor { background-color: #FDEFFA; }

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

This div background color is #FDEFFA.


Border color

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

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

This div border color is #FDEFFA.


Opacity

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

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

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

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

This text has shadow with #FDEFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEFFA on black background.


Color preview on white background

This text has color #FDEFFA on white background.



Black color preview on #FDEFFA background

This text has black color on #FDEFFA background.


White color preview on #FDEFFA background

This text has white color on #FDEFFA background.