COLOR #FBFAE0

HEX: #FBFAE0
RGB: (251,250,224)

Color info

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

RGB color model

#FBFAE0 color RGB value is (251,250,224).

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

RGB channels and saturation

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

251
250
224

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

Portions of RGB colors in percentages

R + G + B =
251 + 250 + 224 = 725 (100%)
R 251 of 725 ~ 34.62%
G 250 of 725 ~ 34.48%
B 224 of 725 ~ 30.9%

%34.62
%34.48
%30.9

CMYK color model

#FBFAE0 color CMYK value is (0,0,11,2).

  • cyan value is 0.00%
  • magenta value is 0.40%
  • yellow value is 10.76%
  • key color value is 1.57%
CMYK:
(0,0,11,2)
C0M0Y11K2 
(0%,0%,11%,2%)
(0.00/0.00/0.11/0.02)	

CMYK percentages

%0
%0.4
%10.76
%1.57

Codes

Color #FBFAE0 in popluar color models

FBFAE0
RGB251250224
HSL58°77.14%93.14%
HSB/HSV58°10.76%98.43%
CMYK0.00%0.40%10.76%
1.57%

Color #FBFAE0 in popluar number systems.

HEXFBFAE0
Decimal251250224
Binary111110111111101011100000
Octal373372340

Shades and tints

Shades of #FBFAE0

#FBFAE0
(251,250,224)
#E5E4CC
(229,228,204)
#CFCEB8
(207,206,184)
#B9B8A4
(185,184,164)
#A3A290
(163,162,144)
#8D8C7C
(141,140,124)
#777668
(119,118,104)
#616054
(97,96,84)
#4B4A40
(75,74,64)
#35342C
(53,52,44)
#1F1E18
(31,30,24)
#000000
(0,0,0)

Tints of #FBFAE0

#FBFAE0
(251,250,224)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFAE0; }

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

This text font color is #FBFAE0.


Background Color

.myBgColor { background-color: #FBFAE0; }

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

This div background color is #FBFAE0.


Border color

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

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

This div border color is #FBFAE0.


Opacity

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

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

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

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

This text has shadow with #FBFAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFAE0 on black background.


Color preview on white background

This text has color #FBFAE0 on white background.



Black color preview on #FBFAE0 background

This text has black color on #FBFAE0 background.


White color preview on #FBFAE0 background

This text has white color on #FBFAE0 background.