COLOR #FBFBE1

HEX: #FBFBE1
RGB: (251,251,225)

Color info

#FBFBE1 contains red, green and blue colors in about the same proportion. Web safe color of #FBFBE1 is #FFFFCC (or #FFC).

RGB color model

#FBFBE1 color RGB value is (251,251,225).

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

RGB channels and saturation

R 251 of 255 = 98%
G 251 of 255 = 98%
B 225 of 255 = 88%

251
251
225

R + G + B ~ 95%. #FBFBE1 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 251 + 225 = 727 (100%)
R 251 of 727 ~ 34.53%
G 251 of 727 ~ 34.53%
B 225 of 727 ~ 30.95%

%34.53
%34.53
%30.95

CMYK color model

#FBFBE1 color CMYK value is (0,0,10,2).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 1.57%
CMYK:
(0,0,10,2)
C0M0Y10K2 
(0%,0%,10%,2%)
(0.00/0.00/0.10/0.02)	

CMYK percentages

%0
%0
%10.36
%1.57

Codes

Color #FBFBE1 in popluar color models

FBFBE1
RGB251251225
HSL60°76.47%93.33%
HSB/HSV60°10.36%98.43%
CMYK0.00%0.00%10.36%
1.57%

Color #FBFBE1 in popluar number systems.

HEXFBFBE1
Decimal251251225
Binary111110111111101111100001
Octal373373341

Shades and tints

Shades of #FBFBE1

#FBFBE1
(251,251,225)
#E5E5CD
(229,229,205)
#CFCFB9
(207,207,185)
#B9B9A5
(185,185,165)
#A3A391
(163,163,145)
#8D8D7D
(141,141,125)
#777769
(119,119,105)
#616155
(97,97,85)
#4B4B41
(75,75,65)
#35352D
(53,53,45)
#1F1F19
(31,31,25)
#000000
(0,0,0)

Tints of #FBFBE1

#FBFBE1
(251,251,225)
#FBFBE3
(251,251,227)
#FBFBE5
(251,251,229)
#FBFBE7
(251,251,231)
#FBFBE9
(251,251,233)
#FBFBEB
(251,251,235)
#FBFBED
(251,251,237)
#FBFBEF
(251,251,239)
#FBFBF1
(251,251,241)
#FBFBF3
(251,251,243)
#FBFBF5
(251,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFBE1; }

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

This text font color is #FBFBE1.


Background Color

.myBgColor { background-color: #FBFBE1; }

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

This div background color is #FBFBE1.


Border color

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

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

This div border color is #FBFBE1.


Opacity

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

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

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

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

This text has shadow with #FBFBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFBE1 on black background.


Color preview on white background

This text has color #FBFBE1 on white background.



Black color preview on #FBFBE1 background

This text has black color on #FBFBE1 background.


White color preview on #FBFBE1 background

This text has white color on #FBFBE1 background.