COLOR #FAF5BB

HEX: #FAF5BB
RGB: (250,245,187)

Color info

#FAF5BB contains mainly red and green colors. Web safe color of #FAF5BB is #FFFFCC (or #FFC).

RGB color model

#FAF5BB color RGB value is (250,245,187).

  • red value is 250;
  • green value is 245;
  • blue value is 187.
RGB:
(250,245,187)
(98%,96%,73%)

RGB channels and saturation

R 250 of 255 = 98%
G 245 of 255 = 96%
B 187 of 255 = 73%

250
245
187

R + G + B ~ 89%. #FAF5BB is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 245 + 187 = 682 (100%)
R 250 of 682 ~ 36.66%
G 245 of 682 ~ 35.92%
B 187 of 682 ~ 27.42%

%36.66
%35.92
%27.42

CMYK color model

#FAF5BB color CMYK value is (0,2,25,2).

  • cyan value is 0.00%
  • magenta value is 2.00%
  • yellow value is 25.20%
  • key color value is 1.96%
CMYK:
(0,2,25,2)
C0M2Y25K2 
(0%,2%,25%,2%)
(0.00/0.02/0.25/0.02)	

CMYK percentages

%0
%2
%25.2
%1.96

Codes

Color #FAF5BB in popluar color models

FAF5BB
RGB250245187
HSL55°86.30%85.69%
HSB/HSV55°25.20%98.04%
CMYK0.00%2.00%25.20%
1.96%

Color #FAF5BB in popluar number systems.

HEXFAF5BB
Decimal250245187
Binary111110101111010110111011
Octal372365273

Shades and tints

Shades of #FAF5BB

#FAF5BB
(250,245,187)
#E4DFAA
(228,223,170)
#CEC999
(206,201,153)
#B8B388
(184,179,136)
#A29D77
(162,157,119)
#8C8766
(140,135,102)
#767155
(118,113,85)
#605B44
(96,91,68)
#4A4533
(74,69,51)
#342F22
(52,47,34)
#1E1911
(30,25,17)
#000000
(0,0,0)

Tints of #FAF5BB

#FAF5BB
(250,245,187)
#FAF5C1
(250,245,193)
#FAF5C7
(250,245,199)
#FAF5CD
(250,245,205)
#FAF5D3
(250,245,211)
#FAF5D9
(250,245,217)
#FAF5DF
(250,245,223)
#FAF5E5
(250,245,229)
#FAF5EB
(250,245,235)
#FAF5F1
(250,245,241)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAF5BB color. Also use rgb(250,245,187) instead hex code.

Text Font Color

.myTextColor { color: #FAF5BB; }

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

This text font color is #FAF5BB.


Background Color

.myBgColor { background-color: #FAF5BB; }

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

This div background color is #FAF5BB.


Border color

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

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

This div border color is #FAF5BB.


Opacity

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

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

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

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

This text has shadow with #FAF5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF5BB on black background.


Color preview on white background

This text has color #FAF5BB on white background.



Black color preview on #FAF5BB background

This text has black color on #FAF5BB background.


White color preview on #FAF5BB background

This text has white color on #FAF5BB background.