COLOR #FDEFEB

HEX: #FDEFEB RGB: (253,239,235)

Color info

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

RGB color model

#FDEFEB color RGB value is (253,239,235).

RGB: (253,239,235) (99%, 94%, 92%)

RGB channels and saturation

R 253 of 255 = 99%
G 239 of 255 = 94%
B 235 of 255 = 92%

253
239
235

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

Portions of RGB colors in percentages

R + G + B = 253 + 239 + 235 = 727 (100%)
R 253 of 727 ~ 34.8%
G 239 of 727 ~ 32.87%
B 235 of 727 ~ 32.32'%

%34.8
%32.87
%32.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.53%
  • yellow value is 7.11%
  • key color value is 0.78%
CMYK: (0,6,7,1) C0M6Y7K1 (0%,6%,7%,1%) (0.00/0.06/0.07/0.01) 

CMYK percentages

%0
%5.53
%7.11
%0.78

Codes

Color #FDEFEB in popluar color models

FD EF EB
RGB 253 239 235
HSL 13° 81.82% 95.69%
HSB/HSV 13° 7.11% 99.22%
CMYK 0.00% 5.53% 7.11%
0.78%

Color #FDEFEB in popluar number systems.

HEX FD EF EB
Decimal 253 239 235
Binary 11111101 11101111 11101011
Octal 375 357 353

Shades and tints

Shades of #FDEFEB

#FDEFEB
(253,239,235)
#E6DAD6
(230,218,214)
#CFC5C1
(207,197,193)
#B8B0AC
(184,176,172)
#A19B97
(161,155,151)
#8A8682
(138,134,130)
#73716D
(115,113,109)
#5C5C58
(92,92,88)
#454743
(69,71,67)
#2E322E
(46,50,46)
#171D19
(23,29,25)
#000000
(0,0,0)

Tints of #FDEFEB

#FDEFEB
(253,239,235)
#FDF0EC
(253,240,236)
#FDF1ED
(253,241,237)
#FDF2EE
(253,242,238)
#FDF3EF
(253,243,239)
#FDF4F0
(253,244,240)
#FDF5F1
(253,245,241)
#FDF6F2
(253,246,242)
#FDF7F3
(253,247,243)
#FDF8F4
(253,248,244)
#FDF9F5
(253,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEFEB; }

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

This text font color is #FDEFEB.

Background Color

.myBgColor { background-color: #FDEFEB; }

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

This div background color is #FDEFEB.

Border color

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

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

This div border color is #FDEFEB.

Opacity

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

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

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

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

This text has shadow with #FDEFEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEFEB.

Preview

Color preview on black background

This text has color #FDEFEB on black background.


Color preview on white background

This text has color #FDEFEB on white background.


Black color preview on #FDEFEB background

This text has black color on #FDEFEB background.


White color preview on #FDEFEB background

This text has white color on #FDEFEB background.


Related colors

Complementary color

Complementary color for #hex is #021014.


I love getcolorcode.com

Triadic colors

1 #EBFDEF and #EFEBFD with #FDEFEB are triadic colors.

2 #EBEFFD and #EFFDEB with #FDEFEB are triadic colors.