COLOR #FFFAE9

HEX: #FFFAE9
RGB: (255,250,233)

Color info

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

RGB color model

#FFFAE9 color RGB value is (255,250,233).

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

RGB channels and saturation

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

255
250
233

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

Portions of RGB colors in percentages

R + G + B =
255 + 250 + 233 = 738 (100%)
R 255 of 738 ~ 34.55%
G 250 of 738 ~ 33.88%
B 233 of 738 ~ 31.57%

%34.55
%33.88
%31.57

CMYK color model

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

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

Codes

Color #FFFAE9 in popluar color models

FFFAE9
RGB255250233
HSL46°100.00%95.69%
HSB/HSV46°8.63%100.00%
CMYK0.00%1.96%8.63%
0.00%

Color #FFFAE9 in popluar number systems.

HEXFFFAE9
Decimal255250233
Binary111111111111101011101001
Octal377372351

Shades and tints

Shades of #FFFAE9

#FFFAE9
(255,250,233)
#E8E4D4
(232,228,212)
#D1CEBF
(209,206,191)
#BAB8AA
(186,184,170)
#A3A295
(163,162,149)
#8C8C80
(140,140,128)
#75766B
(117,118,107)
#5E6056
(94,96,86)
#474A41
(71,74,65)
#30342C
(48,52,44)
#191E17
(25,30,23)
#000000
(0,0,0)

Tints of #FFFAE9

#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)
#FFFAFD
(255,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFAE9; }

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

This text font color is #FFFAE9.


Background Color

.myBgColor { background-color: #FFFAE9; }

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

This div background color is #FFFAE9.


Border color

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

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

This div border color is #FFFAE9.


Opacity

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

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

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

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

This text has shadow with #FFFAE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFAE9 on black background.


Color preview on white background

This text has color #FFFAE9 on white background.



Black color preview on #FFFAE9 background

This text has black color on #FFFAE9 background.


White color preview on #FFFAE9 background

This text has white color on #FFFAE9 background.