COLOR #FBF0FB

HEX: #FBF0FB
RGB: (251,240,251)

Color info

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

RGB color model

#FBF0FB color RGB value is (251,240,251).

  • red value is 251;
  • green value is 240;
  • blue value is 251.
RGB:
(251,240,251)
(98%,94%,98%)

RGB channels and saturation

R 251 of 255 = 98%
G 240 of 255 = 94%
B 251 of 255 = 98%

251
240
251

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

Portions of RGB colors in percentages

R + G + B =
251 + 240 + 251 = 742 (100%)
R 251 of 742 ~ 33.83%
G 240 of 742 ~ 32.35%
B 251 of 742 ~ 33.83%

%33.83
%32.35
%33.83

CMYK color model

#FBF0FB color CMYK value is (0,4,0,2).

  • cyan value is 0.00%
  • magenta value is 4.38%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(0,4,0,2)
C0M4Y0K2 
(0%,4%,0%,2%)
(0.00/0.04/0.00/0.02)	

CMYK percentages

%0
%4.38
%0
%1.57

Codes

Color #FBF0FB in popluar color models

FBF0FB
RGB251240251
HSL300°57.89%96.27%
HSB/HSV300°4.38%98.43%
CMYK0.00%4.38%0.00%
1.57%

Color #FBF0FB in popluar number systems.

HEXFBF0FB
Decimal251240251
Binary111110111111000011111011
Octal373360373

Shades and tints

Shades of #FBF0FB

#FBF0FB
(251,240,251)
#E5DBE5
(229,219,229)
#CFC6CF
(207,198,207)
#B9B1B9
(185,177,185)
#A39CA3
(163,156,163)
#8D878D
(141,135,141)
#777277
(119,114,119)
#615D61
(97,93,97)
#4B484B
(75,72,75)
#353335
(53,51,53)
#1F1E1F
(31,30,31)
#000000
(0,0,0)

Tints of #FBF0FB

#FBF0FB
(251,240,251)
#FBF1FB
(251,241,251)
#FBF2FB
(251,242,251)
#FBF3FB
(251,243,251)
#FBF4FB
(251,244,251)
#FBF5FB
(251,245,251)
#FBF6FB
(251,246,251)
#FBF7FB
(251,247,251)
#FBF8FB
(251,248,251)
#FBF9FB
(251,249,251)
#FBFAFB
(251,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF0FB; }

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

This text font color is #FBF0FB.


Background Color

.myBgColor { background-color: #FBF0FB; }

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

This div background color is #FBF0FB.


Border color

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

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

This div border color is #FBF0FB.


Opacity

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

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

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

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

This text has shadow with #FBF0FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF0FB on black background.


Color preview on white background

This text has color #FBF0FB on white background.



Black color preview on #FBF0FB background

This text has black color on #FBF0FB background.


White color preview on #FBF0FB background

This text has white color on #FBF0FB background.