COLOR #FDFBEC

HEX: #FDFBEC RGB: (253,251,236)

Color info

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

RGB color model

#FDFBEC color RGB value is (253,251,236).

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

RGB channels and saturation

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

253
251
236

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

Portions of RGB colors in percentages

R + G + B = 253 + 251 + 236 = 740 (100%)
R 253 of 740 ~ 34.19%
G 251 of 740 ~ 33.92%
B 236 of 740 ~ 31.89'%

%34.19
%33.92
%31.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.79%
  • yellow value is 6.72%
  • key color value is 0.78%

CMYK: (0,1,7,1)
C0M1Y7K1 (0%, 1%, 7%, 1%)
(0.00 / 0.01 / 0.07 / 0.01)

CMYK percentages

%0
%0.79
%6.72
%0.78

Codes

Color #FDFBEC in popluar color models

FD FB EC
RGB 253 251 236
HSL 53° 80.95% 95.88%
HSB/HSV 53° 6.72% 99.22%
CMYK 0.00% 0.79% 6.72%
0.78%

Color #FDFBEC in popluar number systems.

HEX FD FB EC
Decimal 253 251 236
Binary 11111101 11111011 11101100
Octal 375 373 354

Shades and tints

Shades of #FDFBEC

#FDFBEC
(253,251,236)
#E6E5D7
(230,229,215)
#CFCFC2
(207,207,194)
#B8B9AD
(184,185,173)
#A1A398
(161,163,152)
#8A8D83
(138,141,131)
#73776E
(115,119,110)
#5C6159
(92,97,89)
#454B44
(69,75,68)
#2E352F
(46,53,47)
#171F1A
(23,31,26)
#000000
(0,0,0)

Tints of #FDFBEC

#FDFBEC
(253,251,236)
#FDFBED
(253,251,237)
#FDFBEE
(253,251,238)
#FDFBEF
(253,251,239)
#FDFBF0
(253,251,240)
#FDFBF1
(253,251,241)
#FDFBF2
(253,251,242)
#FDFBF3
(253,251,243)
#FDFBF4
(253,251,244)
#FDFBF5
(253,251,245)
#FDFBF6
(253,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFBEC; }

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

This text font color is #FDFBEC.

Background Color

.myBgColor { background-color: #FDFBEC; }

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

This div background color is #FDFBEC.

Border color

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

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

This div border color is #FDFBEC.

Opacity

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

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

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

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

This text has shadow with #FDFBEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFBEC.

Preview

Color preview on black background

This text has color #FDFBEC on black background.


Color preview on white background

This text has color #FDFBEC on white background.


Black color preview on #FDFBEC background

This text has black color on #FDFBEC background.


White color preview on #FDFBEC background

This text has white color on #FDFBEC background.


Related colors

Complementary color

Complementary color for #hex is #020413.


I love getcolorcode.com

Triadic colors

1 #ECFDFB and #FBECFD with #FDFBEC are triadic colors.

2 #ECFBFD and #FBFDEC with #FDFBEC are triadic colors.