COLOR #FFFDD6

HEX: #FFFDD6 RGB: (255,253,214)

Color info

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

RGB color model

#FFFDD6 color RGB value is (255,253,214).

RGB: (255,253,214) (100%, 99%, 84%)

RGB channels and saturation

R 255 of 255 = 100%
G 253 of 255 = 99%
B 214 of 255 = 84%

255
253
214

R + G + B ~ 94%. #FFFDD6 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 253 + 214 = 722 (100%)
R 255 of 722 ~ 35.32%
G 253 of 722 ~ 35.04%
B 214 of 722 ~ 29.64'%

%35.32
%35.04
%29.64

CMYK color model

#FFFDD6 color CMYK value is (0,1,16,0).

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

CMYK: (0,1,16,0)
C0M1Y16K0 (0%, 1%, 16%, 0%)
(0.00 / 0.01 / 0.16 / 0.00)

CMYK percentages

%0
%0.78
%16.08
%0

Codes

Color #FFFDD6 in popluar color models

FF FD D6
RGB 255 253 214
HSL 57° 100.00% 91.96%
HSB/HSV 57° 16.08% 100.00%
CMYK 0.00% 0.78% 16.08%
0.00%

Color #FFFDD6 in popluar number systems.

HEX FF FD D6
Decimal 255 253 214
Binary 11111111 11111101 11010110
Octal 377 375 326

Shades and tints

Shades of #FFFDD6

#FFFDD6
(255,253,214)
#E8E6C3
(232,230,195)
#D1CFB0
(209,207,176)
#BAB89D
(186,184,157)
#A3A18A
(163,161,138)
#8C8A77
(140,138,119)
#757364
(117,115,100)
#5E5C51
(94,92,81)
#47453E
(71,69,62)
#302E2B
(48,46,43)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #FFFDD6

#FFFDD6
(255,253,214)
#FFFDD9
(255,253,217)
#FFFDDC
(255,253,220)
#FFFDDF
(255,253,223)
#FFFDE2
(255,253,226)
#FFFDE5
(255,253,229)
#FFFDE8
(255,253,232)
#FFFDEB
(255,253,235)
#FFFDEE
(255,253,238)
#FFFDF1
(255,253,241)
#FFFDF4
(255,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFDD6; }

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

This text font color is #FFFDD6.

Background Color

.myBgColor { background-color: #FFFDD6; }

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

This div background color is #FFFDD6.

Border color

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

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

This div border color is #FFFDD6.

Opacity

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

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

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

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

This text has shadow with #FFFDD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFFDD6.

Preview

Color preview on black background

This text has color #FFFDD6 on black background.


Color preview on white background

This text has color #FFFDD6 on white background.


Black color preview on #FFFDD6 background

This text has black color on #FFFDD6 background.


White color preview on #FFFDD6 background

This text has white color on #FFFDD6 background.


Related colors

Complementary color

Complementary color for #hex is #000229.


I love getcolorcode.com

Triadic colors

1 #D6FFFD and #FDD6FF with #FFFDD6 are triadic colors.

2 #D6FDFF and #FDFFD6 with #FFFDD6 are triadic colors.