COLOR #FDEEFB

HEX: #FDEEFB RGB: (253,238,251)

Color info

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

RGB color model

#FDEEFB color RGB value is (253,238,251).

RGB: (253,238,251) (99%, 93%, 98%)

RGB channels and saturation

R 253 of 255 = 99%
G 238 of 255 = 93%
B 251 of 255 = 98%

253
238
251

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

Portions of RGB colors in percentages

R + G + B = 253 + 238 + 251 = 742 (100%)
R 253 of 742 ~ 34.1%
G 238 of 742 ~ 32.08%
B 251 of 742 ~ 33.83'%

%34.1
%32.08
%33.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 0.79%
  • 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.93
%0.79
%0.78

Codes

Color #FDEEFB in popluar color models

FD EE FB
RGB 253 238 251
HSL 308° 78.95% 96.27%
HSB/HSV 308° 5.93% 99.22%
CMYK 0.00% 5.93% 0.79%
0.78%

Color #FDEEFB in popluar number systems.

HEX FD EE FB
Decimal 253 238 251
Binary 11111101 11101110 11111011
Octal 375 356 373

Shades and tints

Shades of #FDEEFB

#FDEEFB
(253,238,251)
#E6D9E5
(230,217,229)
#CFC4CF
(207,196,207)
#B8AFB9
(184,175,185)
#A19AA3
(161,154,163)
#8A858D
(138,133,141)
#737077
(115,112,119)
#5C5B61
(92,91,97)
#45464B
(69,70,75)
#2E3135
(46,49,53)
#171C1F
(23,28,31)
#000000
(0,0,0)

Tints of #FDEEFB

#FDEEFB
(253,238,251)
#FDEFFB
(253,239,251)
#FDF0FB
(253,240,251)
#FDF1FB
(253,241,251)
#FDF2FB
(253,242,251)
#FDF3FB
(253,243,251)
#FDF4FB
(253,244,251)
#FDF5FB
(253,245,251)
#FDF6FB
(253,246,251)
#FDF7FB
(253,247,251)
#FDF8FB
(253,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDEEFB color. Also use rgb(253,238,251) instead hex code.

Text Font Color

.myTextColor { color: #FDEEFB; }

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

This text font color is #FDEEFB.

Background Color

.myBgColor { background-color: #FDEEFB; }

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

This div background color is #FDEEFB.

Border color

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

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

This div border color is #FDEEFB.

Opacity

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

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

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

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

This text has shadow with #FDEEFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEEFB.

Preview

Color preview on black background

This text has color #FDEEFB on black background.


Color preview on white background

This text has color #FDEEFB on white background.


Black color preview on #FDEEFB background

This text has black color on #FDEEFB background.


White color preview on #FDEEFB background

This text has white color on #FDEEFB background.


Related colors

Complementary color

Complementary color for #hex is #021104.


I love getcolorcode.com

Triadic colors

1 #FBFDEE and #EEFBFD with #FDEEFB are triadic colors.

2 #FBEEFD and #EEFDFB with #FDEEFB are triadic colors.