COLOR #FDFBFA

HEX: #FDFBFA RGB: (253,251,250)

Color info

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

RGB color model

#FDFBFA color RGB value is (253,251,250).

RGB: (253,251,250) (99%, 98%, 98%)

RGB channels and saturation

R 253 of 255 = 99%
G 251 of 255 = 98%
B 250 of 255 = 98%

253
251
250

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

Portions of RGB colors in percentages

R + G + B = 253 + 251 + 250 = 754 (100%)
R 253 of 754 ~ 33.55%
G 251 of 754 ~ 33.29%
B 250 of 754 ~ 33.16'%

%33.55
%33.29
%33.16

CMYK color model

#FDFBFA color CMYK value is (0,1,1,1).

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

CMYK: (0,1,1,1)
C0M1Y1K1 (0%, 1%, 1%, 1%)
(0.00 / 0.01 / 0.01 / 0.01)

CMYK percentages

%0
%0.79
%1.19
%0.78

Codes

Color #FDFBFA in popluar color models

FD FB FA
RGB 253 251 250
HSL 20° 42.86% 98.63%
HSB/HSV 20° 1.19% 99.22%
CMYK 0.00% 0.79% 1.19%
0.78%

Color #FDFBFA in popluar number systems.

HEX FD FB FA
Decimal 253 251 250
Binary 11111101 11111011 11111010
Octal 375 373 372

Shades and tints

Shades of #FDFBFA

#FDFBFA
(253,251,250)
#E6E5E4
(230,229,228)
#CFCFCE
(207,207,206)
#B8B9B8
(184,185,184)
#A1A3A2
(161,163,162)
#8A8D8C
(138,141,140)
#737776
(115,119,118)
#5C6160
(92,97,96)
#454B4A
(69,75,74)
#2E3534
(46,53,52)
#171F1E
(23,31,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFBFA; }

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

This text font color is #FDFBFA.

Background Color

.myBgColor { background-color: #FDFBFA; }

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

This div background color is #FDFBFA.

Border color

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

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

This div border color is #FDFBFA.

Opacity

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

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

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

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

This text has shadow with #FDFBFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFBFA.

Preview

Color preview on black background

This text has color #FDFBFA on black background.


Color preview on white background

This text has color #FDFBFA on white background.


Black color preview on #FDFBFA background

This text has black color on #FDFBFA background.


White color preview on #FDFBFA background

This text has white color on #FDFBFA background.


Related colors

Complementary color

Complementary color for #hex is #020405.


I love getcolorcode.com

Triadic colors

1 #FAFDFB and #FBFAFD with #FDFBFA are triadic colors.

2 #FAFBFD and #FBFDFA with #FDFBFA are triadic colors.