COLOR #FFFBF3

HEX: #FFFBF3 RGB: (255,251,243)

Color info

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

RGB color model

#FFFBF3 color RGB value is (255,251,243).

RGB: (255,251,243) (100%, 98%, 95%)

RGB channels and saturation

R 255 of 255 = 100%
G 251 of 255 = 98%
B 243 of 255 = 95%

255
251
243

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

Portions of RGB colors in percentages

R + G + B = 255 + 251 + 243 = 749 (100%)
R 255 of 749 ~ 34.05%
G 251 of 749 ~ 33.51%
B 243 of 749 ~ 32.44'%

%34.05
%33.51
%32.44

CMYK color model

#FFFBF3 color CMYK value is (0,2,5,0).

  • cyan value is 0.00%
  • magenta value is 1.57%
  • yellow value is 4.71%
  • key color value is 0.00%

CMYK: (0,2,5,0)
C0M2Y5K0 (0%, 2%, 5%, 0%)
(0.00 / 0.02 / 0.05 / 0.00)

CMYK percentages

%0
%1.57
%4.71
%0

Codes

Color #FFFBF3 in popluar color models

FF FB F3
RGB 255 251 243
HSL 40° 100.00% 97.65%
HSB/HSV 40° 4.71% 100.00%
CMYK 0.00% 1.57% 4.71%
0.00%

Color #FFFBF3 in popluar number systems.

HEX FF FB F3
Decimal 255 251 243
Binary 11111111 11111011 11110011
Octal 377 373 363

Shades and tints

Shades of #FFFBF3

#FFFBF3
(255,251,243)
#E8E5DD
(232,229,221)
#D1CFC7
(209,207,199)
#BAB9B1
(186,185,177)
#A3A39B
(163,163,155)
#8C8D85
(140,141,133)
#75776F
(117,119,111)
#5E6159
(94,97,89)
#474B43
(71,75,67)
#30352D
(48,53,45)
#191F17
(25,31,23)
#000000
(0,0,0)

Tints of #FFFBF3

#FFFBF3
(255,251,243)
#FFFBF4
(255,251,244)
#FFFBF5
(255,251,245)
#FFFBF6
(255,251,246)
#FFFBF7
(255,251,247)
#FFFBF8
(255,251,248)
#FFFBF9
(255,251,249)
#FFFBFA
(255,251,250)
#FFFBFB
(255,251,251)
#FFFBFC
(255,251,252)
#FFFBFD
(255,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFFBF3 color. Also use rgb(255,251,243) instead hex code.

Text Font Color

.myTextColor { color: #FFFBF3; }

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

This text font color is #FFFBF3.

Background Color

.myBgColor { background-color: #FFFBF3; }

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

This div background color is #FFFBF3.

Border color

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

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

This div border color is #FFFBF3.

Opacity

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

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

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

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

This text has shadow with #FFFBF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFFBF3.

Preview

Color preview on black background

This text has color #FFFBF3 on black background.


Color preview on white background

This text has color #FFFBF3 on white background.


Black color preview on #FFFBF3 background

This text has black color on #FFFBF3 background.


White color preview on #FFFBF3 background

This text has white color on #FFFBF3 background.


Related colors

Complementary color

Complementary color for #hex is #00040C.


I love getcolorcode.com

Triadic colors

1 #F3FFFB and #FBF3FF with #FFFBF3 are triadic colors.

2 #F3FBFF and #FBFFF3 with #FFFBF3 are triadic colors.