COLOR #FBFAE2

HEX: #FBFAE2
RGB: (251,250,226)

Color info

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

RGB color model

#FBFAE2 color RGB value is (251,250,226).

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

RGB channels and saturation

R 251 of 255 = 98%
G 250 of 255 = 98%
B 226 of 255 = 89%

251
250
226

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

Portions of RGB colors in percentages

R + G + B =
251 + 250 + 226 = 727 (100%)
R 251 of 727 ~ 34.53%
G 250 of 727 ~ 34.39%
B 226 of 727 ~ 31.09%

%34.53
%34.39
%31.09

CMYK color model

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

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

Codes

Color #FBFAE2 in popluar color models

FBFAE2
RGB251250226
HSL58°75.76%93.53%
HSB/HSV58°9.96%98.43%
CMYK0.00%0.40%9.96%
1.57%

Color #FBFAE2 in popluar number systems.

HEXFBFAE2
Decimal251250226
Binary111110111111101011100010
Octal373372342

Shades and tints

Shades of #FBFAE2

#FBFAE2
(251,250,226)
#E5E4CE
(229,228,206)
#CFCEBA
(207,206,186)
#B9B8A6
(185,184,166)
#A3A292
(163,162,146)
#8D8C7E
(141,140,126)
#77766A
(119,118,106)
#616056
(97,96,86)
#4B4A42
(75,74,66)
#35342E
(53,52,46)
#1F1E1A
(31,30,26)
#000000
(0,0,0)

Tints of #FBFAE2

#FBFAE2
(251,250,226)
#FBFAE4
(251,250,228)
#FBFAE6
(251,250,230)
#FBFAE8
(251,250,232)
#FBFAEA
(251,250,234)
#FBFAEC
(251,250,236)
#FBFAEE
(251,250,238)
#FBFAF0
(251,250,240)
#FBFAF2
(251,250,242)
#FBFAF4
(251,250,244)
#FBFAF6
(251,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFAE2; }

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

This text font color is #FBFAE2.


Background Color

.myBgColor { background-color: #FBFAE2; }

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

This div background color is #FBFAE2.


Border color

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

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

This div border color is #FBFAE2.


Opacity

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

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

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

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

This text has shadow with #FBFAE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFAE2 on black background.


Color preview on white background

This text has color #FBFAE2 on white background.



Black color preview on #FBFAE2 background

This text has black color on #FBFAE2 background.


White color preview on #FBFAE2 background

This text has white color on #FBFAE2 background.