COLOR #FDFAE8

HEX: #FDFAE8
RGB: (253,250,232)

Color info

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

RGB color model

#FDFAE8 color RGB value is (253,250,232).

  • red value is 253;
  • green value is 250;
  • blue value is 232.
RGB:
(253,250,232)
(99%,98%,91%)

RGB channels and saturation

R 253 of 255 = 99%
G 250 of 255 = 98%
B 232 of 255 = 91%

253
250
232

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

Portions of RGB colors in percentages

R + G + B =
253 + 250 + 232 = 735 (100%)
R 253 of 735 ~ 34.42%
G 250 of 735 ~ 34.01%
B 232 of 735 ~ 31.56%

%34.42
%34.01
%31.56

CMYK color model

#FDFAE8 color CMYK value is (0,1,8,1).

  • cyan value is 0.00%
  • magenta value is 1.19%
  • yellow value is 8.30%
  • key color value is 0.78%
CMYK:
(0,1,8,1)
C0M1Y8K1 
(0%,1%,8%,1%)
(0.00/0.01/0.08/0.01)	

CMYK percentages

%0
%1.19
%8.3
%0.78

Codes

Color #FDFAE8 in popluar color models

FDFAE8
RGB253250232
HSL51°84.00%95.10%
HSB/HSV51°8.30%99.22%
CMYK0.00%1.19%8.30%
0.78%

Color #FDFAE8 in popluar number systems.

HEXFDFAE8
Decimal253250232
Binary111111011111101011101000
Octal375372350

Shades and tints

Shades of #FDFAE8

#FDFAE8
(253,250,232)
#E6E4D3
(230,228,211)
#CFCEBE
(207,206,190)
#B8B8A9
(184,184,169)
#A1A294
(161,162,148)
#8A8C7F
(138,140,127)
#73766A
(115,118,106)
#5C6055
(92,96,85)
#454A40
(69,74,64)
#2E342B
(46,52,43)
#171E16
(23,30,22)
#000000
(0,0,0)

Tints of #FDFAE8

#FDFAE8
(253,250,232)
#FDFAEA
(253,250,234)
#FDFAEC
(253,250,236)
#FDFAEE
(253,250,238)
#FDFAF0
(253,250,240)
#FDFAF2
(253,250,242)
#FDFAF4
(253,250,244)
#FDFAF6
(253,250,246)
#FDFAF8
(253,250,248)
#FDFAFA
(253,250,250)
#FDFAFC
(253,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFAE8; }

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

This text font color is #FDFAE8.


Background Color

.myBgColor { background-color: #FDFAE8; }

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

This div background color is #FDFAE8.


Border color

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

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

This div border color is #FDFAE8.


Opacity

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

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

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

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

This text has shadow with #FDFAE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFAE8 on black background.


Color preview on white background

This text has color #FDFAE8 on white background.



Black color preview on #FDFAE8 background

This text has black color on #FDFAE8 background.


White color preview on #FDFAE8 background

This text has white color on #FDFAE8 background.