COLOR #FBF0FA

HEX: #FBF0FA
RGB: (251,240,250)

Color info

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

RGB color model

#FBF0FA color RGB value is (251,240,250).

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

RGB channels and saturation

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

251
240
250

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

Portions of RGB colors in percentages

R + G + B =
251 + 240 + 250 = 741 (100%)
R 251 of 741 ~ 33.87%
G 240 of 741 ~ 32.39%
B 250 of 741 ~ 33.74%

%33.87
%32.39
%33.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.38%
  • yellow value is 0.40%
  • 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.4
%1.57

Codes

Color #FBF0FA in popluar color models

FBF0FA
RGB251240250
HSL305°57.89%96.27%
HSB/HSV305°4.38%98.43%
CMYK0.00%4.38%0.40%
1.57%

Color #FBF0FA in popluar number systems.

HEXFBF0FA
Decimal251240250
Binary111110111111000011111010
Octal373360372

Shades and tints

Shades of #FBF0FA

#FBF0FA
(251,240,250)
#E5DBE4
(229,219,228)
#CFC6CE
(207,198,206)
#B9B1B8
(185,177,184)
#A39CA2
(163,156,162)
#8D878C
(141,135,140)
#777276
(119,114,118)
#615D60
(97,93,96)
#4B484A
(75,72,74)
#353334
(53,51,52)
#1F1E1E
(31,30,30)
#000000
(0,0,0)

Tints of #FBF0FA

#FBF0FA
(251,240,250)
#FBF1FA
(251,241,250)
#FBF2FA
(251,242,250)
#FBF3FA
(251,243,250)
#FBF4FA
(251,244,250)
#FBF5FA
(251,245,250)
#FBF6FA
(251,246,250)
#FBF7FA
(251,247,250)
#FBF8FA
(251,248,250)
#FBF9FA
(251,249,250)
#FBFAFA
(251,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF0FA; }

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

This text font color is #FBF0FA.


Background Color

.myBgColor { background-color: #FBF0FA; }

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

This div background color is #FBF0FA.


Border color

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

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

This div border color is #FBF0FA.


Opacity

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

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

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

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

This text has shadow with #FBF0FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF0FA on black background.


Color preview on white background

This text has color #FBF0FA on white background.



Black color preview on #FBF0FA background

This text has black color on #FBF0FA background.


White color preview on #FBF0FA background

This text has white color on #FBF0FA background.