COLOR #FFFAB5

HEX: #FFFAB5
RGB: (255,250,181)

Color info

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

RGB color model

#FFFAB5 color RGB value is (255,250,181).

  • red value is 255;
  • green value is 250;
  • blue value is 181.
RGB:
(255,250,181)
(100%,98%,71%)

RGB channels and saturation

R 255 of 255 = 100%
G 250 of 255 = 98%
B 181 of 255 = 71%

255
250
181

R + G + B ~ 90%. #FFFAB5 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 250 + 181 = 686 (100%)
R 255 of 686 ~ 37.17%
G 250 of 686 ~ 36.44%
B 181 of 686 ~ 26.38%

%37.17
%36.44
%26.38

CMYK color model

#FFFAB5 color CMYK value is (0,2,29,0).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 29.02%
  • key color value is 0.00%
CMYK:
(0,2,29,0)
C0M2Y29K0 
(0%,2%,29%,0%)
(0.00/0.02/0.29/0.00)	

CMYK percentages

%0
%1.96
%29.02
%0

Codes

Color #FFFAB5 in popluar color models

FFFAB5
RGB255250181
HSL56°100.00%85.49%
HSB/HSV56°29.02%100.00%
CMYK0.00%1.96%29.02%
0.00%

Color #FFFAB5 in popluar number systems.

HEXFFFAB5
Decimal255250181
Binary111111111111101010110101
Octal377372265

Shades and tints

Shades of #FFFAB5

#FFFAB5
(255,250,181)
#E8E4A5
(232,228,165)
#D1CE95
(209,206,149)
#BAB885
(186,184,133)
#A3A275
(163,162,117)
#8C8C65
(140,140,101)
#757655
(117,118,85)
#5E6045
(94,96,69)
#474A35
(71,74,53)
#303425
(48,52,37)
#191E15
(25,30,21)
#000000
(0,0,0)

Tints of #FFFAB5

#FFFAB5
(255,250,181)
#FFFABB
(255,250,187)
#FFFAC1
(255,250,193)
#FFFAC7
(255,250,199)
#FFFACD
(255,250,205)
#FFFAD3
(255,250,211)
#FFFAD9
(255,250,217)
#FFFADF
(255,250,223)
#FFFAE5
(255,250,229)
#FFFAEB
(255,250,235)
#FFFAF1
(255,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFFAB5 color. Also use rgb(255,250,181) instead hex code.

Text Font Color

.myTextColor { color: #FFFAB5; }

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

This text font color is #FFFAB5.


Background Color

.myBgColor { background-color: #FFFAB5; }

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

This div background color is #FFFAB5.


Border color

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

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

This div border color is #FFFAB5.


Opacity

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

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

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

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

This text has shadow with #FFFAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFAB5 on black background.


Color preview on white background

This text has color #FFFAB5 on white background.



Black color preview on #FFFAB5 background

This text has black color on #FFFAB5 background.


White color preview on #FFFAB5 background

This text has white color on #FFFAB5 background.