COLOR #FFFAE7

HEX: #FFFAE7
RGB: (255,250,231)

Color info

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

RGB color model

#FFFAE7 color RGB value is (255,250,231).

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

RGB channels and saturation

R 255 of 255 = 100%
G 250 of 255 = 98%
B 231 of 255 = 91%

255
250
231

R + G + B ~ 96%. #FFFAE7 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 250 + 231 = 736 (100%)
R 255 of 736 ~ 34.65%
G 250 of 736 ~ 33.97%
B 231 of 736 ~ 31.39%

%34.65
%33.97
%31.39

CMYK color model

#FFFAE7 color CMYK value is (0,2,9,0).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 9.41%
  • key color value is 0.00%
CMYK:
(0,2,9,0)
C0M2Y9K0 
(0%,2%,9%,0%)
(0.00/0.02/0.09/0.00)	

CMYK percentages

%0
%1.96
%9.41
%0

Codes

Color #FFFAE7 in popluar color models

FFFAE7
RGB255250231
HSL48°100.00%95.29%
HSB/HSV48°9.41%100.00%
CMYK0.00%1.96%9.41%
0.00%

Color #FFFAE7 in popluar number systems.

HEXFFFAE7
Decimal255250231
Binary111111111111101011100111
Octal377372347

Shades and tints

Shades of #FFFAE7

#FFFAE7
(255,250,231)
#E8E4D2
(232,228,210)
#D1CEBD
(209,206,189)
#BAB8A8
(186,184,168)
#A3A293
(163,162,147)
#8C8C7E
(140,140,126)
#757669
(117,118,105)
#5E6054
(94,96,84)
#474A3F
(71,74,63)
#30342A
(48,52,42)
#191E15
(25,30,21)
#000000
(0,0,0)

Tints of #FFFAE7

#FFFAE7
(255,250,231)
#FFFAE9
(255,250,233)
#FFFAEB
(255,250,235)
#FFFAED
(255,250,237)
#FFFAEF
(255,250,239)
#FFFAF1
(255,250,241)
#FFFAF3
(255,250,243)
#FFFAF5
(255,250,245)
#FFFAF7
(255,250,247)
#FFFAF9
(255,250,249)
#FFFAFB
(255,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFAE7; }

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

This text font color is #FFFAE7.


Background Color

.myBgColor { background-color: #FFFAE7; }

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

This div background color is #FFFAE7.


Border color

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

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

This div border color is #FFFAE7.


Opacity

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

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

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

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

This text has shadow with #FFFAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFAE7 on black background.


Color preview on white background

This text has color #FFFAE7 on white background.



Black color preview on #FFFAE7 background

This text has black color on #FFFAE7 background.


White color preview on #FFFAE7 background

This text has white color on #FFFAE7 background.