COLOR #FDFFC9

HEX: #FDFFC9 RGB: (253,255,201)

Color info

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

RGB color model

#FDFFC9 color RGB value is (253,255,201).

RGB: (253,255,201) (99%, 100%, 79%)

RGB channels and saturation

R 253 of 255 = 99%
G 255 of 255 = 100%
B 201 of 255 = 79%

253
255
201

R + G + B ~ 93%. #FDFFC9 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 255 + 201 = 709 (100%)
R 253 of 709 ~ 35.68%
G 255 of 709 ~ 35.97%
B 201 of 709 ~ 28.35'%

%35.68
%35.97
%28.35

CMYK color model

#FDFFC9 color CMYK value is (1,0,21,0).

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

CMYK: (1,0,21,0)
C1M0Y21K0 (1%, 0%, 21%, 0%)
(0.01 / 0.00 / 0.21 / 0.00)

CMYK percentages

%0.78
%0
%21.18
%0

Codes

Color #FDFFC9 in popluar color models

FD FF C9
RGB 253 255 201
HSL 62° 100.00% 89.41%
HSB/HSV 62° 21.18% 100.00%
CMYK 0.78% 0.00% 21.18%
0.00%

Color #FDFFC9 in popluar number systems.

HEX FD FF C9
Decimal 253 255 201
Binary 11111101 11111111 11001001
Octal 375 377 311

Shades and tints

Shades of #FDFFC9

#FDFFC9
(253,255,201)
#E6E8B7
(230,232,183)
#CFD1A5
(207,209,165)
#B8BA93
(184,186,147)
#A1A381
(161,163,129)
#8A8C6F
(138,140,111)
#73755D
(115,117,93)
#5C5E4B
(92,94,75)
#454739
(69,71,57)
#2E3027
(46,48,39)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #FDFFC9

#FDFFC9
(253,255,201)
#FDFFCD
(253,255,205)
#FDFFD1
(253,255,209)
#FDFFD5
(253,255,213)
#FDFFD9
(253,255,217)
#FDFFDD
(253,255,221)
#FDFFE1
(253,255,225)
#FDFFE5
(253,255,229)
#FDFFE9
(253,255,233)
#FDFFED
(253,255,237)
#FDFFF1
(253,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFFC9; }

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

This text font color is #FDFFC9.

Background Color

.myBgColor { background-color: #FDFFC9; }

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

This div background color is #FDFFC9.

Border color

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

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

This div border color is #FDFFC9.

Opacity

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

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

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

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

This text has shadow with #FDFFC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFFC9.

Preview

Color preview on black background

This text has color #FDFFC9 on black background.


Color preview on white background

This text has color #FDFFC9 on white background.


Black color preview on #FDFFC9 background

This text has black color on #FDFFC9 background.


White color preview on #FDFFC9 background

This text has white color on #FDFFC9 background.


Related colors

Complementary color

Complementary color for #hex is #020036.


I love getcolorcode.com

Triadic colors

1 #C9FDFF and #FFC9FD with #FDFFC9 are triadic colors.

2 #C9FFFD and #FFFDC9 with #FDFFC9 are triadic colors.