COLOR #FDFBF5

HEX: #FDFBF5 RGB: (253,251,245)

Color info

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

RGB color model

#FDFBF5 color RGB value is (253,251,245).

RGB: (253,251,245) (99%, 98%, 96%)

RGB channels and saturation

R 253 of 255 = 99%
G 251 of 255 = 98%
B 245 of 255 = 96%

253
251
245

R + G + B ~ 98%. #FDFBF5 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 251 + 245 = 749 (100%)
R 253 of 749 ~ 33.78%
G 251 of 749 ~ 33.51%
B 245 of 749 ~ 32.71'%

%33.78
%33.51
%32.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.79%
  • yellow value is 3.16%
  • key color value is 0.78%
CMYK: (0,1,3,1) C0M1Y3K1 (0%,1%,3%,1%) (0.00/0.01/0.03/0.01) 

CMYK percentages

%0
%0.79
%3.16
%0.78

Codes

Color #FDFBF5 in popluar color models

FD FB F5
RGB 253 251 245
HSL 45° 66.67% 97.65%
HSB/HSV 45° 3.16% 99.22%
CMYK 0.00% 0.79% 3.16%
0.78%

Color #FDFBF5 in popluar number systems.

HEX FD FB F5
Decimal 253 251 245
Binary 11111101 11111011 11110101
Octal 375 373 365

Shades and tints

Shades of #FDFBF5

#FDFBF5
(253,251,245)
#E6E5DF
(230,229,223)
#CFCFC9
(207,207,201)
#B8B9B3
(184,185,179)
#A1A39D
(161,163,157)
#8A8D87
(138,141,135)
#737771
(115,119,113)
#5C615B
(92,97,91)
#454B45
(69,75,69)
#2E352F
(46,53,47)
#171F19
(23,31,25)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFBF5; }

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

This text font color is #FDFBF5.

Background Color

.myBgColor { background-color: #FDFBF5; }

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

This div background color is #FDFBF5.

Border color

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

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

This div border color is #FDFBF5.

Opacity

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

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

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

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

This text has shadow with #FDFBF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFBF5.

Preview

Color preview on black background

This text has color #FDFBF5 on black background.


Color preview on white background

This text has color #FDFBF5 on white background.


Black color preview on #FDFBF5 background

This text has black color on #FDFBF5 background.


White color preview on #FDFBF5 background

This text has white color on #FDFBF5 background.


Related colors

Complementary color

Complementary color for #hex is #02040A.


I love getcolorcode.com

Triadic colors

1 #F5FDFB and #FBF5FD with #FDFBF5 are triadic colors.

2 #F5FBFD and #FBFDF5 with #FDFBF5 are triadic colors.