COLOR #FAFFB5

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

250
255
181

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

Portions of RGB colors in percentages

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

%36.44
%37.17
%26.38

CMYK color model

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

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

CMYK percentages

%1.96
%0
%29.02
%0

Codes

Color #FAFFB5 in popluar color models

FAFFB5
RGB250255181
HSL64°100.00%85.49%
HSB/HSV64°29.02%100.00%
CMYK1.96%0.00%29.02%
0.00%

Color #FAFFB5 in popluar number systems.

HEXFAFFB5
Decimal250255181
Binary111110101111111110110101
Octal372377265

Shades and tints

Shades of #FAFFB5

#FAFFB5
(250,255,181)
#E4E8A5
(228,232,165)
#CED195
(206,209,149)
#B8BA85
(184,186,133)
#A2A375
(162,163,117)
#8C8C65
(140,140,101)
#767555
(118,117,85)
#605E45
(96,94,69)
#4A4735
(74,71,53)
#343025
(52,48,37)
#1E1915
(30,25,21)
#000000
(0,0,0)

Tints of #FAFFB5

#FAFFB5
(250,255,181)
#FAFFBB
(250,255,187)
#FAFFC1
(250,255,193)
#FAFFC7
(250,255,199)
#FAFFCD
(250,255,205)
#FAFFD3
(250,255,211)
#FAFFD9
(250,255,217)
#FAFFDF
(250,255,223)
#FAFFE5
(250,255,229)
#FAFFEB
(250,255,235)
#FAFFF1
(250,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFFB5; }

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

This text font color is #FAFFB5.


Background Color

.myBgColor { background-color: #FAFFB5; }

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

This div background color is #FAFFB5.


Border color

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

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

This div border color is #FAFFB5.


Opacity

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

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

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

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

This text has shadow with #FAFFB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAFFB5 on black background.


Color preview on white background

This text has color #FAFFB5 on white background.



Black color preview on #FAFFB5 background

This text has black color on #FAFFB5 background.


White color preview on #FAFFB5 background

This text has white color on #FAFFB5 background.