COLOR #FDFDEA

HEX: #FDFDEA
RGB: (253,253,234)

Color info

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

RGB color model

#FDFDEA color RGB value is (253,253,234).

  • red value is 253;
  • green value is 253;
  • blue value is 234.
RGB:
(253,253,234)
(99%,99%,92%)

RGB channels and saturation

R 253 of 255 = 99%
G 253 of 255 = 99%
B 234 of 255 = 92%

253
253
234

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

Portions of RGB colors in percentages

R + G + B =
253 + 253 + 234 = 740 (100%)
R 253 of 740 ~ 34.19%
G 253 of 740 ~ 34.19%
B 234 of 740 ~ 31.62%

%34.19
%34.19
%31.62

CMYK color model

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

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

CMYK percentages

%0
%0
%7.51
%0.78

Codes

Color #FDFDEA in popluar color models

FDFDEA
RGB253253234
HSL60°82.61%95.49%
HSB/HSV60°7.51%99.22%
CMYK0.00%0.00%7.51%
0.78%

Color #FDFDEA in popluar number systems.

HEXFDFDEA
Decimal253253234
Binary111111011111110111101010
Octal375375352

Shades and tints

Shades of #FDFDEA

#FDFDEA
(253,253,234)
#E6E6D5
(230,230,213)
#CFCFC0
(207,207,192)
#B8B8AB
(184,184,171)
#A1A196
(161,161,150)
#8A8A81
(138,138,129)
#73736C
(115,115,108)
#5C5C57
(92,92,87)
#454542
(69,69,66)
#2E2E2D
(46,46,45)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #FDFDEA

#FDFDEA
(253,253,234)
#FDFDEB
(253,253,235)
#FDFDEC
(253,253,236)
#FDFDED
(253,253,237)
#FDFDEE
(253,253,238)
#FDFDEF
(253,253,239)
#FDFDF0
(253,253,240)
#FDFDF1
(253,253,241)
#FDFDF2
(253,253,242)
#FDFDF3
(253,253,243)
#FDFDF4
(253,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFDEA; }

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

This text font color is #FDFDEA.


Background Color

.myBgColor { background-color: #FDFDEA; }

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

This div background color is #FDFDEA.


Border color

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

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

This div border color is #FDFDEA.


Opacity

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

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

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

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

This text has shadow with #FDFDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFDEA on black background.


Color preview on white background

This text has color #FDFDEA on white background.



Black color preview on #FDFDEA background

This text has black color on #FDFDEA background.


White color preview on #FDFDEA background

This text has white color on #FDFDEA background.