COLOR #FDFBF2

HEX: #FDFBF2 RGB: (253,251,242)

Color info

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

RGB color model

#FDFBF2 color RGB value is (253,251,242).

RGB: (253,251,242) (99%, 98%, 95%)

RGB channels and saturation

R 253 of 255 = 99%
G 251 of 255 = 98%
B 242 of 255 = 95%

253
251
242

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

Portions of RGB colors in percentages

R + G + B = 253 + 251 + 242 = 746 (100%)
R 253 of 746 ~ 33.91%
G 251 of 746 ~ 33.65%
B 242 of 746 ~ 32.44'%

%33.91
%33.65
%32.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.79%
  • yellow value is 4.35%
  • 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
%4.35
%0.78

Codes

Color #FDFBF2 in popluar color models

FD FB F2
RGB 253 251 242
HSL 49° 73.33% 97.06%
HSB/HSV 49° 4.35% 99.22%
CMYK 0.00% 0.79% 4.35%
0.78%

Color #FDFBF2 in popluar number systems.

HEX FD FB F2
Decimal 253 251 242
Binary 11111101 11111011 11110010
Octal 375 373 362

Shades and tints

Shades of #FDFBF2

#FDFBF2
(253,251,242)
#E6E5DC
(230,229,220)
#CFCFC6
(207,207,198)
#B8B9B0
(184,185,176)
#A1A39A
(161,163,154)
#8A8D84
(138,141,132)
#73776E
(115,119,110)
#5C6158
(92,97,88)
#454B42
(69,75,66)
#2E352C
(46,53,44)
#171F16
(23,31,22)
#000000
(0,0,0)

Tints of #FDFBF2

#FDFBF2
(253,251,242)
#FDFBF3
(253,251,243)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFBF2; }

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

This text font color is #FDFBF2.

Background Color

.myBgColor { background-color: #FDFBF2; }

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

This div background color is #FDFBF2.

Border color

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

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

This div border color is #FDFBF2.

Opacity

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

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

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

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

This text has shadow with #FDFBF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFBF2.

Preview

Color preview on black background

This text has color #FDFBF2 on black background.


Color preview on white background

This text has color #FDFBF2 on white background.


Black color preview on #FDFBF2 background

This text has black color on #FDFBF2 background.


White color preview on #FDFBF2 background

This text has white color on #FDFBF2 background.


Related colors

Complementary color

Complementary color for #hex is #02040D.


I love getcolorcode.com

Triadic colors

1 #F2FDFB and #FBF2FD with #FDFBF2 are triadic colors.

2 #F2FBFD and #FBFDF2 with #FDFBF2 are triadic colors.