COLOR #FBFAE1

HEX: #FBFAE1
RGB: (251,250,225)

Color info

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

RGB color model

#FBFAE1 color RGB value is (251,250,225).

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

RGB channels and saturation

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

251
250
225

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

Portions of RGB colors in percentages

R + G + B =
251 + 250 + 225 = 726 (100%)
R 251 of 726 ~ 34.57%
G 250 of 726 ~ 34.44%
B 225 of 726 ~ 30.99%

%34.57
%34.44
%30.99

CMYK color model

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

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

Codes

Color #FBFAE1 in popluar color models

FBFAE1
RGB251250225
HSL58°76.47%93.33%
HSB/HSV58°10.36%98.43%
CMYK0.00%0.40%10.36%
1.57%

Color #FBFAE1 in popluar number systems.

HEXFBFAE1
Decimal251250225
Binary111110111111101011100001
Octal373372341

Shades and tints

Shades of #FBFAE1

#FBFAE1
(251,250,225)
#E5E4CD
(229,228,205)
#CFCEB9
(207,206,185)
#B9B8A5
(185,184,165)
#A3A291
(163,162,145)
#8D8C7D
(141,140,125)
#777669
(119,118,105)
#616055
(97,96,85)
#4B4A41
(75,74,65)
#35342D
(53,52,45)
#1F1E19
(31,30,25)
#000000
(0,0,0)

Tints of #FBFAE1

#FBFAE1
(251,250,225)
#FBFAE3
(251,250,227)
#FBFAE5
(251,250,229)
#FBFAE7
(251,250,231)
#FBFAE9
(251,250,233)
#FBFAEB
(251,250,235)
#FBFAED
(251,250,237)
#FBFAEF
(251,250,239)
#FBFAF1
(251,250,241)
#FBFAF3
(251,250,243)
#FBFAF5
(251,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFAE1; }

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

This text font color is #FBFAE1.


Background Color

.myBgColor { background-color: #FBFAE1; }

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

This div background color is #FBFAE1.


Border color

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

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

This div border color is #FBFAE1.


Opacity

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

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

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

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

This text has shadow with #FBFAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFAE1 on black background.


Color preview on white background

This text has color #FBFAE1 on white background.



Black color preview on #FBFAE1 background

This text has black color on #FBFAE1 background.


White color preview on #FBFAE1 background

This text has white color on #FBFAE1 background.