COLOR #FAFAE1

HEX: #FAFAE1
RGB: (250,250,225)

Color info

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

RGB color model

#FAFAE1 color RGB value is (250,250,225).

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

RGB channels and saturation

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

250
250
225

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

Portions of RGB colors in percentages

R + G + B =
250 + 250 + 225 = 725 (100%)
R 250 of 725 ~ 34.48%
G 250 of 725 ~ 34.48%
B 225 of 725 ~ 31.03%

%34.48
%34.48
%31.03

CMYK color model

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

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

CMYK percentages

%0
%0
%10
%1.96

Codes

Color #FAFAE1 in popluar color models

FAFAE1
RGB250250225
HSL60°71.43%93.14%
HSB/HSV60°10.00%98.04%
CMYK0.00%0.00%10.00%
1.96%

Color #FAFAE1 in popluar number systems.

HEXFAFAE1
Decimal250250225
Binary111110101111101011100001
Octal372372341

Shades and tints

Shades of #FAFAE1

#FAFAE1
(250,250,225)
#E4E4CD
(228,228,205)
#CECEB9
(206,206,185)
#B8B8A5
(184,184,165)
#A2A291
(162,162,145)
#8C8C7D
(140,140,125)
#767669
(118,118,105)
#606055
(96,96,85)
#4A4A41
(74,74,65)
#34342D
(52,52,45)
#1E1E19
(30,30,25)
#000000
(0,0,0)

Tints of #FAFAE1

#FAFAE1
(250,250,225)
#FAFAE3
(250,250,227)
#FAFAE5
(250,250,229)
#FAFAE7
(250,250,231)
#FAFAE9
(250,250,233)
#FAFAEB
(250,250,235)
#FAFAED
(250,250,237)
#FAFAEF
(250,250,239)
#FAFAF1
(250,250,241)
#FAFAF3
(250,250,243)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFAE1; }

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

This text font color is #FAFAE1.


Background Color

.myBgColor { background-color: #FAFAE1; }

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

This div background color is #FAFAE1.


Border color

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

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

This div border color is #FAFAE1.


Opacity

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

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

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

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

This text has shadow with #FAFAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAFAE1 on black background.


Color preview on white background

This text has color #FAFAE1 on white background.



Black color preview on #FAFAE1 background

This text has black color on #FAFAE1 background.


White color preview on #FAFAE1 background

This text has white color on #FAFAE1 background.