COLOR #FDFDB7

HEX: #FDFDB7 RGB: (253,253,183)

Color info

#FDFDB7 contains mainly red and green colors. Web safe color of #FDFDB7 is #FFFFCC (or #FFC).

RGB color model

#FDFDB7 color RGB value is (253,253,183).

RGB: (253,253,183) (99%, 99%, 72%)

RGB channels and saturation

R 253 of 255 = 99%
G 253 of 255 = 99%
B 183 of 255 = 72%

253
253
183

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

Portions of RGB colors in percentages

R + G + B = 253 + 253 + 183 = 689 (100%)
R 253 of 689 ~ 36.72%
G 253 of 689 ~ 36.72%
B 183 of 689 ~ 26.56'%

%36.72
%36.72
%26.56

CMYK color model

#FDFDB7 color CMYK value is (0,0,28,1).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 27.67%
  • key color value is 0.78%

CMYK: (0,0,28,1)
C0M0Y28K1 (0%, 0%, 28%, 1%)
(0.00 / 0.00 / 0.28 / 0.01)

CMYK percentages

%0
%0
%27.67
%0.78

Codes

Color #FDFDB7 in popluar color models

FD FD B7
RGB 253 253 183
HSL 60° 94.59% 85.49%
HSB/HSV 60° 27.67% 99.22%
CMYK 0.00% 0.00% 27.67%
0.78%

Color #FDFDB7 in popluar number systems.

HEX FD FD B7
Decimal 253 253 183
Binary 11111101 11111101 10110111
Octal 375 375 267

Shades and tints

Shades of #FDFDB7

#FDFDB7
(253,253,183)
#E6E6A7
(230,230,167)
#CFCF97
(207,207,151)
#B8B887
(184,184,135)
#A1A177
(161,161,119)
#8A8A67
(138,138,103)
#737357
(115,115,87)
#5C5C47
(92,92,71)
#454537
(69,69,55)
#2E2E27
(46,46,39)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #FDFDB7

#FDFDB7
(253,253,183)
#FDFDBD
(253,253,189)
#FDFDC3
(253,253,195)
#FDFDC9
(253,253,201)
#FDFDCF
(253,253,207)
#FDFDD5
(253,253,213)
#FDFDDB
(253,253,219)
#FDFDE1
(253,253,225)
#FDFDE7
(253,253,231)
#FDFDED
(253,253,237)
#FDFDF3
(253,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFDB7; }

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

This text font color is #FDFDB7.

Background Color

.myBgColor { background-color: #FDFDB7; }

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

This div background color is #FDFDB7.

Border color

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

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

This div border color is #FDFDB7.

Opacity

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

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

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

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

This text has shadow with #FDFDB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFDB7.

Preview

Color preview on black background

This text has color #FDFDB7 on black background.


Color preview on white background

This text has color #FDFDB7 on white background.


Black color preview on #FDFDB7 background

This text has black color on #FDFDB7 background.


White color preview on #FDFDB7 background

This text has white color on #FDFDB7 background.


Related colors

Complementary color

Complementary color for #hex is #020248.


I love getcolorcode.com