COLOR #FDFCE1

HEX: #FDFCE1
RGB: (253,252,225)

Color info

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

RGB color model

#FDFCE1 color RGB value is (253,252,225).

  • red value is 253;
  • green value is 252;
  • blue value is 225.
RGB:
(253,252,225)
(99%,99%,88%)

RGB channels and saturation

R 253 of 255 = 99%
G 252 of 255 = 99%
B 225 of 255 = 88%

253
252
225

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

Portions of RGB colors in percentages

R + G + B =
253 + 252 + 225 = 730 (100%)
R 253 of 730 ~ 34.66%
G 252 of 730 ~ 34.52%
B 225 of 730 ~ 30.82%

%34.66
%34.52
%30.82

CMYK color model

#FDFCE1 color CMYK value is (0,0,11,1).

  • cyan value is 0.00%
  • magenta value is 0.40%
  • yellow value is 11.07%
  • key color value is 0.78%
CMYK:
(0,0,11,1)
C0M0Y11K1 
(0%,0%,11%,1%)
(0.00/0.00/0.11/0.01)	

CMYK percentages

%0
%0.4
%11.07
%0.78

Codes

Color #FDFCE1 in popluar color models

FDFCE1
RGB253252225
HSL58°87.50%93.73%
HSB/HSV58°11.07%99.22%
CMYK0.00%0.40%11.07%
0.78%

Color #FDFCE1 in popluar number systems.

HEXFDFCE1
Decimal253252225
Binary111111011111110011100001
Octal375374341

Shades and tints

Shades of #FDFCE1

#FDFCE1
(253,252,225)
#E6E6CD
(230,230,205)
#CFD0B9
(207,208,185)
#B8BAA5
(184,186,165)
#A1A491
(161,164,145)
#8A8E7D
(138,142,125)
#737869
(115,120,105)
#5C6255
(92,98,85)
#454C41
(69,76,65)
#2E362D
(46,54,45)
#172019
(23,32,25)
#000000
(0,0,0)

Tints of #FDFCE1

#FDFCE1
(253,252,225)
#FDFCE3
(253,252,227)
#FDFCE5
(253,252,229)
#FDFCE7
(253,252,231)
#FDFCE9
(253,252,233)
#FDFCEB
(253,252,235)
#FDFCED
(253,252,237)
#FDFCEF
(253,252,239)
#FDFCF1
(253,252,241)
#FDFCF3
(253,252,243)
#FDFCF5
(253,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFCE1; }

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

This text font color is #FDFCE1.


Background Color

.myBgColor { background-color: #FDFCE1; }

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

This div background color is #FDFCE1.


Border color

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

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

This div border color is #FDFCE1.


Opacity

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

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

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

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

This text has shadow with #FDFCE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFCE1 on black background.


Color preview on white background

This text has color #FDFCE1 on white background.



Black color preview on #FDFCE1 background

This text has black color on #FDFCE1 background.


White color preview on #FDFCE1 background

This text has white color on #FDFCE1 background.