COLOR #FBFDFA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

251
253
250

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

Portions of RGB colors in percentages

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

%33.29
%33.55
%33.16

CMYK color model

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

  • cyan value is 0.79%
  • magenta value is 0.00%
  • yellow value is 1.19%
  • key color value is 0.78%
CMYK: (1,0,1,1) C1M0Y1K1 (1%,0%,1%,1%) (0.01/0.00/0.01/0.01) 

CMYK percentages

%0.79
%0
%1.19
%0.78

Codes

Color #FBFDFA in popluar color models

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

Color #FBFDFA in popluar number systems.

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

Shades and tints

Shades of #FBFDFA

#FBFDFA
(251,253,250)
#E5E6E4
(229,230,228)
#CFCFCE
(207,207,206)
#B9B8B8
(185,184,184)
#A3A1A2
(163,161,162)
#8D8A8C
(141,138,140)
#777376
(119,115,118)
#615C60
(97,92,96)
#4B454A
(75,69,74)
#352E34
(53,46,52)
#1F171E
(31,23,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFDFA; }

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

This text font color is #FBFDFA.

Background Color

.myBgColor { background-color: #FBFDFA; }

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

This div background color is #FBFDFA.

Border color

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

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

This div border color is #FBFDFA.

Opacity

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

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

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

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

This text has shadow with #FBFDFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBFDFA.

Preview

Color preview on black background

This text has color #FBFDFA on black background.


Color preview on white background

This text has color #FBFDFA on white background.


Black color preview on #FBFDFA background

This text has black color on #FBFDFA background.


White color preview on #FBFDFA background

This text has white color on #FBFDFA background.


Related colors

Complementary color

Complementary color for #hex is #040205.


I love getcolorcode.com

Triadic colors

1 #FAFBFD and #FDFAFB with #FBFDFA are triadic colors.

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