COLOR #FFFAE1

HEX: #FFFAE1
RGB: (255,250,225)

Color info

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

RGB color model

#FFFAE1 color RGB value is (255,250,225).

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

RGB channels and saturation

R 255 of 255 = 100%
G 250 of 255 = 98%
B 225 of 255 = 88%

255
250
225

R + G + B ~ 95%. #FFFAE1 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 250 + 225 = 730 (100%)
R 255 of 730 ~ 34.93%
G 250 of 730 ~ 34.25%
B 225 of 730 ~ 30.82%

%34.93
%34.25
%30.82

CMYK color model

#FFFAE1 color CMYK value is (0,2,12,0).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 11.76%
  • key color value is 0.00%
CMYK:
(0,2,12,0)
C0M2Y12K0 
(0%,2%,12%,0%)
(0.00/0.02/0.12/0.00)	

CMYK percentages

%0
%1.96
%11.76
%0

Codes

Color #FFFAE1 in popluar color models

FFFAE1
RGB255250225
HSL50°100.00%94.12%
HSB/HSV50°11.76%100.00%
CMYK0.00%1.96%11.76%
0.00%

Color #FFFAE1 in popluar number systems.

HEXFFFAE1
Decimal255250225
Binary111111111111101011100001
Octal377372341

Shades and tints

Shades of #FFFAE1

#FFFAE1
(255,250,225)
#E8E4CD
(232,228,205)
#D1CEB9
(209,206,185)
#BAB8A5
(186,184,165)
#A3A291
(163,162,145)
#8C8C7D
(140,140,125)
#757669
(117,118,105)
#5E6055
(94,96,85)
#474A41
(71,74,65)
#30342D
(48,52,45)
#191E19
(25,30,25)
#000000
(0,0,0)

Tints of #FFFAE1

#FFFAE1
(255,250,225)
#FFFAE3
(255,250,227)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFAE1; }

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

This text font color is #FFFAE1.


Background Color

.myBgColor { background-color: #FFFAE1; }

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

This div background color is #FFFAE1.


Border color

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

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

This div border color is #FFFAE1.


Opacity

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

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

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

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

This text has shadow with #FFFAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFAE1 on black background.


Color preview on white background

This text has color #FFFAE1 on white background.



Black color preview on #FFFAE1 background

This text has black color on #FFFAE1 background.


White color preview on #FFFAE1 background

This text has white color on #FFFAE1 background.