COLOR #FFF1A3

HEX: #FFF1A3
RGB: (255,241,163)

Color info

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

RGB color model

#FFF1A3 color RGB value is (255,241,163).

  • red value is 255;
  • green value is 241;
  • blue value is 163.
RGB:
(255,241,163)
(100%,95%,64%)

RGB channels and saturation

R 255 of 255 = 100%
G 241 of 255 = 95%
B 163 of 255 = 64%

255
241
163

R + G + B ~ 86%. #FFF1A3 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 241 + 163 = 659 (100%)
R 255 of 659 ~ 38.69%
G 241 of 659 ~ 36.57%
B 163 of 659 ~ 24.73%

%38.69
%36.57
%24.73

CMYK color model

#FFF1A3 color CMYK value is (0,5,36,0).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 36.08%
  • key color value is 0.00%
CMYK:
(0,5,36,0)
C0M5Y36K0 
(0%,5%,36%,0%)
(0.00/0.05/0.36/0.00)	

CMYK percentages

%0
%5.49
%36.08
%0

Codes

Color #FFF1A3 in popluar color models

FFF1A3
RGB255241163
HSL51°100.00%81.96%
HSB/HSV51°36.08%100.00%
CMYK0.00%5.49%36.08%
0.00%

Color #FFF1A3 in popluar number systems.

HEXFFF1A3
Decimal255241163
Binary111111111111000110100011
Octal377361243

Shades and tints

Shades of #FFF1A3

#FFF1A3
(255,241,163)
#E8DC95
(232,220,149)
#D1C787
(209,199,135)
#BAB279
(186,178,121)
#A39D6B
(163,157,107)
#8C885D
(140,136,93)
#75734F
(117,115,79)
#5E5E41
(94,94,65)
#474933
(71,73,51)
#303425
(48,52,37)
#191F17
(25,31,23)
#000000
(0,0,0)

Tints of #FFF1A3

#FFF1A3
(255,241,163)
#FFF2AB
(255,242,171)
#FFF3B3
(255,243,179)
#FFF4BB
(255,244,187)
#FFF5C3
(255,245,195)
#FFF6CB
(255,246,203)
#FFF7D3
(255,247,211)
#FFF8DB
(255,248,219)
#FFF9E3
(255,249,227)
#FFFAEB
(255,250,235)
#FFFBF3
(255,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFF1A3 color. Also use rgb(255,241,163) instead hex code.

Text Font Color

.myTextColor { color: #FFF1A3; }

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

This text font color is #FFF1A3.


Background Color

.myBgColor { background-color: #FFF1A3; }

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

This div background color is #FFF1A3.


Border color

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

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

This div border color is #FFF1A3.


Opacity

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

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

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

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

This text has shadow with #FFF1A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFF1A3 on black background.


Color preview on white background

This text has color #FFF1A3 on white background.



Black color preview on #FFF1A3 background

This text has black color on #FFF1A3 background.


White color preview on #FFF1A3 background

This text has white color on #FFF1A3 background.