COLOR #FFFAF4

HEX: #FFFAF4
RGB: (255,250,244)

Color info

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

RGB color model

#FFFAF4 color RGB value is (255,250,244).

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

RGB channels and saturation

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

255
250
244

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

Portions of RGB colors in percentages

R + G + B =
255 + 250 + 244 = 749 (100%)
R 255 of 749 ~ 34.05%
G 250 of 749 ~ 33.38%
B 244 of 749 ~ 32.58%

%34.05
%33.38
%32.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 4.31%
  • 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
%4.31
%0

Codes

Color #FFFAF4 in popluar color models

FFFAF4
RGB255250244
HSL33°100.00%97.84%
HSB/HSV33°4.31%100.00%
CMYK0.00%1.96%4.31%
0.00%

Color #FFFAF4 in popluar number systems.

HEXFFFAF4
Decimal255250244
Binary111111111111101011110100
Octal377372364

Shades and tints

Shades of #FFFAF4

#FFFAF4
(255,250,244)
#E8E4DE
(232,228,222)
#D1CEC8
(209,206,200)
#BAB8B2
(186,184,178)
#A3A29C
(163,162,156)
#8C8C86
(140,140,134)
#757670
(117,118,112)
#5E605A
(94,96,90)
#474A44
(71,74,68)
#30342E
(48,52,46)
#191E18
(25,30,24)
#000000
(0,0,0)

Tints of #FFFAF4

#FFFAF4
(255,250,244)
#FFFAF5
(255,250,245)
#FFFAF6
(255,250,246)
#FFFAF7
(255,250,247)
#FFFAF8
(255,250,248)
#FFFAF9
(255,250,249)
#FFFAFA
(255,250,250)
#FFFAFB
(255,250,251)
#FFFAFC
(255,250,252)
#FFFAFD
(255,250,253)
#FFFAFE
(255,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFAF4; }

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

This text font color is #FFFAF4.


Background Color

.myBgColor { background-color: #FFFAF4; }

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

This div background color is #FFFAF4.


Border color

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

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

This div border color is #FFFAF4.


Opacity

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

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

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

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

This text has shadow with #FFFAF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFAF4 on black background.


Color preview on white background

This text has color #FFFAF4 on white background.



Black color preview on #FFFAF4 background

This text has black color on #FFFAF4 background.


White color preview on #FFFAF4 background

This text has white color on #FFFAF4 background.