COLOR #FDEFF6

HEX: #FDEFF6 RGB: (253,239,246)

Color info

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

RGB color model

#FDEFF6 color RGB value is (253,239,246).

RGB: (253,239,246) (99%, 94%, 96%)

RGB channels and saturation

R 253 of 255 = 99%
G 239 of 255 = 94%
B 246 of 255 = 96%

253
239
246

R + G + B ~ 96%. #FDEFF6 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 239 + 246 = 738 (100%)
R 253 of 738 ~ 34.28%
G 239 of 738 ~ 32.38%
B 246 of 738 ~ 33.33'%

%34.28
%32.38
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.53%
  • yellow value is 2.77%
  • key color value is 0.78%

CMYK: (0,6,3,1)
C0M6Y3K1 (0%, 6%, 3%, 1%)
(0.00 / 0.06 / 0.03 / 0.01)

CMYK percentages

%0
%5.53
%2.77
%0.78

Codes

Color #FDEFF6 in popluar color models

FD EF F6
RGB 253 239 246
HSL 330° 77.78% 96.47%
HSB/HSV 330° 5.53% 99.22%
CMYK 0.00% 5.53% 2.77%
0.78%

Color #FDEFF6 in popluar number systems.

HEX FD EF F6
Decimal 253 239 246
Binary 11111101 11101111 11110110
Octal 375 357 366

Shades and tints

Shades of #FDEFF6

#FDEFF6
(253,239,246)
#E6DAE0
(230,218,224)
#CFC5CA
(207,197,202)
#B8B0B4
(184,176,180)
#A19B9E
(161,155,158)
#8A8688
(138,134,136)
#737172
(115,113,114)
#5C5C5C
(92,92,92)
#454746
(69,71,70)
#2E3230
(46,50,48)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #FDEFF6

#FDEFF6
(253,239,246)
#FDF0F6
(253,240,246)
#FDF1F6
(253,241,246)
#FDF2F6
(253,242,246)
#FDF3F6
(253,243,246)
#FDF4F6
(253,244,246)
#FDF5F6
(253,245,246)
#FDF6F6
(253,246,246)
#FDF7F6
(253,247,246)
#FDF8F6
(253,248,246)
#FDF9F6
(253,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEFF6; }

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

This text font color is #FDEFF6.

Background Color

.myBgColor { background-color: #FDEFF6; }

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

This div background color is #FDEFF6.

Border color

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

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

This div border color is #FDEFF6.

Opacity

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

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

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

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

This text has shadow with #FDEFF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEFF6.

Preview

Color preview on black background

This text has color #FDEFF6 on black background.


Color preview on white background

This text has color #FDEFF6 on white background.


Black color preview on #FDEFF6 background

This text has black color on #FDEFF6 background.


White color preview on #FDEFF6 background

This text has white color on #FDEFF6 background.


Related colors

Complementary color

Complementary color for #hex is #021009.


I love getcolorcode.com

Triadic colors

1 #F6FDEF and #EFF6FD with #FDEFF6 are triadic colors.

2 #F6EFFD and #EFFDF6 with #FDEFF6 are triadic colors.