COLOR #FDFBF4

HEX: #FDFBF4 RGB: (253,251,244)

Color info

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

RGB color model

#FDFBF4 color RGB value is (253,251,244).

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

RGB channels and saturation

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

253
251
244

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

Portions of RGB colors in percentages

R + G + B = 253 + 251 + 244 = 748 (100%)
R 253 of 748 ~ 33.82%
G 251 of 748 ~ 33.56%
B 244 of 748 ~ 32.62'%

%33.82
%33.56
%32.62

CMYK color model

#FDFBF4 color CMYK value is (0,1,4,1).

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

CMYK: (0,1,4,1)
C0M1Y4K1 (0%, 1%, 4%, 1%)
(0.00 / 0.01 / 0.04 / 0.01)

CMYK percentages

%0
%0.79
%3.56
%0.78

Codes

Color #FDFBF4 in popluar color models

FD FB F4
RGB 253 251 244
HSL 47° 69.23% 97.45%
HSB/HSV 47° 3.56% 99.22%
CMYK 0.00% 0.79% 3.56%
0.78%

Color #FDFBF4 in popluar number systems.

HEX FD FB F4
Decimal 253 251 244
Binary 11111101 11111011 11110100
Octal 375 373 364

Shades and tints

Shades of #FDFBF4

#FDFBF4
(253,251,244)
#E6E5DE
(230,229,222)
#CFCFC8
(207,207,200)
#B8B9B2
(184,185,178)
#A1A39C
(161,163,156)
#8A8D86
(138,141,134)
#737770
(115,119,112)
#5C615A
(92,97,90)
#454B44
(69,75,68)
#2E352E
(46,53,46)
#171F18
(23,31,24)
#000000
(0,0,0)

Tints of #FDFBF4

#FDFBF4
(253,251,244)
#FDFBF5
(253,251,245)
#FDFBF6
(253,251,246)
#FDFBF7
(253,251,247)
#FDFBF8
(253,251,248)
#FDFBF9
(253,251,249)
#FDFBFA
(253,251,250)
#FDFBFB
(253,251,251)
#FDFBFC
(253,251,252)
#FDFBFD
(253,251,253)
#FDFBFE
(253,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFBF4; }

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

This text font color is #FDFBF4.

Background Color

.myBgColor { background-color: #FDFBF4; }

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

This div background color is #FDFBF4.

Border color

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

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

This div border color is #FDFBF4.

Opacity

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

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

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

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

This text has shadow with #FDFBF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFBF4.

Preview

Color preview on black background

This text has color #FDFBF4 on black background.


Color preview on white background

This text has color #FDFBF4 on white background.


Black color preview on #FDFBF4 background

This text has black color on #FDFBF4 background.


White color preview on #FDFBF4 background

This text has white color on #FDFBF4 background.


Related colors

Complementary color

Complementary color for #hex is #02040B.


I love getcolorcode.com

Triadic colors

1 #F4FDFB and #FBF4FD with #FDFBF4 are triadic colors.

2 #F4FBFD and #FBFDF4 with #FDFBF4 are triadic colors.