COLOR #FBF4F6

HEX: #FBF4F6
RGB: (251,244,246)

Color info

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

RGB color model

#FBF4F6 color RGB value is (251,244,246).

  • red value is 251;
  • green value is 244;
  • blue value is 246.
RGB:
(251,244,246)
(98%,96%,96%)

RGB channels and saturation

R 251 of 255 = 98%
G 244 of 255 = 96%
B 246 of 255 = 96%

251
244
246

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

Portions of RGB colors in percentages

R + G + B =
251 + 244 + 246 = 741 (100%)
R 251 of 741 ~ 33.87%
G 244 of 741 ~ 32.93%
B 246 of 741 ~ 33.2%

%33.87
%32.93
%33.2

CMYK color model

#FBF4F6 color CMYK value is (0,3,2,2).

  • cyan value is 0.00%
  • magenta value is 2.79%
  • yellow value is 1.99%
  • key color value is 1.57%
CMYK:
(0,3,2,2)
C0M3Y2K2 
(0%,3%,2%,2%)
(0.00/0.03/0.02/0.02)	

CMYK percentages

%0
%2.79
%1.99
%1.57

Codes

Color #FBF4F6 in popluar color models

FBF4F6
RGB251244246
HSL343°46.67%97.06%
HSB/HSV343°2.79%98.43%
CMYK0.00%2.79%1.99%
1.57%

Color #FBF4F6 in popluar number systems.

HEXFBF4F6
Decimal251244246
Binary111110111111010011110110
Octal373364366

Shades and tints

Shades of #FBF4F6

#FBF4F6
(251,244,246)
#E5DEE0
(229,222,224)
#CFC8CA
(207,200,202)
#B9B2B4
(185,178,180)
#A39C9E
(163,156,158)
#8D8688
(141,134,136)
#777072
(119,112,114)
#615A5C
(97,90,92)
#4B4446
(75,68,70)
#352E30
(53,46,48)
#1F181A
(31,24,26)
#000000
(0,0,0)

Tints of #FBF4F6

#FBF4F6
(251,244,246)
#FBF5F6
(251,245,246)
#FBF6F6
(251,246,246)
#FBF7F6
(251,247,246)
#FBF8F6
(251,248,246)
#FBF9F6
(251,249,246)
#FBFAF6
(251,250,246)
#FBFBF6
(251,251,246)
#FBFCF6
(251,252,246)
#FBFDF6
(251,253,246)
#FBFEF6
(251,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF4F6; }

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

This text font color is #FBF4F6.


Background Color

.myBgColor { background-color: #FBF4F6; }

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

This div background color is #FBF4F6.


Border color

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

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

This div border color is #FBF4F6.


Opacity

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

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

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

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

This text has shadow with #FBF4F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF4F6 on black background.


Color preview on white background

This text has color #FBF4F6 on white background.



Black color preview on #FBF4F6 background

This text has black color on #FBF4F6 background.


White color preview on #FBF4F6 background

This text has white color on #FBF4F6 background.