COLOR #FFFAF6

HEX: #FFFAF6
RGB: (255,250,246)

Color info

#FFFAF6 contains red, green and blue colors in about the same proportion. Web safe color of #FFFAF6 is #FFFFFF (or #FFF).

RGB color model

#FFFAF6 color RGB value is (255,250,246).

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

RGB channels and saturation

R 255 of 255 = 100%
G 250 of 255 = 98%
B 246 of 255 = 96%

255
250
246

R + G + B ~ 98%. #FFFAF6 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 250 + 246 = 751 (100%)
R 255 of 751 ~ 33.95%
G 250 of 751 ~ 33.29%
B 246 of 751 ~ 32.76%

%33.95
%33.29
%32.76

CMYK color model

#FFFAF6 color CMYK value is (0,2,4,0).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 3.53%
  • key color value is 0.00%
CMYK:
(0,2,4,0)
C0M2Y4K0 
(0%,2%,4%,0%)
(0.00/0.02/0.04/0.00)	

CMYK percentages

%0
%1.96
%3.53
%0

Codes

Color #FFFAF6 in popluar color models

FFFAF6
RGB255250246
HSL27°100.00%98.24%
HSB/HSV27°3.53%100.00%
CMYK0.00%1.96%3.53%
0.00%

Color #FFFAF6 in popluar number systems.

HEXFFFAF6
Decimal255250246
Binary111111111111101011110110
Octal377372366

Shades and tints

Shades of #FFFAF6

#FFFAF6
(255,250,246)
#E8E4E0
(232,228,224)
#D1CECA
(209,206,202)
#BAB8B4
(186,184,180)
#A3A29E
(163,162,158)
#8C8C88
(140,140,136)
#757672
(117,118,114)
#5E605C
(94,96,92)
#474A46
(71,74,70)
#303430
(48,52,48)
#191E1A
(25,30,26)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFAF6; }

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

This text font color is #FFFAF6.


Background Color

.myBgColor { background-color: #FFFAF6; }

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

This div background color is #FFFAF6.


Border color

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

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

This div border color is #FFFAF6.


Opacity

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

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

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

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

This text has shadow with #FFFAF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFAF6 on black background.


Color preview on white background

This text has color #FFFAF6 on white background.



Black color preview on #FFFAF6 background

This text has black color on #FFFAF6 background.


White color preview on #FFFAF6 background

This text has white color on #FFFAF6 background.