COLOR #FFFAED

HEX: #FFFAED
RGB: (255,250,237)

Color info

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

RGB color model

#FFFAED color RGB value is (255,250,237).

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

RGB channels and saturation

R 255 of 255 = 100%
G 250 of 255 = 98%
B 237 of 255 = 93%

255
250
237

R + G + B ~ 97%. #FFFAED is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 250 + 237 = 742 (100%)
R 255 of 742 ~ 34.37%
G 250 of 742 ~ 33.69%
B 237 of 742 ~ 31.94%

%34.37
%33.69
%31.94

CMYK color model

#FFFAED color CMYK value is (0,2,7,0).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 7.06%
  • key color value is 0.00%
CMYK:
(0,2,7,0)
C0M2Y7K0 
(0%,2%,7%,0%)
(0.00/0.02/0.07/0.00)	

CMYK percentages

%0
%1.96
%7.06
%0

Codes

Color #FFFAED in popluar color models

FFFAED
RGB255250237
HSL43°100.00%96.47%
HSB/HSV43°7.06%100.00%
CMYK0.00%1.96%7.06%
0.00%

Color #FFFAED in popluar number systems.

HEXFFFAED
Decimal255250237
Binary111111111111101011101101
Octal377372355

Shades and tints

Shades of #FFFAED

#FFFAED
(255,250,237)
#E8E4D8
(232,228,216)
#D1CEC3
(209,206,195)
#BAB8AE
(186,184,174)
#A3A299
(163,162,153)
#8C8C84
(140,140,132)
#75766F
(117,118,111)
#5E605A
(94,96,90)
#474A45
(71,74,69)
#303430
(48,52,48)
#191E1B
(25,30,27)
#000000
(0,0,0)

Tints of #FFFAED

#FFFAED
(255,250,237)
#FFFAEE
(255,250,238)
#FFFAEF
(255,250,239)
#FFFAF0
(255,250,240)
#FFFAF1
(255,250,241)
#FFFAF2
(255,250,242)
#FFFAF3
(255,250,243)
#FFFAF4
(255,250,244)
#FFFAF5
(255,250,245)
#FFFAF6
(255,250,246)
#FFFAF7
(255,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFAED; }

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

This text font color is #FFFAED.


Background Color

.myBgColor { background-color: #FFFAED; }

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

This div background color is #FFFAED.


Border color

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

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

This div border color is #FFFAED.


Opacity

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

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

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

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

This text has shadow with #FFFAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFAED on black background.


Color preview on white background

This text has color #FFFAED on white background.



Black color preview on #FFFAED background

This text has black color on #FFFAED background.


White color preview on #FFFAED background

This text has white color on #FFFAED background.