COLOR #FBF8AE

HEX: #FBF8AE
RGB: (251,248,174)

Color info

#FBF8AE contains mainly red and green colors. Web safe color of #FBF8AE is #FFFF99 (or #FF9).

RGB color model

#FBF8AE color RGB value is (251,248,174).

  • red value is 251;
  • green value is 248;
  • blue value is 174.
RGB:
(251,248,174)
(98%,97%,68%)

RGB channels and saturation

R 251 of 255 = 98%
G 248 of 255 = 97%
B 174 of 255 = 68%

251
248
174

R + G + B ~ 88%. #FBF8AE is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 248 + 174 = 673 (100%)
R 251 of 673 ~ 37.3%
G 248 of 673 ~ 36.85%
B 174 of 673 ~ 25.85%

%37.3
%36.85
%25.85

CMYK color model

#FBF8AE color CMYK value is (0,1,31,2).

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 30.68%
  • key color value is 1.57%
CMYK:
(0,1,31,2)
C0M1Y31K2 
(0%,1%,31%,2%)
(0.00/0.01/0.31/0.02)	

CMYK percentages

%0
%1.2
%30.68
%1.57

Codes

Color #FBF8AE in popluar color models

FBF8AE
RGB251248174
HSL58°90.59%83.33%
HSB/HSV58°30.68%98.43%
CMYK0.00%1.20%30.68%
1.57%

Color #FBF8AE in popluar number systems.

HEXFBF8AE
Decimal251248174
Binary111110111111100010101110
Octal373370256

Shades and tints

Shades of #FBF8AE

#FBF8AE
(251,248,174)
#E5E29F
(229,226,159)
#CFCC90
(207,204,144)
#B9B681
(185,182,129)
#A3A072
(163,160,114)
#8D8A63
(141,138,99)
#777454
(119,116,84)
#615E45
(97,94,69)
#4B4836
(75,72,54)
#353227
(53,50,39)
#1F1C18
(31,28,24)
#000000
(0,0,0)

Tints of #FBF8AE

#FBF8AE
(251,248,174)
#FBF8B5
(251,248,181)
#FBF8BC
(251,248,188)
#FBF8C3
(251,248,195)
#FBF8CA
(251,248,202)
#FBF8D1
(251,248,209)
#FBF8D8
(251,248,216)
#FBF8DF
(251,248,223)
#FBF8E6
(251,248,230)
#FBF8ED
(251,248,237)
#FBF8F4
(251,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF8AE; }

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

This text font color is #FBF8AE.


Background Color

.myBgColor { background-color: #FBF8AE; }

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

This div background color is #FBF8AE.


Border color

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

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

This div border color is #FBF8AE.


Opacity

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

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

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

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

This text has shadow with #FBF8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF8AE on black background.


Color preview on white background

This text has color #FBF8AE on white background.



Black color preview on #FBF8AE background

This text has black color on #FBF8AE background.


White color preview on #FBF8AE background

This text has white color on #FBF8AE background.