COLOR #FDF4E6

HEX: #FDF4E6
RGB: (253,244,230)

Color info

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

RGB color model

#FDF4E6 color RGB value is (253,244,230).

  • red value is 253;
  • green value is 244;
  • blue value is 230.
RGB:
(253,244,230)
(99%,96%,90%)

RGB channels and saturation

R 253 of 255 = 99%
G 244 of 255 = 96%
B 230 of 255 = 90%

253
244
230

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

Portions of RGB colors in percentages

R + G + B =
253 + 244 + 230 = 727 (100%)
R 253 of 727 ~ 34.8%
G 244 of 727 ~ 33.56%
B 230 of 727 ~ 31.64%

%34.8
%33.56
%31.64

CMYK color model

#FDF4E6 color CMYK value is (0,4,9,1).

  • cyan value is 0.00%
  • magenta value is 3.56%
  • yellow value is 9.09%
  • key color value is 0.78%
CMYK:
(0,4,9,1)
C0M4Y9K1 
(0%,4%,9%,1%)
(0.00/0.04/0.09/0.01)	

CMYK percentages

%0
%3.56
%9.09
%0.78

Codes

Color #FDF4E6 in popluar color models

FDF4E6
RGB253244230
HSL37°85.19%94.71%
HSB/HSV37°9.09%99.22%
CMYK0.00%3.56%9.09%
0.78%

Color #FDF4E6 in popluar number systems.

HEXFDF4E6
Decimal253244230
Binary111111011111010011100110
Octal375364346

Shades and tints

Shades of #FDF4E6

#FDF4E6
(253,244,230)
#E6DED2
(230,222,210)
#CFC8BE
(207,200,190)
#B8B2AA
(184,178,170)
#A19C96
(161,156,150)
#8A8682
(138,134,130)
#73706E
(115,112,110)
#5C5A5A
(92,90,90)
#454446
(69,68,70)
#2E2E32
(46,46,50)
#17181E
(23,24,30)
#000000
(0,0,0)

Tints of #FDF4E6

#FDF4E6
(253,244,230)
#FDF5E8
(253,245,232)
#FDF6EA
(253,246,234)
#FDF7EC
(253,247,236)
#FDF8EE
(253,248,238)
#FDF9F0
(253,249,240)
#FDFAF2
(253,250,242)
#FDFBF4
(253,251,244)
#FDFCF6
(253,252,246)
#FDFDF8
(253,253,248)
#FDFEFA
(253,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF4E6; }

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

This text font color is #FDF4E6.


Background Color

.myBgColor { background-color: #FDF4E6; }

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

This div background color is #FDF4E6.


Border color

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

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

This div border color is #FDF4E6.


Opacity

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

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

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

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

This text has shadow with #FDF4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF4E6 on black background.


Color preview on white background

This text has color #FDF4E6 on white background.



Black color preview on #FDF4E6 background

This text has black color on #FDF4E6 background.


White color preview on #FDF4E6 background

This text has white color on #FDF4E6 background.