COLOR #FDF3C3

HEX: #FDF3C3
RGB: (253,243,195)

Color info

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

RGB color model

#FDF3C3 color RGB value is (253,243,195).

  • red value is 253;
  • green value is 243;
  • blue value is 195.
RGB:
(253,243,195)
(99%,95%,76%)

RGB channels and saturation

R 253 of 255 = 99%
G 243 of 255 = 95%
B 195 of 255 = 76%

253
243
195

R + G + B ~ 90%. #FDF3C3 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 243 + 195 = 691 (100%)
R 253 of 691 ~ 36.61%
G 243 of 691 ~ 35.17%
B 195 of 691 ~ 28.22%

%36.61
%35.17
%28.22

CMYK color model

#FDF3C3 color CMYK value is (0,4,23,1).

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 22.92%
  • key color value is 0.78%
CMYK:
(0,4,23,1)
C0M4Y23K1 
(0%,4%,23%,1%)
(0.00/0.04/0.23/0.01)	

CMYK percentages

%0
%3.95
%22.92
%0.78

Codes

Color #FDF3C3 in popluar color models

FDF3C3
RGB253243195
HSL50°93.55%87.84%
HSB/HSV50°22.92%99.22%
CMYK0.00%3.95%22.92%
0.78%

Color #FDF3C3 in popluar number systems.

HEXFDF3C3
Decimal253243195
Binary111111011111001111000011
Octal375363303

Shades and tints

Shades of #FDF3C3

#FDF3C3
(253,243,195)
#E6DDB2
(230,221,178)
#CFC7A1
(207,199,161)
#B8B190
(184,177,144)
#A19B7F
(161,155,127)
#8A856E
(138,133,110)
#736F5D
(115,111,93)
#5C594C
(92,89,76)
#45433B
(69,67,59)
#2E2D2A
(46,45,42)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #FDF3C3

#FDF3C3
(253,243,195)
#FDF4C8
(253,244,200)
#FDF5CD
(253,245,205)
#FDF6D2
(253,246,210)
#FDF7D7
(253,247,215)
#FDF8DC
(253,248,220)
#FDF9E1
(253,249,225)
#FDFAE6
(253,250,230)
#FDFBEB
(253,251,235)
#FDFCF0
(253,252,240)
#FDFDF5
(253,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF3C3; }

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

This text font color is #FDF3C3.


Background Color

.myBgColor { background-color: #FDF3C3; }

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

This div background color is #FDF3C3.


Border color

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

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

This div border color is #FDF3C3.


Opacity

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

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

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

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

This text has shadow with #FDF3C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF3C3 on black background.


Color preview on white background

This text has color #FDF3C3 on white background.



Black color preview on #FDF3C3 background

This text has black color on #FDF3C3 background.


White color preview on #FDF3C3 background

This text has white color on #FDF3C3 background.