COLOR #FFFAE5

HEX: #FFFAE5
RGB: (255,250,229)

Color info

#FFFAE5 contains red, green and blue colors in about the same proportion. Web safe color of #FFFAE5 is #FFFFCC (or #FFC).

RGB color model

#FFFAE5 color RGB value is (255,250,229).

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

RGB channels and saturation

R 255 of 255 = 100%
G 250 of 255 = 98%
B 229 of 255 = 90%

255
250
229

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

Portions of RGB colors in percentages

R + G + B =
255 + 250 + 229 = 734 (100%)
R 255 of 734 ~ 34.74%
G 250 of 734 ~ 34.06%
B 229 of 734 ~ 31.2%

%34.74
%34.06
%31.2

CMYK color model

#FFFAE5 color CMYK value is (0,2,10,0).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 10.20%
  • key color value is 0.00%
CMYK:
(0,2,10,0)
C0M2Y10K0 
(0%,2%,10%,0%)
(0.00/0.02/0.10/0.00)	

CMYK percentages

%0
%1.96
%10.2
%0

Codes

Color #FFFAE5 in popluar color models

FFFAE5
RGB255250229
HSL48°100.00%94.90%
HSB/HSV48°10.20%100.00%
CMYK0.00%1.96%10.20%
0.00%

Color #FFFAE5 in popluar number systems.

HEXFFFAE5
Decimal255250229
Binary111111111111101011100101
Octal377372345

Shades and tints

Shades of #FFFAE5

#FFFAE5
(255,250,229)
#E8E4D1
(232,228,209)
#D1CEBD
(209,206,189)
#BAB8A9
(186,184,169)
#A3A295
(163,162,149)
#8C8C81
(140,140,129)
#75766D
(117,118,109)
#5E6059
(94,96,89)
#474A45
(71,74,69)
#303431
(48,52,49)
#191E1D
(25,30,29)
#000000
(0,0,0)

Tints of #FFFAE5

#FFFAE5
(255,250,229)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFAE5; }

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

This text font color is #FFFAE5.


Background Color

.myBgColor { background-color: #FFFAE5; }

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

This div background color is #FFFAE5.


Border color

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

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

This div border color is #FFFAE5.


Opacity

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

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

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

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

This text has shadow with #FFFAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFAE5 on black background.


Color preview on white background

This text has color #FFFAE5 on white background.



Black color preview on #FFFAE5 background

This text has black color on #FFFAE5 background.


White color preview on #FFFAE5 background

This text has white color on #FFFAE5 background.